Build Information
Successful build of JSONValue, reference master (c919a1), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:06:29 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/rexmas/JSONValue.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rexmas/JSONValue
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c919a16 Merge pull request #34 from rexmas/rex-remind101-patch-1
Cloned https://github.com/rexmas/JSONValue.git
Revision (git rev-parse @):
c919a16dbdeb4c1f20356ce10478e928f1d9ac45
SUCCESS checkout https://github.com/rexmas/JSONValue.git at master
========================================
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": "jsonvalue",
"name": "JSONValue",
"url": "https://github.com/rexmas/JSONValue.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONValue",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/rexmas/JSONValue.git
[1/652] Fetching jsonvalue
Fetched https://github.com/rexmas/JSONValue.git from cache (0.68s)
Creating working copy for https://github.com/rexmas/JSONValue.git
Working copy of https://github.com/rexmas/JSONValue.git resolved at master (c919a16)
warning: '.resolve-product-dependencies': dependency 'jsonvalue' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/rexmas/JSONValue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling JSONValueRX JSON.swift
[4/6] Compiling JSONValueRX Utilities.swift
[5/6] Emitting module JSONValueRX
[6/6] Compiling JSONValueRX JSONable.swift
Build complete! (4.91s)
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.