Build Information
Successful build of SwiftGraphs, reference 0.0.1 (6fe6dc), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 10:34:40 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/sbromberger/swiftgraphs.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbromberger/swiftgraphs
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 6fe6dc9 more public
Cloned https://github.com/sbromberger/swiftgraphs.git
Revision (git rev-parse @):
6fe6dc9a3899da9d056ce5b2793b304a719f0781
SUCCESS checkout https://github.com/sbromberger/swiftgraphs.git at 0.0.1
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.85s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.0.4 (1.53s)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 4.0.4
========================================
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": "swiftgraphs",
"name": "SwiftGraphs",
"url": "https://github.com/sbromberger/swiftgraphs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftgraphs",
"traits": [
"default"
],
"dependencies": [
{
"identity": "gzipswift",
"name": "Gzip",
"url": "https://github.com/1024jp/GzipSwift.git",
"version": "4.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GzipSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/sbromberger/swiftgraphs.git
[1/486] Fetching swiftgraphs
Fetched https://github.com/sbromberger/swiftgraphs.git from cache (0.97s)
Fetching https://github.com/1024jp/GzipSwift.git from cache
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.45s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.1.0 (0.51s)
Creating working copy for https://github.com/sbromberger/swiftgraphs.git
Working copy of https://github.com/sbromberger/swiftgraphs.git resolved at 0.0.1 (6fe6dc9)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 4.1.0
warning: '.resolve-product-dependencies': dependency 'swiftgraphs' is not used by any target
Found 1 product dependencies
- Gzip
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/sbromberger/swiftgraphs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling system-zlib anchor.c
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Compiling Gzip Data+Gzip.swift
[6/6] Emitting module Gzip
[7/19] Compiling SwiftGraphs RandomAccessCollectionExtensions.swift
[8/19] Compiling SwiftGraphs UnsafeArray.swift
[9/19] Compiling SwiftGraphs Time.swift
[10/19] Compiling SwiftGraphs SimpleGraph.swift
[11/20] Compiling SwiftGraphs PriorityQueue.swift
[12/20] Compiling SwiftGraphs LineReader.swift
[13/20] Compiling SwiftGraphs Edge.swift
[14/20] Compiling SwiftGraphs Graph.swift
[15/20] Compiling SwiftGraphs radixSort.swift
[16/20] Compiling SwiftGraphs AbstractGraph.swift
[17/20] Compiling SwiftGraphs Degeneracy.swift
[18/20] Emitting module SwiftGraphs
[19/20] Compiling SwiftGraphs DiGraph.swift
[20/20] Compiling SwiftGraphs Dijkstra.swift
Build complete! (4.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.4",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift.git"
}
],
"manifest_display_name" : "SwiftGraphs",
"name" : "SwiftGraphs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGraphs",
"targets" : [
"SwiftGraphs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGraphsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphsTests",
"path" : "Tests/SwiftGraphsTests",
"product_dependencies" : [
"Gzip"
],
"sources" : [
"SwiftGraphsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftGraphs"
],
"type" : "test"
},
{
"c99name" : "SwiftGraphs",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphs",
"path" : "Sources/SwiftGraphs",
"product_dependencies" : [
"Gzip"
],
"product_memberships" : [
"SwiftGraphs"
],
"sources" : [
"AbstractGraph.swift",
"Degeneracy.swift",
"DiGraph.swift",
"Dijkstra.swift",
"Edge.swift",
"Graph.swift",
"LineReader.swift",
"PriorityQueue.swift",
"RandomAccessCollectionExtensions.swift",
"SimpleGraph.swift",
"Time.swift",
"UnsafeArray.swift",
"radixSort.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.