Build Information
Successful build of swift-json, reference develop (fc7b73), with Swift 6.0 for macOS (SPM) on 20 Apr 2026 05:46:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sinoru/swift-json.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sinoru/swift-json
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at fc7b739 Merge branch 'main' into develop
Cloned https://github.com/sinoru/swift-json.git
Revision (git rev-parse @):
fc7b739f973ae2a0f29068894639d267cf9b8039
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sinoru/swift-json.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/sinoru/swift-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/12] Compiling JSONNumber JSONNumber.swift
[8/12] Compiling JSONNumber JSONNumber+Values.swift
[9/12] Compiling JSONNumber JSONNumber+Arithmetic.swift
[10/12] Compiling JSONNumber JSONNumber+Conformances.swift
[11/12] Emitting module JSONNumber
[12/12] Compiling JSONNumber JSONNumber+Decimal.swift
[13/21] Compiling JSON JSONValue+Subscripts.swift
[14/21] Emitting module JSON
[15/21] Compiling JSON JSONValue+Encodable.swift
[16/21] Compiling JSON JSONValue+Values.swift
[17/21] Compiling JSON JSONValue+Descriptions.swift
[18/21] Compiling JSON JSON.swift
[19/21] Compiling JSON JSONValue+Decodable.swift
[20/21] Compiling JSON JSONValue+Literals.swift
[21/21] Compiling JSON JSONValue.swift
[22/31] Compiling JSONValueCoder JSONValueDecoder+SingleValueContainer.swift
[23/32] Compiling JSONValueCoder JSONValueDecoder+UnkeyedContainer.swift
[24/32] Compiling JSONValueCoder JSONValueCoder.swift
[25/32] Compiling JSONValueCoder JSONValueDecoder+Container.swift
[26/32] Compiling JSONValueCoder JSONValueDecoder+Combine.swift
[27/32] Compiling JSONValueCoder JSONValueDecoder+Decoder.swift
[28/32] Compiling JSONValueCoder JSONValue+Descriptions.swift
[29/32] Emitting module JSONValueCoder
[30/32] Compiling JSONValueCoder CodingPath.swift
[31/32] Compiling JSONValueCoder JSONValueDecoder+KeyedContainer.swift
[32/32] Compiling JSONValueCoder JSONValueDecoder.swift
Build complete! (23.62s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-json",
"name" : "swift-json",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "JSON",
"targets" : [
"JSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JSONValueCoder",
"targets" : [
"JSONValueCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONValueCoder",
"module_type" : "SwiftTarget",
"name" : "JSONValueCoder",
"path" : "Sources/JSONValueCoder",
"product_memberships" : [
"JSONValueCoder"
],
"sources" : [
"CodingPath.swift",
"JSONValue+Descriptions.swift",
"JSONValueCoder.swift",
"JSONValueDecoder+Combine.swift",
"JSONValueDecoder+Container.swift",
"JSONValueDecoder+Decoder.swift",
"JSONValueDecoder+KeyedContainer.swift",
"JSONValueDecoder+SingleValueContainer.swift",
"JSONValueDecoder+UnkeyedContainer.swift",
"JSONValueDecoder.swift"
],
"target_dependencies" : [
"JSON"
],
"type" : "library"
},
{
"c99name" : "JSONTests",
"module_type" : "SwiftTarget",
"name" : "JSONTests",
"path" : "Tests/JSONTests",
"sources" : [
"JSONTests+Value.swift",
"JSONTests+Value_Codable.swift",
"JSONTests+Value_Decodable.swift"
],
"target_dependencies" : [
"JSON"
],
"type" : "test"
},
{
"c99name" : "JSONNumberTests",
"module_type" : "SwiftTarget",
"name" : "JSONNumberTests",
"path" : "Tests/JSONNumberTests",
"sources" : [
"JSONNumberTests.swift"
],
"target_dependencies" : [
"JSONNumber"
],
"type" : "test"
},
{
"c99name" : "JSONNumber",
"module_type" : "SwiftTarget",
"name" : "JSONNumber",
"path" : "Sources/JSONNumber",
"product_memberships" : [
"JSON",
"JSONValueCoder"
],
"sources" : [
"JSONNumber+Arithmetic.swift",
"JSONNumber+Conformances.swift",
"JSONNumber+Decimal.swift",
"JSONNumber+Values.swift",
"JSONNumber.swift"
],
"type" : "library"
},
{
"c99name" : "JSON",
"module_type" : "SwiftTarget",
"name" : "JSON",
"path" : "Sources/JSON",
"product_memberships" : [
"JSON",
"JSONValueCoder"
],
"sources" : [
"JSON.swift",
"Value/JSONValue+Decodable.swift",
"Value/JSONValue+Descriptions.swift",
"Value/JSONValue+Encodable.swift",
"Value/JSONValue+Literals.swift",
"Value/JSONValue+Subscripts.swift",
"Value/JSONValue+Values.swift",
"Value/JSONValue.swift"
],
"target_dependencies" : [
"JSONNumber"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.