Build Information
Successful build of URLRouter, reference main (1fac1d), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:38:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devyhan/URLRouter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devyhan/URLRouter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1fac1d8 Fixed CI build (#41)
Cloned https://github.com/devyhan/URLRouter.git
Revision (git rev-parse @):
1fac1d8a61979c00885c35cabb10c3e36b54a2ff
SUCCESS checkout https://github.com/devyhan/URLRouter.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "urlrouter",
"name": "URLRouter",
"url": "https://github.com/devyhan/URLRouter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URLRouter",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/devyhan/URLRouter.git
[1/570] Fetching urlrouter
Fetched https://github.com/devyhan/URLRouter.git from cache (0.92s)
Creating working copy for https://github.com/devyhan/URLRouter.git
Working copy of https://github.com/devyhan/URLRouter.git resolved at main (1fac1d8)
warning: '.resolve-product-dependencies': dependency 'urlrouter' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/devyhan/URLRouter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling URLRouter RouterBuilder.swift
[4/9] Compiling URLRouter RequestBuilder.swift
[5/9] Compiling URLRouter BodyBuilder.swift
[6/9] Compiling URLRouter QueryBuilder.swift
[7/9] Compiling URLRouter URLBuilder.swift
[8/9] Emitting module URLRouter
[9/9] Compiling URLRouter HeaderBuilder.swift
Build complete! (4.14s)
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.