Build Information
Successful build of JSONLines, reference main (d331b2), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 16:03:53 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/mattt/PartialJSONDecoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/PartialJSONDecoder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d331b23 Transfer project from Loopwork (#2)
Cloned https://github.com/mattt/PartialJSONDecoder.git
Revision (git rev-parse @):
d331b237cafe56c5233557bdf1f5a3415393435c
SUCCESS checkout https://github.com/mattt/PartialJSONDecoder.git at main
========================================
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": "partialjsondecoder",
"name": "JSONLines",
"url": "https://github.com/mattt/PartialJSONDecoder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PartialJSONDecoder",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mattt/PartialJSONDecoder.git
[1/39] Fetching partialjsondecoder
Fetched https://github.com/mattt/PartialJSONDecoder.git from cache (0.59s)
Creating working copy for https://github.com/mattt/PartialJSONDecoder.git
Working copy of https://github.com/mattt/PartialJSONDecoder.git resolved at main (d331b23)
warning: '.resolve-product-dependencies': dependency 'partialjsondecoder' 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/mattt/PartialJSONDecoder.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/7] Compiling PartialJSONDecoder PartialJSONDecoder.swift
[4/7] Compiling PartialJSONDecoder AsyncSequence+PartialJSON.swift
[5/7] Emitting module PartialJSONDecoder
[6/7] Compiling PartialJSONDecoder AsyncPartialJSONSequence.swift
[7/7] Compiling PartialJSONDecoder JSONCompleter.swift
Build complete! (5.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONLines",
"name" : "JSONLines",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PartialJSONDecoder",
"targets" : [
"PartialJSONDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PartialJSONDecoderTests",
"module_type" : "SwiftTarget",
"name" : "PartialJSONDecoderTests",
"path" : "Tests/PartialJSONDecoderTests",
"sources" : [
"AsyncPartialJSONSequenceTests.swift",
"AsyncSequenceExtensionTests.swift",
"Helpers/AsyncBytes.swift",
"Helpers/AsyncThroughSequence.swift",
"Helpers/ChunkedAsyncBytes.swift",
"JSONCompleterTests.swift",
"PartialJSONDecoderTests.swift"
],
"target_dependencies" : [
"PartialJSONDecoder"
],
"type" : "test"
},
{
"c99name" : "PartialJSONDecoder",
"module_type" : "SwiftTarget",
"name" : "PartialJSONDecoder",
"path" : "Sources/PartialJSONDecoder",
"product_memberships" : [
"PartialJSONDecoder"
],
"sources" : [
"AsyncPartialJSONSequence.swift",
"AsyncSequence+PartialJSON.swift",
"JSONCompleter.swift",
"PartialJSONDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.