Build Information
Successful build of SwiftAtomics, reference main (39c855
), with Swift 6.1 for Android on 27 May 2025 21:32:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glessard/swift-atomics.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/glessard/swift-atomics
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/glessard/CAtomics
[1/3137] Fetching catomics
Fetched https://github.com/glessard/CAtomics from cache (0.65s)
Computing version for https://github.com/glessard/CAtomics
Computed https://github.com/glessard/CAtomics at 6.5.1 (1.15s)
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] Compiling CAtomics CAtomics.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling SwiftAtomics atomics-orderings.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/.build/checkouts/CAtomics/Sources/CAtomics/include/CAtomics.h"
| `- note: in file included from <module-includes>:1:
2 |
[5/9] Compiling SwiftAtomics atomics-pointer.swift
[6/9] Compiling SwiftAtomics atomics-reference.swift
[7/9] Compiling SwiftAtomics atomics-fence.swift
[8/9] Emitting module SwiftAtomics
[9/9] Compiling SwiftAtomics atomics-integer.swift
Build complete! (5.42s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.