Build Information
Successful build of ConcurrentDictionary, reference main (b92602), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 20:12:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/swift-concurrent-dictionary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/swift-concurrent-dictionary
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b92602b CustomDebugStringConvertible
Cloned https://github.com/swift-cloud/swift-concurrent-dictionary.git
Revision (git rev-parse @):
b92602b6e8680ea45f4a23156ca1cca1ef656e7c
SUCCESS checkout https://github.com/swift-cloud/swift-concurrent-dictionary.git at main
Fetching https://github.com/swift-cloud/swift-xxh3
[1/76] Fetching swift-xxh3
Fetched https://github.com/swift-cloud/swift-xxh3 from cache (0.60s)
Computing version for https://github.com/swift-cloud/swift-xxh3
Computed https://github.com/swift-cloud/swift-xxh3 at 1.0.3 (1.19s)
Creating working copy for https://github.com/swift-cloud/swift-xxh3
Working copy of https://github.com/swift-cloud/swift-xxh3 resolved at 1.0.3
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-concurrent-dictionary",
"name": "ConcurrentDictionary",
"url": "https://github.com/swift-cloud/swift-concurrent-dictionary.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrent-dictionary",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-xxh3",
"name": "XXH3",
"url": "https://github.com/swift-cloud/swift-xxh3",
"version": "1.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-xxh3",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/swift-cloud/swift-concurrent-dictionary.git
[1/41] Fetching swift-concurrent-dictionary
Fetched https://github.com/swift-cloud/swift-concurrent-dictionary.git from cache (0.62s)
Fetching https://github.com/swift-cloud/swift-xxh3 from cache
Fetched https://github.com/swift-cloud/swift-xxh3 from cache (0.42s)
Computing version for https://github.com/swift-cloud/swift-xxh3
Computed https://github.com/swift-cloud/swift-xxh3 at 1.0.3 (0.51s)
Creating working copy for https://github.com/swift-cloud/swift-xxh3
Working copy of https://github.com/swift-cloud/swift-xxh3 resolved at 1.0.3
Creating working copy for https://github.com/swift-cloud/swift-concurrent-dictionary.git
Working copy of https://github.com/swift-cloud/swift-concurrent-dictionary.git resolved at main (b92602b)
warning: '.resolve-product-dependencies': dependency 'swift-concurrent-dictionary' is not used by any target
Found 1 product dependencies
- XXH3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/swift-cloud/swift-concurrent-dictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling XXH3 XXH3.swift
[5/5] Emitting module XXH3
[6/7] Emitting module ConcurrentDictionary
[7/7] Compiling ConcurrentDictionary ConcurrentDictionary.swift
Build complete! (3.24s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-xxh3",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cloud/swift-xxh3"
}
],
"manifest_display_name" : "ConcurrentDictionary",
"name" : "ConcurrentDictionary",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "ConcurrentDictionary",
"targets" : [
"ConcurrentDictionary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ConcurrentDictionaryTests",
"module_type" : "SwiftTarget",
"name" : "ConcurrentDictionaryTests",
"path" : "Tests/ConcurrentDictionaryTests",
"sources" : [
"ConcurrentDictionaryTests.swift"
],
"target_dependencies" : [
"ConcurrentDictionary"
],
"type" : "test"
},
{
"c99name" : "ConcurrentDictionary",
"module_type" : "SwiftTarget",
"name" : "ConcurrentDictionary",
"path" : "Sources/ConcurrentDictionary",
"product_dependencies" : [
"XXH3"
],
"product_memberships" : [
"ConcurrentDictionary"
],
"sources" : [
"ConcurrentDictionary.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.