Build Information
Successful build of swift-graph, reference main (55be64), with Swift 6.0 for macOS (SPM) on 21 Jan 2026 05:50:39 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-graph.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-graph
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 55be646 Update copyright year to 2026 (#1)
Cloned https://github.com/CorvidLabs/swift-graph.git
Revision (git rev-parse @):
55be6464dc3c9e50c39ec8d045caac4598f15e3e
SUCCESS checkout https://github.com/CorvidLabs/swift-graph.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/CorvidLabs/swift-graph.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/17] Compiling Graph StructError.swift
[6/17] Compiling Graph CircularBuffer.swift
[7/17] Compiling Graph Deque.swift
[8/17] Compiling Graph PriorityQueue.swift
[9/17] Compiling Graph BinaryTree.swift
[10/17] Compiling Graph BinarySearchTree.swift
[11/18] Compiling Graph Trie.swift
[12/18] Compiling Graph Graph.swift
[13/18] Compiling Graph GraphAlgorithms.swift
[14/18] Compiling Graph Heap.swift
[15/18] Compiling Graph TrieNode.swift
[16/18] Compiling Graph BloomFilter.swift
[17/18] Compiling Graph Edge.swift
[18/18] Emitting module Graph
Build complete! (22.72s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2163] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3644] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-graph",
"name" : "swift-graph",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Graph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GraphTests",
"module_type" : "SwiftTarget",
"name" : "GraphTests",
"path" : "Tests/GraphTests",
"sources" : [
"BloomFilterTests.swift",
"GraphTests.swift",
"QueueTests.swift",
"TreeTests.swift",
"TrieTests.swift"
],
"target_dependencies" : [
"Graph"
],
"type" : "test"
},
{
"c99name" : "Graph",
"module_type" : "SwiftTarget",
"name" : "Graph",
"path" : "Sources/Graph",
"product_memberships" : [
"Graph"
],
"sources" : [
"BloomFilter/BloomFilter.swift",
"Graph/Edge.swift",
"Graph/Graph.swift",
"Graph/GraphAlgorithms.swift",
"Queue/CircularBuffer.swift",
"Queue/Deque.swift",
"Queue/PriorityQueue.swift",
"StructError.swift",
"Tree/BinarySearchTree.swift",
"Tree/BinaryTree.swift",
"Tree/Heap.swift",
"Trie/Trie.swift",
"Trie/TrieNode.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.