Build Information
Successful build of StateMachine, reference master (5de7fc), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 23:18:02 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sergejs/StateMachine
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5de7fcb Merge pull request #12 from sergejs/pod
Cloned https://github.com/sergejs/StateMachine.git
Revision (git rev-parse @):
5de7fcb76c79fb1853823695228b41e6cf114fa7
SUCCESS checkout https://github.com/sergejs/StateMachine.git at master
Fetching https://github.com/sergejs/SwiftLogger.git
[1/168] Fetching swiftlogger
Fetched https://github.com/sergejs/SwiftLogger.git from cache (0.66s)
Computing version for https://github.com/sergejs/SwiftLogger.git
Computed https://github.com/sergejs/SwiftLogger.git at 1.1.1 (1.33s)
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.71s)
Fetching https://github.com/sergejs/SwiftLogger.git from cache
Fetched https://github.com/sergejs/SwiftLogger.git from cache (0.46s)
Computing version for https://github.com/sergejs/SwiftLogger.git
Computed https://github.com/sergejs/SwiftLogger.git at 1.1.1 (0.52s)
Creating working copy for https://github.com/sergejs/StateMachine.git
Working copy of https://github.com/sergejs/StateMachine.git resolved at master (5de7fcb)
Creating working copy for https://github.com/sergejs/SwiftLogger.git
Working copy of https://github.com/sergejs/SwiftLogger.git resolved at 1.1.1
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] Compiling SwiftLogger SwiftLogger.swift
[6/10] Emitting module SwiftLogger
[6/10] Write Objects.LinkFileList
[7/10] Linking libSwiftLogger.dylib
[9/13] Compiling StateMachine StateMachine.swift
[10/13] Emitting module StateMachine
[11/13] Compiling StateMachine Combine+WithLatestFrom.swift
[11/13] Write Objects.LinkFileList
[12/13] Linking libStateMachine.dylib
Build complete! (7.05s)
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.