Build Information
Successful build of JSONValue, reference 8.0.0 (8c79a3), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 16:18:09 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/rexmas/JSONValue.git
Reference: 8.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rexmas/JSONValue
* tag 8.0.0 -> FETCH_HEAD
HEAD is now at 8c79a34 swift 5.9
Cloned https://github.com/rexmas/JSONValue.git
Revision (git rev-parse @):
8c79a348868726629bfdc20cda6e0855a1abb97f
SUCCESS checkout https://github.com/rexmas/JSONValue.git at 8.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rexmas/JSONValue.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/6] Compiling JSONValueRX JSONable.swift
[4/6] Compiling JSONValueRX Utilities.swift
[5/6] Compiling JSONValueRX JSON.swift
[6/6] Emitting module JSONValueRX
Build complete! (4.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONValue",
"name" : "JSONValue",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "JSONValueRX",
"targets" : [
"JSONValueRX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONValueTests",
"module_type" : "SwiftTarget",
"name" : "JSONValueTests",
"path" : "Tests",
"sources" : [
"JSONValueTests.swift"
],
"target_dependencies" : [
"JSONValueRX"
],
"type" : "test"
},
{
"c99name" : "JSONValueRX",
"module_type" : "SwiftTarget",
"name" : "JSONValueRX",
"path" : "Sources",
"product_memberships" : [
"JSONValueRX"
],
"sources" : [
"JSON.swift",
"JSONable.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.