Build Information
Successful build of SwiftGraph, reference master (6c5fb8), with Swift 6.1 for macOS (SPM) on 5 Mar 2026 15:35:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davecom/SwiftGraph.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davecom/SwiftGraph
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6c5fb88 fix some typos
Cloned https://github.com/davecom/SwiftGraph.git
Revision (git rev-parse @):
6c5fb8828d056de4c9f922662748589ede201eff
SUCCESS checkout https://github.com/davecom/SwiftGraph.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/davecom/SwiftGraph.git
https://github.com/davecom/SwiftGraph.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/19] Compiling SwiftGraph WeightedEdge.swift
[4/20] Compiling SwiftGraph UnweightedGraph.swift
[5/20] Compiling SwiftGraph SwiftPriorityQueue.swift
[6/20] Compiling SwiftGraph Union.swift
[7/20] Compiling SwiftGraph UniqueElementsGraph.swift
[8/20] Compiling SwiftGraph UnweightedEdge.swift
[9/20] Compiling SwiftGraph Sort.swift
[10/20] Compiling SwiftGraph Stack.swift
[11/20] Compiling SwiftGraph Constructors.swift
[12/20] Compiling SwiftGraph Cycle.swift
[13/20] Compiling SwiftGraph Reversed.swift
[14/20] Compiling SwiftGraph Search.swift
[15/20] Compiling SwiftGraph MST.swift
[16/20] Compiling SwiftGraph Queue.swift
[17/20] Emitting module SwiftGraph
[18/20] Compiling SwiftGraph Edge.swift
[19/20] Compiling SwiftGraph Graph.swift
[20/20] Compiling SwiftGraph WeightedGraph.swift
Build complete! (1.08s)
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.