Build Information
Successful build of SwiftGraphs, reference 0.0.1 (6fe6dc), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:02:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sbromberger/swiftgraphs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.txt
[5/6] Compiling Gzip Data+Gzip.swift
[6/6] Emitting module Gzip
[7/19] Compiling SwiftGraphs LineReader.swift
[8/20] Compiling SwiftGraphs PriorityQueue.swift
[9/20] Compiling SwiftGraphs RandomAccessCollectionExtensions.swift
[10/20] Compiling SwiftGraphs SimpleGraph.swift
[11/20] Compiling SwiftGraphs Time.swift
[12/20] Compiling SwiftGraphs UnsafeArray.swift
[13/20] Compiling SwiftGraphs radixSort.swift
[14/20] Compiling SwiftGraphs Edge.swift
[15/20] Compiling SwiftGraphs Graph.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! (6.72s)
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.81s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.1.0 (1.37s)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 4.1.0
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.