Build Information
Successful build of swift-extras-json, reference v0.6.0 (122b94
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 09:57:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-extras/swift-extras-json.git
Reference: v0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-extras/swift-extras-json
* tag v0.6.0 -> FETCH_HEAD
HEAD is now at 122b945 Move to swift-extras (#67)
Cloned https://github.com/swift-extras/swift-extras-json.git
Revision (git rev-parse @):
122b9454ef01bf89a4c190b8fd3717ddd0a2fbd0
SUCCESS checkout https://github.com/swift-extras/swift-extras-json.git at v0.6.0
========================================
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",
"dependencies": [
{
"identity": "swift-extras-json",
"name": "swift-extras-json",
"url": "https://github.com/swift-extras/swift-extras-json.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-extras-json",
"dependencies": [
]
}
]
}
Fetching https://github.com/swift-extras/swift-extras-json.git
[1/1049] Fetching swift-extras-json
Fetched https://github.com/swift-extras/swift-extras-json.git from cache (0.85s)
Creating working copy for https://github.com/swift-extras/swift-extras-json.git
Working copy of https://github.com/swift-extras/swift-extras-json.git resolved at v0.6.0 (122b945)
warning: '.resolve-product-dependencies': dependency 'swift-extras-json' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/swift-extras/swift-extras-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/15] Compiling ExtrasJSON JSONSingleValueEncodingContainer.swift
[4/16] Compiling ExtrasJSON DocumentReader.swift
[5/16] Compiling ExtrasJSON JSONKeyedEncodingContainer.swift
[6/16] Compiling ExtrasJSON JSONUnkeyedEncodingContainer.swift
[7/16] Emitting module ExtrasJSON
[8/16] Compiling ExtrasJSON ArrayKey.swift
[9/16] Compiling ExtrasJSON JSONDecoder.swift
[10/16] Compiling ExtrasJSON JSONError+DecodingError.swift
[11/16] Compiling ExtrasJSON JSONUnkeyedDecodingContainer.swift
[12/16] Compiling ExtrasJSON JSONEncoder.swift
[13/16] Compiling ExtrasJSON JSONValue.swift
[14/16] Compiling ExtrasJSON JSONKeyedDecodingContainer.swift
[15/16] Compiling ExtrasJSON JSONSingleValueDecodingContainer.swift
[16/16] Compiling ExtrasJSON JSONParser.swift
Build complete! (7.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-extras-json",
"name" : "swift-extras-json",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ExtrasJSON",
"targets" : [
"ExtrasJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LearningTests",
"module_type" : "SwiftTarget",
"name" : "LearningTests",
"path" : "Tests/LearningTests",
"sources" : [
"FoundationJSONDecoderTests.swift",
"FoundationJSONEncoderTests.swift",
"FoundationJSONSerializationTests.swift"
],
"target_dependencies" : [
"ExtrasJSON"
],
"type" : "test"
},
{
"c99name" : "ExtrasJSONTests",
"module_type" : "SwiftTarget",
"name" : "ExtrasJSONTests",
"path" : "Tests/ExtrasJSONTests",
"sources" : [
"ArrayKeyTests.swift",
"DateCodingTests.swift",
"Decoding/JSONDecoderTests.swift",
"Decoding/JSONKeyedDecodingContainerTests.swift",
"Decoding/JSONSingleValueDecodingContainerTests.swift",
"Decoding/JSONUnkeyedDecodingContainerTests.swift",
"Encoding/JSONEncoderTests.swift",
"Encoding/JSONKeyedEncodingContainerTests.swift",
"Encoding/JSONSingleValueEncodingContainerTests.swift",
"Encoding/JSONUnkeyedEncodingContainerTests.swift",
"Parsing/ArrayParserTests.swift",
"Parsing/BoolParserTests.swift",
"Parsing/JSONParserTests.swift",
"Parsing/JSONValueTests.swift",
"Parsing/NullParserTests.swift",
"Parsing/NumberParserTests.swift",
"Parsing/ObjectParserTests.swift",
"Parsing/StringParserTests.swift"
],
"target_dependencies" : [
"ExtrasJSON"
],
"type" : "test"
},
{
"c99name" : "ExtrasJSON",
"module_type" : "SwiftTarget",
"name" : "ExtrasJSON",
"path" : "Sources/ExtrasJSON",
"product_memberships" : [
"ExtrasJSON"
],
"sources" : [
"ArrayKey.swift",
"Decoding/JSONDecoder.swift",
"Decoding/JSONKeyedDecodingContainer.swift",
"Decoding/JSONSingleValueDecodingContainer.swift",
"Decoding/JSONUnkeyedDecodingContainer.swift",
"Encoding/JSONEncoder.swift",
"Encoding/JSONKeyedEncodingContainer.swift",
"Encoding/JSONSingleValueEncodingContainer.swift",
"Encoding/JSONUnkeyedEncodingContainer.swift",
"JSONError+DecodingError.swift",
"JSONValue.swift",
"Parsing/DocumentReader.swift",
"Parsing/JSONParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.