Build Information
Successful build of JSONConfig, reference master (6f7a01), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 11:44:30 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/automatontec/jsonconfig.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/automatontec/jsonconfig
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6f7a01e to 1.1.3
Cloned https://github.com/automatontec/jsonconfig.git
Revision (git rev-parse @):
6f7a01e3761b13ca6fa78c86c65f484fe9bb6de1
SUCCESS checkout https://github.com/automatontec/jsonconfig.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/automatontec/jsonconfig.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling PerfectLib JSONConvertible.swift
[5/13] Compiling PerfectLib File.swift
[6/13] Compiling PerfectLib PerfectError.swift
[7/13] Emitting module PerfectLib
[8/13] Compiling PerfectLib Bytes.swift
[9/13] Compiling PerfectLib SysProcess.swift
[10/13] Compiling PerfectLib PerfectServer.swift
[11/13] Compiling PerfectLib Log.swift
[12/13] Compiling PerfectLib Dir.swift
[13/13] Compiling PerfectLib Utilities.swift
[14/15] Compiling JSONConfig JSONConfig.swift
[15/15] Emitting module JSONConfig
Build complete! (7.55s)
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/10784] Fetching perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.48s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (3.00s)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
Build complete.
{
"dependencies" : [
{
"identity" : "perfectlib",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PerfectlySoft/PerfectLib.git"
}
],
"manifest_display_name" : "JSONConfig",
"name" : "JSONConfig",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONConfig",
"targets" : [
"JSONConfig"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONConfig",
"module_type" : "SwiftTarget",
"name" : "JSONConfig",
"path" : "Sources/JSONConfig",
"product_dependencies" : [
"PerfectLib"
],
"product_memberships" : [
"JSONConfig"
],
"sources" : [
"JSONConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.