Build Information
Successful build of ReSwift-Router, reference 0.7.1 (826900), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 05:05:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReSwift/ReSwift-Router.git
Reference: 0.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReSwift/ReSwift-Router
* tag 0.7.1 -> FETCH_HEAD
HEAD is now at 8269008 bump version to 0.7.1
Cloned https://github.com/ReSwift/ReSwift-Router.git
Revision (git rev-parse @):
82690085e4e0fa41bc8c56527ce9dc8a6589378f
SUCCESS checkout https://github.com/ReSwift/ReSwift-Router.git at 0.7.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ReSwift/ReSwift-Router.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/15] Compiling ReSwift Store.swift
[5/15] Compiling ReSwift State.swift
[6/15] Compiling ReSwift Middleware.swift
[7/15] Compiling ReSwift Reducer.swift
[8/15] Compiling ReSwift StoreSubscriber.swift
[9/16] Compiling ReSwift TypeHelper.swift
[10/16] Compiling ReSwift Subscription.swift
[11/16] Compiling ReSwift StoreType.swift
[12/16] Compiling ReSwift Coding.swift
[13/16] Compiling ReSwift Assertions.swift
[14/16] Compiling ReSwift Action.swift
[15/16] Compiling ReSwift DispatchingStoreType.swift
[16/16] Emitting module ReSwift
[17/22] Compiling ReSwiftRouter NavigationReducer.swift
[18/22] Compiling ReSwiftRouter Router.swift
/Users/admin/builder/spi-builder-workspace/ReSwiftRouter/Router.swift:27:15: warning: capture of non-sendable type 'State.Type' in an isolated closure
25 | }
26 |
27 | open func newState(state: NavigationState) {
| `- warning: capture of non-sendable type 'State.Type' in an isolated closure
28 | let routingActions = Router.routingActionsForTransition(from: lastNavigationState.route,
29 | to: state.route)
[19/22] Compiling ReSwiftRouter Routable.swift
[20/22] Compiling ReSwiftRouter NavigationState.swift
[21/22] Compiling ReSwiftRouter NavigationActions.swift
[22/22] Emitting module ReSwiftRouter
Build complete! (9.06s)
Fetching https://github.com/ReSwift/ReSwift.git
[1/6447] Fetching reswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.35s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (3.24s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 5.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "reswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReSwift/ReSwift.git"
}
],
"manifest_display_name" : "ReSwift-Router",
"name" : "ReSwift-Router",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ReSwift-Router",
"targets" : [
"ReSwiftRouter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReSwiftRouter",
"module_type" : "SwiftTarget",
"name" : "ReSwiftRouter",
"path" : "ReSwiftRouter",
"product_dependencies" : [
"ReSwift"
],
"product_memberships" : [
"ReSwift-Router"
],
"sources" : [
"NavigationActions.swift",
"NavigationReducer.swift",
"NavigationState.swift",
"Routable.swift",
"Router.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.