The Swift Package Index logo.Swift Package Index

Build Information

Successful build of URLRouter, reference 0.1.5 (664bc3), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 01:48:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devyhan/URLRouter.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devyhan/URLRouter
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 664bc37 Release 0.1.5
Cloned https://github.com/devyhan/URLRouter.git
Revision (git rev-parse @):
664bc37bed46aa673f37138fe6b020ec1cc8222e
SUCCESS checkout https://github.com/devyhan/URLRouter.git at 0.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/devyhan/URLRouter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling URLRouter URLBuilder.swift
[4/9] Compiling URLRouter RequestBuilder.swift
[5/9] Compiling URLRouter QueryBuilder.swift
[6/9] Compiling URLRouter BodyBuilder.swift
[7/9] Compiling URLRouter HeaderBuilder.swift
[8/9] Compiling URLRouter RouterBuilder.swift
[9/9] Emitting module URLRouter
Build complete! (3.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLRouter",
  "name" : "URLRouter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "URLRouter",
      "targets" : [
        "URLRouter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLRouterTests",
      "module_type" : "SwiftTarget",
      "name" : "URLRouterTests",
      "path" : "Tests/URLRouterTests",
      "sources" : [
        "BodyBuilderTests.swift",
        "HeaderBuilder.swift",
        "QueryBuilderTests.swift",
        "RequestBuilderTests.swift",
        "RouterBuilderTests.swift",
        "URLBuilderTests.swift"
      ],
      "target_dependencies" : [
        "URLRouter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLRouter",
      "module_type" : "SwiftTarget",
      "name" : "URLRouter",
      "path" : "Sources/URLRouter",
      "product_memberships" : [
        "URLRouter"
      ],
      "sources" : [
        "BodyBuilder.swift",
        "HeaderBuilder.swift",
        "QueryBuilder.swift",
        "RequestBuilder.swift",
        "RouterBuilder.swift",
        "URLBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.