Build Information
Successful build of SwiftUIRoutes, reference main (c8b6e8), with Swift 6.2 for macOS (SPM) on 24 Dec 2025 10:56:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gabriel/swiftui-routes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gabriel/swiftui-routes
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c8b6e87 Update README.md
Cloned https://github.com/gabriel/swiftui-routes.git
Revision (git rev-parse @):
c8b6e87a68e43f2657020a24599e3d41556c33ea
SUCCESS checkout https://github.com/gabriel/swiftui-routes.git at main
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/gabriel/swiftui-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/214] Fetching swiftui-snapshot-testing
[102/4865] Fetching swiftui-snapshot-testing, swift-custom-dump
[521/10465] Fetching swiftui-snapshot-testing, swift-custom-dump, xctest-dynamic-overlay
[10466/26090] Fetching swiftui-snapshot-testing, swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
[10779/99289] Fetching swiftui-snapshot-testing, swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.25s)
[22965/26090] Fetching swiftui-snapshot-testing, swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.40s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.40s)
Fetched https://github.com/gabriel/swiftui-snapshot-testing from cache (5.40s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.40s)
Computing version for https://github.com/gabriel/swiftui-snapshot-testing
Computed https://github.com/gabriel/swiftui-snapshot-testing at 0.1.10 (5.92s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.00s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/gabriel/swiftui-snapshot-testing
Working copy of https://github.com/gabriel/swiftui-snapshot-testing resolved at 0.1.10
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.18s)
========================================
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",
"dependencies": [
{
"identity": "swiftui-routes",
"name": "SwiftUIRoutes",
"url": "https://github.com/gabriel/swiftui-routes.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-routes",
"dependencies": [
]
}
]
}
Fetching https://github.com/gabriel/swiftui-routes.git
[1/548] Fetching swiftui-routes
Fetched https://github.com/gabriel/swiftui-routes.git from cache (0.95s)
Creating working copy for https://github.com/gabriel/swiftui-routes.git
Working copy of https://github.com/gabriel/swiftui-routes.git resolved at main (c8b6e87)
warning: '.resolve-product-dependencies': dependency 'swiftui-routes' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/gabriel/swiftui-routes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling SwiftUIRoutes View+Sheet.swift
[4/12] Compiling SwiftUIRoutes URL+Routes.swift
[5/13] Compiling SwiftUIRoutes RoutePath.swift
[6/13] Compiling SwiftUIRoutes RouteStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouteStack.swift:2:8: warning: file 'RouteStack.swift' is part of module 'SwiftUIRoutes'; ignoring import
1 | import SwiftUI
2 | import SwiftUIRoutes
| `- warning: file 'RouteStack.swift' is part of module 'SwiftUIRoutes'; ignoring import
3 |
4 | public struct RouteStack<Content: View>: View {
[7/13] Compiling SwiftUIRoutes Routable.swift
[8/13] Compiling SwiftUIRoutes Route.swift
[9/13] Compiling SwiftUIRoutes Example.swift
/Users/admin/builder/spi-builder-workspace/Sources/Example.swift:13:24: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
11 | private func register(routes: Routes) {
12 | routes.register(path: "/example/:id") { route in
13 | Text("Example \(route)")
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
14 | }
15 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/13] Compiling SwiftUIRoutes AnyRoutable.swift
[11/13] Emitting module SwiftUIRoutes
/Users/admin/builder/spi-builder-workspace/Sources/RouteStack.swift:2:8: warning: file 'RouteStack.swift' is part of module 'SwiftUIRoutes'; ignoring import
1 | import SwiftUI
2 | import SwiftUIRoutes
| `- warning: file 'RouteStack.swift' is part of module 'SwiftUIRoutes'; ignoring import
3 |
4 | public struct RouteStack<Content: View>: View {
[12/13] Compiling SwiftUIRoutes Routes.swift
[13/13] Compiling SwiftUIRoutes View.swift
Build complete! (11.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftui-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.10",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gabriel/swiftui-snapshot-testing"
}
],
"manifest_display_name" : "SwiftUIRoutes",
"name" : "SwiftUIRoutes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftUIRoutes",
"targets" : [
"SwiftUIRoutes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIRoutesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIRoutesTests",
"path" : "Tests",
"product_dependencies" : [
"SwiftUISnapshotTesting"
],
"sources" : [
"RouteTest.swift",
"RoutesTests.swift"
],
"target_dependencies" : [
"SwiftUIRoutes"
],
"type" : "test"
},
{
"c99name" : "SwiftUIRoutes",
"module_type" : "SwiftTarget",
"name" : "SwiftUIRoutes",
"path" : "Sources",
"product_memberships" : [
"SwiftUIRoutes"
],
"sources" : [
"AnyRoutable.swift",
"Example.swift",
"Routable.swift",
"Route.swift",
"RoutePath.swift",
"RouteStack.swift",
"Routes.swift",
"URL+Routes.swift",
"View+Sheet.swift",
"View.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.