Build Information
Successful build of SwiftGraph, reference 4.0.0 (a68efb), with Swift 6.0 for macOS (SPM) on 5 Mar 2026 11:36:15 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/davecom/SwiftGraph.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davecom/SwiftGraph
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at a68efb9 Release 4.0.0
Cloned https://github.com/davecom/SwiftGraph.git
Revision (git rev-parse @):
a68efb9fc3fe9da65367bb628c5d96acfad6708a
SUCCESS checkout https://github.com/davecom/SwiftGraph.git at 4.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/davecom/SwiftGraph.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/19] Compiling SwiftGraph UnweightedGraph.swift
[4/19] Compiling SwiftGraph Sort.swift
[5/19] Compiling SwiftGraph Stack.swift
[6/19] Compiling SwiftGraph WeightedEdge.swift
[7/19] Compiling SwiftGraph SwiftPriorityQueue.swift
[8/19] Compiling SwiftGraph Union.swift
[9/19] Compiling SwiftGraph Reversed.swift
[10/19] Compiling SwiftGraph Search.swift
[11/19] Compiling SwiftGraph MST.swift
[12/19] Compiling SwiftGraph Queue.swift
[13/19] Compiling SwiftGraph Constructors.swift
[14/19] Compiling SwiftGraph Cycle.swift
[15/19] Compiling SwiftGraph Edge.swift
[16/19] Compiling SwiftGraph Graph.swift
[17/19] Compiling SwiftGraph UniqueElementsGraph.swift
[18/19] Compiling SwiftGraph UnweightedEdge.swift
[19/19] Emitting module SwiftGraph
[20/20] Compiling SwiftGraph WeightedGraph.swift
Build complete! (1.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGraph",
"name" : "SwiftGraph",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGraph",
"targets" : [
"SwiftGraph"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGraphTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphTests",
"path" : "Tests/SwiftGraphTests",
"sources" : [
"Constructors/ConstructorsTests.swift",
"CycleTests.swift",
"DijkstraGraphTests.swift",
"EdgeListTests.swift",
"MSTTests.swift",
"SwiftGraphCodableTests.swift",
"SwiftGraphReversedTests.swift",
"SwiftGraphSearchTests.swift",
"SwiftGraphSortTests.swift",
"SwiftGraphTests.swift",
"UnionTests.swift",
"UniqueElementsGraph/UniqueElementsGraphContainerEdgeTests.swift",
"UniqueElementsGraph/UniqueElementsGraphHashableInitTests.swift",
"UniqueElementsGraph/UniqueElementsGraphHashableTests.swift",
"UniqueElementsGraph/UniqueElementsGraphInitTests.swift",
"UniqueElementsGraph/UniqueElementsGraphTests.swift",
"UniqueElementsGraph/WeightedUniqueElementsGraphTests.swift",
"UnweightedGraphTests.swift",
"Utils/ArraysHaveSameElements.swift",
"WeightedGraphTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftGraph"
],
"type" : "test"
},
{
"c99name" : "SwiftGraphPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphPerformanceTests",
"path" : "Tests/SwiftGraphPerformanceTests",
"sources" : [
"ConstructorsPerformanceTests.swift",
"SearchPerformanceTests.swift",
"UnionPerformanceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftGraph"
],
"type" : "test"
},
{
"c99name" : "SwiftGraph",
"module_type" : "SwiftTarget",
"name" : "SwiftGraph",
"path" : "Sources/SwiftGraph",
"product_memberships" : [
"SwiftGraph"
],
"sources" : [
"Constructors.swift",
"Cycle.swift",
"Edge.swift",
"Graph.swift",
"MST.swift",
"Queue.swift",
"Reversed.swift",
"Search.swift",
"Sort.swift",
"Stack.swift",
"SwiftPriorityQueue.swift",
"Union.swift",
"UniqueElementsGraph.swift",
"UnweightedEdge.swift",
"UnweightedGraph.swift",
"WeightedEdge.swift",
"WeightedGraph.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.