Build Information
Successful build of JCState, reference 0.0.6 (1ea7f5), with Swift 6.3 for macOS (SPM) on 2 May 2026 05:46:15 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/jazzychad/JCState.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75038] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.17s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.33s)
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/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.23s)
========================================
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": "jcstate",
"name": "JCState",
"url": "https://github.com/jazzychad/JCState.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JCState",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jazzychad/JCState.git
[1/61] Fetching jcstate
Fetched https://github.com/jazzychad/JCState.git from cache (0.64s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.99s)
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
Creating working copy for https://github.com/jazzychad/JCState.git
Working copy of https://github.com/jazzychad/JCState.git resolved at 0.0.6 (1ea7f53)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jazzychad/JCState.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write JCStateClient-entitlement.plist
[4/10] Write swift-version--6988338F2F200930.txt
[6/12] Compiling JCStateMacros JCStateMacro.swift
[7/12] Emitting module JCStateMacros
[7/12] Write Objects.LinkFileList
[8/12] Linking JCStateMacros-tool
[10/14] Compiling JCState JCState.swift
[11/14] Emitting module JCState
[12/16] Compiling JCStateClient main.swift
[13/16] Emitting module JCStateClient
[13/16] Write Objects.LinkFileList
[14/16] Linking JCStateClient
[15/16] Applying JCStateClient
Build complete! (7.99s)
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" : "/Users/admin/builder/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"
}
Done.