Build Information
Successful build of generic-json, reference main (1546c2
), with Swift 5.10 for Linux on 28 Jan 2025 21:49:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/generic-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/Frizlab/generic-json
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1546c2a Fix the package name
Cloned https://github.com/Frizlab/generic-json.git
Revision (git rev-parse @):
1546c2a3ad995f2c7c6479cf9e8cb9ebb80a2578
SUCCESS checkout https://github.com/Frizlab/generic-json.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/Frizlab/generic-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Emitting module GenericJSON
/host/spi-builder-workspace/GenericJSON/JSON+Init.swift:120:22: warning: static property 'trueNumber' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private static let trueNumber = NSNumber(value: true)
^
/host/spi-builder-workspace/GenericJSON/JSON+Init.swift:121:21: warning: static property 'falseNumber' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private static let falseNumber = NSNumber(value: false)
^
[4/11] Compiling GenericJSON DummySendable.swift
[5/11] Compiling GenericJSON JSON+Codable.swift
[6/12] Compiling GenericJSON JSON.swift
[7/12] Compiling GenericJSON JSON+Merging.swift
[8/12] Compiling GenericJSON JSON+Init.swift
/host/spi-builder-workspace/GenericJSON/JSON+Init.swift:120:22: warning: static property 'trueNumber' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private static let trueNumber = NSNumber(value: true)
^
/host/spi-builder-workspace/GenericJSON/JSON+Init.swift:121:21: warning: static property 'falseNumber' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private static let falseNumber = NSNumber(value: false)
^
[9/12] Compiling GenericJSON JSON+Decoding.swift
[10/12] Compiling GenericJSON JSONErrors.swift
[11/12] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[12/12] Compiling GenericJSON JSON+Querying.swift
Build complete! (6.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "generic-json",
"name" : "generic-json",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GenericJSON",
"targets" : [
"GenericJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenericJSONTests",
"module_type" : "SwiftTarget",
"name" : "GenericJSONTests",
"path" : "Tests/GenericJSONTests",
"sources" : [
"CodingTests.swift",
"DebugDescriptionTests.swift",
"DecodingTests.swift",
"EqualityTests.swift",
"InitializationTests.swift",
"MergingTests.swift",
"QueryingTests.swift"
],
"target_dependencies" : [
"GenericJSON"
],
"type" : "test"
},
{
"c99name" : "GenericJSON",
"module_type" : "SwiftTarget",
"name" : "GenericJSON",
"path" : "GenericJSON",
"product_memberships" : [
"GenericJSON"
],
"sources" : [
"DummySendable.swift",
"JSON+Codable.swift",
"JSON+CustomDebugStringConvertible.swift",
"JSON+Decoding.swift",
"JSON+Init.swift",
"JSON+Merging.swift",
"JSON+Querying.swift",
"JSON.swift",
"JSONErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.