Build Information
Successful build of ThreadSafeDataStructures, reference v1.1.0 (9bfd25), with Swift 6.3 for Android on 18 Apr 2026 01:32:45 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Reference: v1.1.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/pavankumar-n-46/SwiftSafeCollections
* tag v1.1.0 -> FETCH_HEAD
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 v1.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-testing.git
[1/37263] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.99s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (2.50s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.26s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (11.81s)
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/13] Compiling ThreadSafeDataStructures ThreadSafeSubscriptable.swift
[4/13] Compiling ThreadSafeDataStructures ThreadSafeSequence.swift
[5/14] Compiling ThreadSafeDataStructures ThreadSafeCollection.swift
[6/14] Compiling ThreadSafeDataStructures LockingStrategy.swift
[7/14] Compiling ThreadSafeDataStructures ThreadSafeArray.swift
[8/14] Compiling ThreadSafeDataStructures ThreadSafeDeque.swift
[9/14] Compiling ThreadSafeDataStructures ThreadSafeDictionary.swift
[10/14] Compiling ThreadSafeDataStructures ThreadSafeQueue.swift
[11/14] Emitting module ThreadSafeDataStructures
[12/14] Compiling ThreadSafeDataStructures ThreadSafeSet.swift
[13/14] Compiling ThreadSafeDataStructures ThreadSafeStack.swift
[14/14] Compiling ThreadSafeDataStructures ThreadSafeDataStructures.swift
Build complete! (40.09s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.