Build Information
Successful build of SwiftGraphs, reference 0.0.1 (6fe6dc), with Swift 6.2 for Linux on 17 Jun 2025 18:53:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /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.2
Building package at path: $PWD
https://github.com/sbromberger/swiftgraphs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.42s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.1.0 (1.30s)
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
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Compiling Gzip Data+Gzip.swift
[6/6] Emitting module Gzip
[8/20] Compiling SwiftGraphs LineReader.swift
[9/20] Compiling SwiftGraphs PriorityQueue.swift
[10/20] Compiling SwiftGraphs RandomAccessCollectionExtensions.swift
[11/20] Compiling SwiftGraphs SimpleGraph.swift
[12/21] Compiling SwiftGraphs UnsafeArray.swift
[13/21] Compiling SwiftGraphs Time.swift
[14/21] Compiling SwiftGraphs Edge.swift
[15/21] Compiling SwiftGraphs Graph.swift
[16/21] Compiling SwiftGraphs radixSort.swift
[17/21] Compiling SwiftGraphs AbstractGraph.swift
[18/21] Compiling SwiftGraphs Degeneracy.swift
[19/21] Compiling SwiftGraphs DiGraph.swift
[20/21] Compiling SwiftGraphs Dijkstra.swift
[21/21] Emitting module SwiftGraphs
Build complete! (23.25s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.