Build Information
Successful build of JCState, reference 0.0.6 (1ea7f5), with Swift 6.3 for Wasm on 2 May 2026 05:46:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/jazzychad/JCState.git
Reference: 0.0.6
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/jazzychad/JCState
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at 1ea7f53 add sparse flag info to the README, bump version
Cloned https://github.com/jazzychad/JCState.git
Revision (git rev-parse @):
1ea7f53afca13bfad079ff67341bdc1d3a98f697
SUCCESS checkout https://github.com/jazzychad/JCState.git at 0.0.6
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jazzychad/JCState.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75038] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.33s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (9.21s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.40s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling JCStateMacros JCStateMacro.swift
[6/13] Emitting module JCStateMacros
[7/14] Wrapping AST for JCStateMacros for debugging
[8/14] Write Objects.LinkFileList
[9/14] Linking JCStateMacros-tool
[11/16] Emitting module JCState
[12/16] Compiling JCState JCState.swift
[13/17] Wrapping AST for JCState for debugging
[15/19] Emitting module JCStateClient
[16/19] Compiling JCStateClient main.swift
[17/20] Wrapping AST for JCStateClient for debugging
[18/20] Write Objects.LinkFileList
[19/20] Linking JCStateClient.wasm
Build complete! (34.00s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "JCState",
"name" : "JCState",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "JCState",
"targets" : [
"JCState"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JCStateClient",
"targets" : [
"JCStateClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "JCStateMacros",
"targets" : [
"JCStateMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "JCStateTests",
"module_type" : "SwiftTarget",
"name" : "JCStateTests",
"path" : "Tests/JCStateTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"JCStateTests.swift"
],
"target_dependencies" : [
"JCStateMacros"
],
"type" : "test"
},
{
"c99name" : "JCStateMacros",
"module_type" : "SwiftTarget",
"name" : "JCStateMacros",
"path" : "Sources/JCStateMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"JCState",
"JCStateClient",
"JCStateMacros"
],
"sources" : [
"JCStateMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "JCStateClient",
"module_type" : "SwiftTarget",
"name" : "JCStateClient",
"path" : "Sources/JCStateClient",
"product_memberships" : [
"JCStateClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JCState"
],
"type" : "executable"
},
{
"c99name" : "JCState",
"module_type" : "SwiftTarget",
"name" : "JCState",
"path" : "Sources/JCState",
"product_memberships" : [
"JCState",
"JCStateClient"
],
"sources" : [
"JCState.swift"
],
"target_dependencies" : [
"JCStateMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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.