Build Information
Successful build of OrderedDictionary, reference master (f5bfdb), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 20:39:03 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/omochi/ordereddictionary.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omochi/ordereddictionary
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f5bfdba performance check
Cloned https://github.com/omochi/ordereddictionary.git
Revision (git rev-parse @):
f5bfdba71dad8cd21e33bf689abe7918f427ae14
SUCCESS checkout https://github.com/omochi/ordereddictionary.git at master
========================================
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": "ordereddictionary",
"name": "OrderedDictionary",
"url": "https://github.com/omochi/ordereddictionary.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ordereddictionary",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/omochi/ordereddictionary.git
[1/167] Fetching ordereddictionary
Fetched https://github.com/omochi/ordereddictionary.git from cache (0.62s)
Creating working copy for https://github.com/omochi/ordereddictionary.git
Working copy of https://github.com/omochi/ordereddictionary.git resolved at master (f5bfdba)
warning: '.resolve-product-dependencies': dependency 'ordereddictionary' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/omochi/ordereddictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling OrderedDictionary OrderedDictionaryObject.swift
[4/7] Compiling OrderedDictionary LinkedListObject.swift
[5/7] Compiling OrderedDictionary OrderedDictionary.swift
[6/7] Emitting module OrderedDictionary
[7/7] Compiling OrderedDictionary LinkedList.swift
Build complete! (3.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OrderedDictionary",
"name" : "OrderedDictionary",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OrderedDictionary",
"targets" : [
"OrderedDictionary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OrderedDictionaryTests",
"module_type" : "SwiftTarget",
"name" : "OrderedDictionaryTests",
"path" : "Tests/OrderedDictionaryTests",
"sources" : [
"BenchmarkTests.swift",
"LinkedListObjectTests.swift",
"LinkedListTests.swift",
"OrderedDictionaryObjectTests.swift",
"OrderedDictionaryTests.swift"
],
"target_dependencies" : [
"OrderedDictionary"
],
"type" : "test"
},
{
"c99name" : "OrderedDictionary",
"module_type" : "SwiftTarget",
"name" : "OrderedDictionary",
"path" : "Sources/OrderedDictionary",
"product_memberships" : [
"OrderedDictionary"
],
"sources" : [
"LinkedList.swift",
"LinkedListObject.swift",
"OrderedDictionary.swift",
"OrderedDictionaryObject.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.