Build Information
Successful build of ReSwiftRouter, reference master (a915f6), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:36:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReSwift/ReSwift-Router.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReSwift/ReSwift-Router
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a915f67 Tweak SPM framework name (#130)
Cloned https://github.com/ReSwift/ReSwift-Router.git
Revision (git rev-parse @):
a915f67704ca5a0cf439723f7c4f7c26ef7809ba
SUCCESS checkout https://github.com/ReSwift/ReSwift-Router.git at master
Fetching https://github.com/ReSwift/ReSwift.git
[1/6447] Fetching reswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.27s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 6.1.1 (3.58s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 6.1.1
========================================
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": "reswift-router",
"name": "ReSwiftRouter",
"url": "https://github.com/ReSwift/ReSwift-Router.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReSwift-Router",
"traits": [
"default"
],
"dependencies": [
{
"identity": "reswift",
"name": "ReSwift",
"url": "https://github.com/ReSwift/ReSwift.git",
"version": "6.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ReSwift/ReSwift-Router.git
[1/2656] Fetching reswift-router
Fetched https://github.com/ReSwift/ReSwift-Router.git from cache (1.22s)
Fetching https://github.com/ReSwift/ReSwift.git from cache
Fetched https://github.com/ReSwift/ReSwift.git from cache (0.53s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 6.1.1 (0.61s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 6.1.1
Creating working copy for https://github.com/ReSwift/ReSwift-Router.git
Working copy of https://github.com/ReSwift/ReSwift-Router.git resolved at master (a915f67)
warning: '.resolve-product-dependencies': dependency 'reswift-router' is not used by any target
Found 1 product dependencies
- ReSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ReSwift/ReSwift-Router.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/16] Compiling ReSwift StoreType.swift
[5/16] Compiling ReSwift Subscription.swift
[6/16] Compiling ReSwift Middleware.swift
[7/16] Compiling ReSwift Reducer.swift
[8/16] Emitting module ReSwift
[9/16] Compiling ReSwift State.swift
[10/16] Compiling ReSwift Store.swift
[11/16] Compiling ReSwift StoreSubscriber.swift
[12/16] Compiling ReSwift Action.swift
[13/16] Compiling ReSwift DispatchingStoreType.swift
[14/16] Compiling ReSwift Synchronized.swift
[15/16] Compiling ReSwift Assertions.swift
[16/16] Compiling ReSwift Coding.swift
[17/17] Compiling ReSwift TypeHelper.swift
[18/23] Compiling ReSwiftRouter Router.swift
[19/23] Compiling ReSwiftRouter NavigationReducer.swift
[20/23] Compiling ReSwiftRouter Routable.swift
[21/23] Compiling ReSwiftRouter NavigationState.swift
[22/23] Compiling ReSwiftRouter NavigationActions.swift
[23/23] Emitting module ReSwiftRouter
Build complete! (6.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "reswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReSwift/ReSwift.git"
}
],
"manifest_display_name" : "ReSwiftRouter",
"name" : "ReSwiftRouter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ReSwiftRouter",
"targets" : [
"ReSwiftRouter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReSwiftRouter",
"module_type" : "SwiftTarget",
"name" : "ReSwiftRouter",
"path" : "ReSwiftRouter",
"product_dependencies" : [
"ReSwift"
],
"product_memberships" : [
"ReSwiftRouter"
],
"sources" : [
"NavigationActions.swift",
"NavigationReducer.swift",
"NavigationState.swift",
"Routable.swift",
"Router.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.