Build Information
Successful build of ThreadSafeDataStructures, reference main (9bfd25), with Swift 6.2 for Linux on 3 Jan 2026 15:57:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pavankumar-n-46/SwiftSafeCollections.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/pavankumar-n-46/SwiftSafeCollections
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9bfd254 Docs: Add Sendable requirement documentation to README
Cloned https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Revision (git rev-parse @):
9bfd25466bfb9a100c7111c082af305b524d7fa1
SUCCESS checkout https://github.com/pavankumar-n-46/SwiftSafeCollections.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-testing.git
[1/30949] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.40s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (1.96s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73272] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.64s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (10.57s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.59s)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling ThreadSafeDataStructures ThreadSafeSequence.swift
[4/13] Compiling ThreadSafeDataStructures ThreadSafeSubscriptable.swift
[5/14] Compiling ThreadSafeDataStructures ThreadSafeCollection.swift
[6/14] Compiling ThreadSafeDataStructures LockingStrategy.swift
[7/14] Compiling ThreadSafeDataStructures ThreadSafeSet.swift
[8/14] Compiling ThreadSafeDataStructures ThreadSafeStack.swift
[9/14] Compiling ThreadSafeDataStructures ThreadSafeArray.swift
[10/14] Compiling ThreadSafeDataStructures ThreadSafeDeque.swift
[11/14] Emitting module ThreadSafeDataStructures
[12/14] Compiling ThreadSafeDataStructures ThreadSafeDictionary.swift
[13/14] Compiling ThreadSafeDataStructures ThreadSafeQueue.swift
[14/14] Compiling ThreadSafeDataStructures ThreadSafeDataStructures.swift
Build complete! (31.84s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
}
],
"manifest_display_name" : "ThreadSafeDataStructures",
"name" : "ThreadSafeDataStructures",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ThreadSafeDataStructures",
"targets" : [
"ThreadSafeDataStructures"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ThreadSafeDataStructuresTests",
"module_type" : "SwiftTarget",
"name" : "ThreadSafeDataStructuresTests",
"path" : "Tests/ThreadSafeDataStructuresTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"ThreadSafeArrayTests.swift",
"ThreadSafeDequeTests.swift",
"ThreadSafeDictionaryTests.swift",
"ThreadSafeQueueTests.swift",
"ThreadSafeSetTests.swift",
"ThreadSafeStackTests.swift"
],
"target_dependencies" : [
"ThreadSafeDataStructures"
],
"type" : "test"
},
{
"c99name" : "ThreadSafeDataStructures",
"module_type" : "SwiftTarget",
"name" : "ThreadSafeDataStructures",
"path" : "Sources/ThreadSafeDataStructures",
"product_memberships" : [
"ThreadSafeDataStructures"
],
"sources" : [
"DataStructures/ThreadSafeArray.swift",
"DataStructures/ThreadSafeDeque.swift",
"DataStructures/ThreadSafeDictionary.swift",
"DataStructures/ThreadSafeQueue.swift",
"DataStructures/ThreadSafeSet.swift",
"DataStructures/ThreadSafeStack.swift",
"Protocols/LockingStrategy.swift",
"Protocols/ThreadSafeCollection.swift",
"Protocols/ThreadSafeSequence.swift",
"Protocols/ThreadSafeSubscriptable.swift",
"ThreadSafeDataStructures.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.