Build Information
Successful build of JSON, reference main (79efe7), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 10:47:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/json-apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/json-apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79efe7b Add JSON.isArray and JSON.isObject (#9)
Cloned https://github.com/shareup/json-apple.git
Revision (git rev-parse @):
79efe7b1c0fe79c2ae7cd2e68b815a99feadb924
SUCCESS checkout https://github.com/shareup/json-apple.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shareup/json-apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling JSON Dictionary+JSON.swift
[4/5] Compiling JSON JSON.swift
[5/5] Emitting module JSON
Build complete! (3.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSON",
"name" : "JSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSON",
"targets" : [
"JSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONTests",
"module_type" : "SwiftTarget",
"name" : "JSONTests",
"path" : "Tests/JSONTests",
"sources" : [
"Dictionary+JSONTests.swift",
"JSONTests.swift"
],
"target_dependencies" : [
"JSON"
],
"type" : "test"
},
{
"c99name" : "JSON",
"module_type" : "SwiftTarget",
"name" : "JSON",
"path" : "Sources/JSON",
"product_memberships" : [
"JSON"
],
"sources" : [
"Dictionary+JSON.swift",
"JSON.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.