Build Information
Successful build of CoordinatorPlus, reference main (27dee8), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 20:51:16 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/richardpiazza/CoordinatorPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/CoordinatorPlus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 27dee8b Removes all deprecated type-aliases and methods. (#2)
Cloned https://github.com/richardpiazza/CoordinatorPlus.git
Revision (git rev-parse @):
27dee8b58d780df59d560e1f3d0f32ff8f4d603b
SUCCESS checkout https://github.com/richardpiazza/CoordinatorPlus.git at main
========================================
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": "coordinatorplus",
"name": "CoordinatorPlus",
"url": "https://github.com/richardpiazza/CoordinatorPlus.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoordinatorPlus",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/richardpiazza/CoordinatorPlus.git
[1/106] Fetching coordinatorplus
Fetched https://github.com/richardpiazza/CoordinatorPlus.git from cache (0.59s)
Creating working copy for https://github.com/richardpiazza/CoordinatorPlus.git
Working copy of https://github.com/richardpiazza/CoordinatorPlus.git resolved at main (27dee8b)
warning: '.resolve-product-dependencies': dependency 'coordinatorplus' 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/richardpiazza/CoordinatorPlus.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 CoordinatorPlus NavigationFlowStepCoordinator.swift
[4/12] Compiling CoordinatorPlus FlowStepViewController.swift
[5/12] Compiling CoordinatorPlus SplitViewFlowStepCoordinator.swift
[6/13] Compiling CoordinatorPlus FlowStep.swift
[7/13] Compiling CoordinatorPlus FlowStepCoordinator.swift
[8/13] Compiling CoordinatorPlus FlowCoordinator.swift
[9/13] Emitting module CoordinatorPlus
[10/13] Compiling CoordinatorPlus FlowCoordinatorDelegate.swift
[11/13] Compiling CoordinatorPlus AppCoordinator.swift
[12/13] Compiling CoordinatorPlus Flow.swift
[13/13] Compiling CoordinatorPlus TabBarFlowStepCoordinator.swift
Build complete! (4.61s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoordinatorPlus",
"name" : "CoordinatorPlus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoordinatorPlus",
"targets" : [
"CoordinatorPlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoordinatorPlusTests",
"module_type" : "SwiftTarget",
"name" : "CoordinatorPlusTests",
"path" : "Tests/CoordinatorPlusTests",
"sources" : [
"TaskTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CoordinatorPlus"
],
"type" : "test"
},
{
"c99name" : "CoordinatorPlus",
"module_type" : "SwiftTarget",
"name" : "CoordinatorPlus",
"path" : "Sources/CoordinatorPlus",
"product_memberships" : [
"CoordinatorPlus"
],
"sources" : [
"AppCoordinator.swift",
"Flow.swift",
"FlowCoordinator.swift",
"FlowCoordinatorDelegate.swift",
"FlowStep.swift",
"FlowStepCoordinator.swift",
"FlowStepViewController.swift",
"NavigationFlowStepCoordinator.swift",
"SplitViewFlowStepCoordinator.swift",
"TabBarFlowStepCoordinator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.