Build Information
Successful build of Graphs, reference 0.0.1 (296932), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 09:07:33 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/RedECSEngine/Graphs.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RedECSEngine/Graphs
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 296932a adjustments
Cloned https://github.com/RedECSEngine/Graphs.git
Revision (git rev-parse @):
296932aeeea06e5321a8e6e85d935e2ea9544704
SUCCESS checkout https://github.com/RedECSEngine/Graphs.git at 0.0.1
========================================
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": "graphs",
"name": "Graphs",
"url": "https://github.com/RedECSEngine/Graphs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Graphs",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/RedECSEngine/Graphs.git
[1/40] Fetching graphs
Fetched https://github.com/RedECSEngine/Graphs.git from cache (0.57s)
Creating working copy for https://github.com/RedECSEngine/Graphs.git
Working copy of https://github.com/RedECSEngine/Graphs.git resolved at 0.0.1 (296932a)
warning: '.resolve-product-dependencies': dependency 'graphs' 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/RedECSEngine/Graphs.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/13] Compiling Graphs GridGraph.swift
[4/13] Compiling Graphs GridNode.swift
[5/14] Compiling Graphs GridPosition.swift
[6/14] Compiling Graphs Graphs.swift
[7/14] Compiling Graphs Graph.swift
[8/14] Compiling Graphs UnionFind.swift
[9/14] Compiling Graphs Vertex.swift
[10/14] Compiling Graphs MinimumSpanningTree.swift
[11/14] Emitting module Graphs
[12/14] Compiling Graphs Edge.swift
[13/14] Compiling Graphs AStarPathfinding.swift
[14/14] Compiling Graphs AdjacencyListGraph.swift
Build complete! (4.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Graphs",
"name" : "Graphs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Graphs",
"targets" : [
"Graphs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GraphsTests",
"module_type" : "SwiftTarget",
"name" : "GraphsTests",
"path" : "Tests/GraphsTests",
"sources" : [
"GraphsTests.swift"
],
"target_dependencies" : [
"Graphs"
],
"type" : "test"
},
{
"c99name" : "Graphs",
"module_type" : "SwiftTarget",
"name" : "Graphs",
"path" : "Sources/Graphs",
"product_memberships" : [
"Graphs"
],
"sources" : [
"AStarPathfinding.swift",
"AdjacencyListGraph/AdjacencyListGraph.swift",
"AdjacencyListGraph/Edge.swift",
"AdjacencyListGraph/MinimumSpanningTree.swift",
"AdjacencyListGraph/UnionFind.swift",
"AdjacencyListGraph/Vertex.swift",
"Graph.swift",
"Graphs.swift",
"GridGraph/GridGraph.swift",
"GridGraph/GridNode.swift",
"GridGraph/GridPosition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.