Build Information
Successful build of swift-extras-json, reference main (122b94
), with Swift 6.0 for Linux on 1 Nov 2024 09:43:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-extras/swift-extras-json
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/swift-extras/swift-extras-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling ExtrasJSON JSONUnkeyedDecodingContainer.swift
[4/15] Compiling ExtrasJSON JSONEncoder.swift
[5/16] Compiling ExtrasJSON ArrayKey.swift
[6/16] Compiling ExtrasJSON JSONDecoder.swift
[7/16] Emitting module ExtrasJSON
[8/16] Compiling ExtrasJSON JSONKeyedDecodingContainer.swift
[9/16] Compiling ExtrasJSON JSONSingleValueDecodingContainer.swift
[10/16] Compiling ExtrasJSON JSONValue.swift
[11/16] Compiling ExtrasJSON JSONUnkeyedEncodingContainer.swift
[12/16] Compiling ExtrasJSON JSONError+DecodingError.swift
[13/16] Compiling ExtrasJSON DocumentReader.swift
[14/16] Compiling ExtrasJSON JSONKeyedEncodingContainer.swift
[15/16] Compiling ExtrasJSON JSONSingleValueEncodingContainer.swift
[16/16] Compiling ExtrasJSON JSONParser.swift
Build complete! (8.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-extras-json",
"name" : "swift-extras-json",
"path" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.