Build Information
Successful build of JSONLines, reference main (d331b2), with Swift 6.0 for macOS (SPM) on 28 Nov 2025 09:02:44 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.68.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mattt/PartialJSONDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Compiling PartialJSONDecoder JSONCompleter.swift
[4/7] Compiling PartialJSONDecoder AsyncSequence+PartialJSON.swift
[5/7] Compiling PartialJSONDecoder PartialJSONDecoder.swift
[6/7] Emitting module PartialJSONDecoder
[7/7] Compiling PartialJSONDecoder AsyncPartialJSONSequence.swift
Build complete! (4.85s)
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.