Build Information
Successful build of JCState, reference 0.0.6 (1ea7f5), with Swift 6.2 for macOS (SPM) on 2 May 2026 05:46:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jazzychad/JCState.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write JCStateClient-entitlement.plist
[4/10] Write swift-version--3CB7CFEC50E0D141.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! (15.74s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75038] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.83s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (6.89s)
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.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.18s)
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.