Build Information
Successful build of SwiftAtomics, reference 6.5.0 (39c855
), with Swift 6.1 for Linux on 26 Apr 2025 06:02:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glessard/swift-atomics.git
Reference: 6.5.0
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/glessard/swift-atomics
* tag 6.5.0 -> FETCH_HEAD
HEAD is now at 39c855f Merge pull request #75 from glessard/depend-on-catomics
Cloned https://github.com/glessard/swift-atomics.git
Revision (git rev-parse @):
39c855f5fbbf30de8dcd517672f9d53499b6c03b
SUCCESS checkout https://github.com/glessard/swift-atomics.git at 6.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/glessard/swift-atomics.git
https://github.com/glessard/swift-atomics.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "catomics",
"requirement" : {
"range" : [
{
"lower_bound" : "6.5.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/glessard/CAtomics"
}
],
"manifest_display_name" : "SwiftAtomics",
"name" : "SwiftAtomics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftAtomics",
"targets" : [
"SwiftAtomics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"3",
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwiftAtomicsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAtomicsTests",
"path" : "Tests/SwiftAtomicsTests",
"sources" : [
"AtomicsRaceTests.swift",
"AtomicsTests.swift",
"RandomPositive.swift",
"ReferenceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftAtomics"
],
"type" : "test"
},
{
"c99name" : "SwiftAtomics",
"module_type" : "SwiftTarget",
"name" : "SwiftAtomics",
"path" : "Sources/SwiftAtomics",
"product_dependencies" : [
"CAtomics"
],
"product_memberships" : [
"SwiftAtomics"
],
"sources" : [
"atomics-fence.swift",
"atomics-integer.swift",
"atomics-orderings.swift",
"atomics-pointer.swift",
"atomics-reference.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/glessard/CAtomics
[1/3137] Fetching catomics
Fetched https://github.com/glessard/CAtomics from cache (0.30s)
Computing version for https://github.com/glessard/CAtomics
Computed https://github.com/glessard/CAtomics at 6.5.1 (0.84s)
Creating working copy for https://github.com/glessard/CAtomics
Working copy of https://github.com/glessard/CAtomics resolved at 6.5.1
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling CAtomics CAtomics.c
[4/9] Compiling SwiftAtomics atomics-integer.swift
[5/9] Compiling SwiftAtomics atomics-reference.swift
[6/9] Compiling SwiftAtomics atomics-orderings.swift
[7/9] Compiling SwiftAtomics atomics-fence.swift
[8/9] Emitting module SwiftAtomics
[9/9] Compiling SwiftAtomics atomics-pointer.swift
Build complete! (6.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "catomics",
"requirement" : {
"range" : [
{
"lower_bound" : "6.5.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/glessard/CAtomics"
}
],
"manifest_display_name" : "SwiftAtomics",
"name" : "SwiftAtomics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftAtomics",
"targets" : [
"SwiftAtomics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"3",
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwiftAtomicsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAtomicsTests",
"path" : "Tests/SwiftAtomicsTests",
"sources" : [
"AtomicsRaceTests.swift",
"AtomicsTests.swift",
"RandomPositive.swift",
"ReferenceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftAtomics"
],
"type" : "test"
},
{
"c99name" : "SwiftAtomics",
"module_type" : "SwiftTarget",
"name" : "SwiftAtomics",
"path" : "Sources/SwiftAtomics",
"product_dependencies" : [
"CAtomics"
],
"product_memberships" : [
"SwiftAtomics"
],
"sources" : [
"atomics-fence.swift",
"atomics-integer.swift",
"atomics-orderings.swift",
"atomics-pointer.swift",
"atomics-reference.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.