Build Information
Successful build of PriorityQueue, reference main (1338b7), with Swift 6.0 for macOS (SPM) on 31 Mar 2026 15:34:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/PriorityQueue.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/PriorityQueue
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1338b72 Fix execution.
Cloned https://github.com/bradhowes/PriorityQueue.git
Revision (git rev-parse @):
1338b72f13fd3f5c7f13ae6589eeb51bb952f477
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/PriorityQueue.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/bradhowes/PriorityQueue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/6] Emitting module PriorityQueue
[6/6] Compiling PriorityQueue PriorityQueue.swift
Build complete! (17.51s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "PriorityQueue",
"name" : "PriorityQueue",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PriorityQueue",
"targets" : [
"PriorityQueue"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "PriorityQueueTests",
"module_type" : "SwiftTarget",
"name" : "PriorityQueueTests",
"path" : "Tests/PriorityQueueTests",
"sources" : [
"PriorityQueueTests.swift"
],
"target_dependencies" : [
"PriorityQueue"
],
"type" : "test"
},
{
"c99name" : "PriorityQueue",
"module_type" : "SwiftTarget",
"name" : "PriorityQueue",
"path" : "Sources/PriorityQueue",
"product_memberships" : [
"PriorityQueue"
],
"sources" : [
"PriorityQueue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.