The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIRoutes, reference 0.3.3 (fa5ca0), with Swift 6.2 for macOS (SPM) on 8 Nov 2025 04:55:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gabriel/swiftui-routes.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gabriel/swiftui-routes
 * tag               0.3.3      -> FETCH_HEAD
HEAD is now at fa5ca0d Fix glass platforms
Cloned https://github.com/gabriel/swiftui-routes.git
Revision (git rev-parse @):
fa5ca0dd341e57d6482637722c2262f558b9f4b0
SUCCESS checkout https://github.com/gabriel/swiftui-routes.git at 0.3.3
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/gabriel/swiftui-snapshot-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/4598] Fetching swift-custom-dump
[185/4795] Fetching swift-custom-dump, swiftui-snapshot-testing
[1435/10347] Fetching swift-custom-dump, swiftui-snapshot-testing, xctest-dynamic-overlay
[10348/25943] Fetching swift-custom-dump, swiftui-snapshot-testing, xctest-dynamic-overlay, swift-snapshot-testing
[10349/98662] Fetching swift-custom-dump, swiftui-snapshot-testing, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.53s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.53s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.53s)
Fetched https://github.com/gabriel/swiftui-snapshot-testing from cache (3.53s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.53s)
Computing version for https://github.com/gabriel/swiftui-snapshot-testing
Computed https://github.com/gabriel/swiftui-snapshot-testing at 0.1.10 (4.08s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.81s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.53s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.56s)
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/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
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.51s)
========================================
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/539] Fetching swiftui-routes
Fetched https://github.com/gabriel/swiftui-routes.git from cache (0.90s)
Creating working copy for https://github.com/gabriel/swiftui-routes.git
Working copy of https://github.com/gabriel/swiftui-routes.git resolved at 0.3.3 (fa5ca0d)
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/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 Route.swift
[7/13] Compiling SwiftUIRoutes RoutePath.swift
[8/13] Compiling SwiftUIRoutes Routable.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.74s)
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.