Build Information
Successful build of OrderedDictionary, reference master (06fd5e), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 08:29:29 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/lukaskubanek/OrderedDictionary.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukaskubanek/OrderedDictionary
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 06fd5ea Updated to Xcode 13.2
Cloned https://github.com/lukaskubanek/OrderedDictionary.git
Revision (git rev-parse @):
06fd5ea31a9888769b3bae03e4d134da1cf69c50
SUCCESS checkout https://github.com/lukaskubanek/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/lukaskubanek/OrderedDictionary.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OrderedDictionary",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/lukaskubanek/OrderedDictionary.git
[1/1700] Fetching ordereddictionary
Fetched https://github.com/lukaskubanek/OrderedDictionary.git from cache (1.57s)
Creating working copy for https://github.com/lukaskubanek/OrderedDictionary.git
Working copy of https://github.com/lukaskubanek/OrderedDictionary.git resolved at master (06fd5ea)
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/lukaskubanek/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/9] Compiling OrderedDictionary OrderedDictionarySlice.swift
[4/9] Compiling OrderedDictionary OrderedDictionary+Description.swift
[5/9] Compiling OrderedDictionary OrderedDictionary+Deprecated.swift
[6/9] Compiling OrderedDictionary Dictionary+OrderedDictionary.swift
[7/9] Compiling OrderedDictionary OrderedDictionary+Codable.swift
[8/9] Compiling OrderedDictionary OrderedDictionary.swift
[9/9] Emitting module OrderedDictionary
Build complete! (0.87s)
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" : [
"AccessTests.swift",
"CapacityTests.swift",
"CodingTests.swift",
"DescriptionTests.swift",
"InitializationTests.swift",
"InsertionsTests.swift",
"MapFilterTests.swift",
"RemovalTests.swift",
"ReorderingTests.swift",
"SortingTests.swift",
"SubscriptAmbiguityTests.swift",
"UpdatesTests.swift",
"XCTUnwrapShim.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OrderedDictionary"
],
"type" : "test"
},
{
"c99name" : "OrderedDictionary",
"module_type" : "SwiftTarget",
"name" : "OrderedDictionary",
"path" : "Sources/OrderedDictionary",
"product_memberships" : [
"OrderedDictionary"
],
"sources" : [
"Dictionary+OrderedDictionary.swift",
"OrderedDictionary+Codable.swift",
"OrderedDictionary+Deprecated.swift",
"OrderedDictionary+Description.swift",
"OrderedDictionary.swift",
"OrderedDictionarySlice.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.