The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Routing, reference main (5a2f57), with Swift 6.2 (beta) for macOS (SPM) on 13 Jul 2025 23:50:44 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/n3d1117/Routing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/n3d1117/Routing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5a2f578 Update README.md
Cloned https://github.com/n3d1117/Routing.git
Revision (git rev-parse @):
5a2f5789958447392137f07b6e15c610e6d8a164
SUCCESS checkout https://github.com/n3d1117/Routing.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/n3d1117/Routing.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/11] Compiling Routing DeepLinking.swift
[4/11] Compiling Routing RoutingView.swift
[5/11] Compiling Routing RouterCore.swift
[6/11] Compiling Routing Router.swift
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:34:25: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 32 |     public var projectedValue: Binding<[Destination]> {
 33 |         Binding(
 34 |             get: { core.path },
    |                         `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 35 |             set: { core.path = $0 }
 36 |         )
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:32:55: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 30 |     }
 31 |
 32 |     public var projectedValue: Binding<[Destination]> {
    |                                                       `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 33 |         Binding(
 34 |             get: { core.path },
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:35:25: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 33 |         Binding(
 34 |             get: { core.path },
 35 |             set: { core.path = $0 }
    |                         `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 36 |         )
 37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:32:55: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 30 |     }
 31 |
 32 |     public var projectedValue: Binding<[Destination]> {
    |                                                       `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 33 |         Binding(
 34 |             get: { core.path },
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:43:25: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 41 |     var presentedItemBinding: Binding<Destination?> {
 42 |         Binding(
 43 |             get: { core.presentedItem },
    |                         `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 44 |             set: { core.presentedItem = $0 }
 45 |         )
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:41:53: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 39 |     /// Binding for the currently presented modal item.
 40 |     /// This is internal and used by the `RoutingView`.
 41 |     var presentedItemBinding: Binding<Destination?> {
    |                                                     `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 42 |         Binding(
 43 |             get: { core.presentedItem },
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:44:25: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 42 |         Binding(
 43 |             get: { core.presentedItem },
 44 |             set: { core.presentedItem = $0 }
    |                         `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 45 |         )
 46 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Routing/Router.swift:41:53: warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 39 |     /// Binding for the currently presented modal item.
 40 |     /// This is internal and used by the `RoutingView`.
 41 |     var presentedItemBinding: Binding<Destination?> {
    |                                                     `- warning: capture of non-sendable type 'Destination.Type' in an isolated closure
 42 |         Binding(
 43 |             get: { core.presentedItem },
[7/11] Compiling Routing RouterConfiguration.swift
[8/11] Compiling Routing Logger.swift
[9/11] Compiling Routing Routable.swift
[10/11] Emitting module Routing
[11/11] Compiling Routing View+Router.swift
Build complete! (8.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Routing",
  "name" : "Routing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Routing",
      "targets" : [
        "Routing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoutingTests",
      "module_type" : "SwiftTarget",
      "name" : "RoutingTests",
      "path" : "Tests/RoutingTests",
      "sources" : [
        "DeepLinkingTests.swift",
        "RouterTests.swift",
        "StateRestorationTests.swift"
      ],
      "target_dependencies" : [
        "Routing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Routing",
      "module_type" : "SwiftTarget",
      "name" : "Routing",
      "path" : "Sources/Routing",
      "product_memberships" : [
        "Routing"
      ],
      "sources" : [
        "DeepLinking.swift",
        "Logger.swift",
        "Routable.swift",
        "Router.swift",
        "RouterConfiguration.swift",
        "RouterCore.swift",
        "RoutingView.swift",
        "View+Router.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.