Build Information
Successful build of ThreadSafeDataStructures, reference v1.1.0 (9bfd25), with Swift 6.2 for macOS (SPM) on 2 Jan 2026 23:20:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/30933] Fetching swift-testing
[4641/104187] Fetching swift-testing, swift-syntax
Fetched https://github.com/apple/swift-testing.git from cache (3.53s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.53s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (4.24s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.93s)
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
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.35s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftsafecollections",
"name": "ThreadSafeDataStructures",
"url": "https://github.com/pavankumar-n-46/SwiftSafeCollections.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSafeCollections",
"dependencies": [
]
}
]
}
Fetching https://github.com/pavankumar-n-46/SwiftSafeCollections.git
[1/70] Fetching swiftsafecollections
Fetched https://github.com/pavankumar-n-46/SwiftSafeCollections.git from cache (0.68s)
Creating working copy for https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Working copy of https://github.com/pavankumar-n-46/SwiftSafeCollections.git resolved at v1.1.0 (9bfd254)
warning: '.resolve-product-dependencies': dependency 'swiftsafecollections' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/13] Compiling ThreadSafeDataStructures ThreadSafeSubscriptable.swift
[4/14] Compiling ThreadSafeDataStructures ThreadSafeSequence.swift
[5/14] Compiling ThreadSafeDataStructures ThreadSafeCollection.swift
[6/14] Compiling ThreadSafeDataStructures ThreadSafeStack.swift
[7/14] Compiling ThreadSafeDataStructures ThreadSafeSet.swift
[8/14] Compiling ThreadSafeDataStructures LockingStrategy.swift
[9/14] Compiling ThreadSafeDataStructures ThreadSafeQueue.swift
[10/14] Compiling ThreadSafeDataStructures ThreadSafeArray.swift
[11/14] Compiling ThreadSafeDataStructures ThreadSafeDeque.swift
[12/14] Compiling ThreadSafeDataStructures ThreadSafeDictionary.swift
[13/14] Emitting module ThreadSafeDataStructures
[14/14] Compiling ThreadSafeDataStructures ThreadSafeDataStructures.swift
Build complete! (6.15s)
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" : "/Users/admin/builder/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"
}
Done.