Build Information
Successful build of StateMachine, reference 1.2.2 (6a954f), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 23:17:00 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/sergejs/StateMachine.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sergejs/StateMachine
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at 6a954f1 Make some combine extention internal
Cloned https://github.com/sergejs/StateMachine.git
Revision (git rev-parse @):
6a954f149be0afa1006429e5da7ed5e14c4ad0e6
SUCCESS checkout https://github.com/sergejs/StateMachine.git at 1.2.2
Fetching https://github.com/sergejs/SwiftLogger.git
[1/168] Fetching swiftlogger
Fetched https://github.com/sergejs/SwiftLogger.git from cache (0.67s)
Computing version for https://github.com/sergejs/SwiftLogger.git
Computed https://github.com/sergejs/SwiftLogger.git at 1.1.1 (1.38s)
Creating working copy for https://github.com/sergejs/SwiftLogger.git
Working copy of https://github.com/sergejs/SwiftLogger.git resolved at 1.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": "statemachine",
"name": "StateMachine",
"url": "https://github.com/sergejs/StateMachine.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StateMachine",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftlogger",
"name": "SwiftLogger",
"url": "https://github.com/sergejs/SwiftLogger.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLogger",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/sergejs/StateMachine.git
[1/213] Fetching statemachine
Fetched https://github.com/sergejs/StateMachine.git from cache (0.70s)
Fetching https://github.com/sergejs/SwiftLogger.git from cache
Fetched https://github.com/sergejs/SwiftLogger.git from cache (0.43s)
Computing version for https://github.com/sergejs/SwiftLogger.git
Computed https://github.com/sergejs/SwiftLogger.git at 1.1.1 (0.49s)
Creating working copy for https://github.com/sergejs/SwiftLogger.git
Working copy of https://github.com/sergejs/SwiftLogger.git resolved at 1.1.1
Creating working copy for https://github.com/sergejs/StateMachine.git
Working copy of https://github.com/sergejs/StateMachine.git resolved at 1.2.2 (6a954f1)
warning: '.resolve-product-dependencies': dependency 'statemachine' is not used by any target
Found 1 product dependencies
- SwiftLogger
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/sergejs/StateMachine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/10] Compiling SwiftLogger osLogger.swift
[5/10] Emitting module SwiftLogger
[6/10] Compiling SwiftLogger SwiftLogger.swift
[6/10] Write Objects.LinkFileList
[7/10] Linking libSwiftLogger.dylib
[9/13] Compiling StateMachine StateMachine.swift
[10/13] Compiling StateMachine Combine+WithLatestFrom.swift
[11/13] Emitting module StateMachine
[11/13] Write Objects.LinkFileList
[12/13] Linking libStateMachine.dylib
Build complete! (7.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftlogger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sergejs/SwiftLogger.git"
}
],
"manifest_display_name" : "StateMachine",
"name" : "StateMachine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "StateMachine",
"targets" : [
"StateMachine"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "StateMachineTests",
"module_type" : "SwiftTarget",
"name" : "StateMachineTests",
"path" : "Tests/StateMachineTests",
"sources" : [
"StateMachineTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"StateMachine"
],
"type" : "test"
},
{
"c99name" : "StateMachine",
"module_type" : "SwiftTarget",
"name" : "StateMachine",
"path" : "Sources/StateMachine",
"product_dependencies" : [
"SwiftLogger"
],
"product_memberships" : [
"StateMachine"
],
"sources" : [
"Combine+WithLatestFrom.swift",
"StateMachine.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.