Build Information
Successful build of PartialJSON, reference main (1c876d), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 08:45:28 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/itruf/PartialJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/itruf/PartialJSON
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1c876da Add shields.io badges to README
Cloned https://github.com/itruf/PartialJSON.git
Revision (git rev-parse @):
1c876da498c0f40e87bd72fea0211b75766cc935
SUCCESS checkout https://github.com/itruf/PartialJSON.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.73s)
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
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.5
========================================
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": "partialjson",
"name": "PartialJSON",
"url": "https://github.com/itruf/PartialJSON.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PartialJSON",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/itruf/PartialJSON.git
[1/159] Fetching partialjson
Fetched https://github.com/itruf/PartialJSON.git from cache (0.72s)
Creating working copy for https://github.com/itruf/PartialJSON.git
Working copy of https://github.com/itruf/PartialJSON.git resolved at main (1c876da)
warning: '.resolve-product-dependencies': dependency 'partialjson' 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/itruf/PartialJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Emitting module PartialJSON
[6/7] Compiling PartialJSON Allow.swift
[7/7] Compiling PartialJSON PartialJSON.swift
Build complete! (10.44s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "PartialJSON",
"name" : "PartialJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PartialJSON",
"targets" : [
"PartialJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PartialJSONTests",
"module_type" : "SwiftTarget",
"name" : "PartialJSONTests",
"path" : "PartialJSONTests",
"sources" : [
"Partial_JSONTests.swift"
],
"target_dependencies" : [
"PartialJSON"
],
"type" : "test"
},
{
"c99name" : "PartialJSON",
"module_type" : "SwiftTarget",
"name" : "PartialJSON",
"path" : "PartialJSON",
"product_memberships" : [
"PartialJSON"
],
"sources" : [
"Allow.swift",
"PartialJSON.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.