The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIRoutes, reference main (c8b6e8), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 12:05:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/gabriel/swiftui-snapshot-testing
[1/5464] Fetching swift-custom-dump
[165/11187] Fetching swift-custom-dump, xctest-dynamic-overlay
[223/11401] Fetching swift-custom-dump, xctest-dynamic-overlay, swiftui-snapshot-testing
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.05s)
[3738/5937] Fetching xctest-dynamic-overlay, swiftui-snapshot-testing
[5938/80920] Fetching xctest-dynamic-overlay, swiftui-snapshot-testing, swift-syntax
[5939/96973] Fetching xctest-dynamic-overlay, swiftui-snapshot-testing, swift-syntax, swift-snapshot-testing
Fetched https://github.com/swiftlang/swift-syntax from cache (5.42s)
Fetched https://github.com/gabriel/swiftui-snapshot-testing from cache (5.42s)
Computing version for https://github.com/gabriel/swiftui-snapshot-testing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.42s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.42s)
Computed https://github.com/gabriel/swiftui-snapshot-testing at 0.1.10 (6.03s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.62s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.90s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.62s)
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/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/gabriel/swiftui-snapshot-testing
Working copy of https://github.com/gabriel/swiftui-snapshot-testing resolved at 0.1.10
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
========================================
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": "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gabriel/swiftui-routes.git
[1/548] Fetching swiftui-routes
Fetched https://github.com/gabriel/swiftui-routes.git from cache (1.04s)
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.3
Building package at path:  $PWD
https://github.com/gabriel/swiftui-routes.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/12] Compiling SwiftUIRoutes View+Sheet.swift
[4/13] Compiling SwiftUIRoutes URL+Routes.swift
[5/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 {
[6/13] Compiling SwiftUIRoutes Routable.swift
[7/13] Compiling SwiftUIRoutes Route.swift
[8/13] Compiling SwiftUIRoutes RoutePath.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] Compiling SwiftUIRoutes Routes.swift
[12/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 {
[13/13] Compiling SwiftUIRoutes View.swift
Build complete! (13.72s)
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.