Build Information
Successful build of SwiftGraphs, reference 0.0.1 (6fe6dc), with Swift 6.3 for Linux on 10 Apr 2026 15:22:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/sbromberger/swiftgraphs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.25s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.1.0 (0.73s)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 4.1.0
Building for debugging...
[0/4] Write sources
[2/4] Compiling system-zlib anchor.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module Gzip
[6/6] Compiling Gzip Data+Gzip.swift
[8/20] Compiling SwiftGraphs Time.swift
[9/21] Emitting module SwiftGraphs
[10/21] Compiling SwiftGraphs LineReader.swift
[11/21] Compiling SwiftGraphs PriorityQueue.swift
[12/21] Compiling SwiftGraphs radixSort.swift
[13/21] Compiling SwiftGraphs UnsafeArray.swift
[14/21] Compiling SwiftGraphs RandomAccessCollectionExtensions.swift
[15/21] Compiling SwiftGraphs SimpleGraph.swift
[16/21] Compiling SwiftGraphs Edge.swift
[17/21] Compiling SwiftGraphs Graph.swift
[18/21] Compiling SwiftGraphs AbstractGraph.swift
[19/21] Compiling SwiftGraphs Degeneracy.swift
[20/21] Compiling SwiftGraphs DiGraph.swift
[21/21] Compiling SwiftGraphs Dijkstra.swift
Build complete! (12.70s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.