Build Information
Successful build of swift-state-kit, reference main (b23928), with Swift 6.3 for Wasm on 18 Apr 2026 13:40:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-state-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/philiprehberger/swift-state-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b23928b Release v0.18.0
Cloned https://github.com/philiprehberger/swift-state-kit.git
Revision (git rev-parse @):
b23928b5cb5978a83cad2abc72cb8401049ff5a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-state-kit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/philiprehberger/swift-state-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling StateKit TimeoutTransition.swift
[4/17] Compiling StateKit Transition.swift
[5/18] Compiling StateKit StateMachineSnapshot.swift
[6/18] Compiling StateKit StateStream.swift
[7/18] Compiling StateKit TransitionMetrics.swift
[8/18] Compiling StateKit TransitionMiddleware.swift
[9/18] Compiling StateKit StateLogger.swift
[10/18] Compiling StateKit StateMachine.swift
[11/18] Compiling StateKit StateMachineError.swift
[12/18] Compiling StateKit StateMachineExport.swift
[13/18] Emitting module StateKit
[14/18] Compiling StateKit HierarchicalStateMachine.swift
[15/18] Compiling StateKit ObservableStateMachine.swift
[16/18] Compiling StateKit StateHistory.swift
[17/18] Compiling StateKit StateKit.swift
[18/18] Compiling StateKit TransitionValidation.swift
Build complete! (8.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-state-kit",
"name" : "swift-state-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "StateKit",
"targets" : [
"StateKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StateKitTests",
"module_type" : "SwiftTarget",
"name" : "StateKitTests",
"path" : "Tests/StateKitTests",
"sources" : [
"AsyncTransitionTests.swift",
"EntryExitTests.swift",
"ErrorTests.swift",
"ExportTests.swift",
"GuardTests.swift",
"HierarchicalTests.swift",
"HistoryTests.swift",
"LoggerTests.swift",
"MetricsTests.swift",
"MiddlewareTests.swift",
"ObservableStateMachineTests.swift",
"ResetTests.swift",
"SnapshotTests.swift",
"StateMachineTests.swift",
"StreamTests.swift",
"TimeoutTests.swift",
"TransitionTests.swift",
"ValidEventsTests.swift",
"ValidationTests.swift",
"WildcardTests.swift"
],
"target_dependencies" : [
"StateKit"
],
"type" : "test"
},
{
"c99name" : "StateKit",
"module_type" : "SwiftTarget",
"name" : "StateKit",
"path" : "Sources/StateKit",
"product_memberships" : [
"StateKit"
],
"sources" : [
"HierarchicalStateMachine.swift",
"ObservableStateMachine.swift",
"StateHistory.swift",
"StateKit.swift",
"StateLogger.swift",
"StateMachine.swift",
"StateMachineError.swift",
"StateMachineExport.swift",
"StateMachineSnapshot.swift",
"StateStream.swift",
"TimeoutTransition.swift",
"Transition.swift",
"TransitionMetrics.swift",
"TransitionMiddleware.swift",
"TransitionValidation.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.