The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftGraph with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davecom/SwiftGraph.git
Reference: master
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/davecom/SwiftGraph
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7ee1dd9 Merge pull request #85 from TizianoCoroneo/tiziano/indegree-outdegree
Cloned https://github.com/davecom/SwiftGraph.git
Revision (git rev-parse @):
7ee1dd9e836713b5bb101517314ce63f1ac3a256
SUCCESS checkout https://github.com/davecom/SwiftGraph.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/davecom/SwiftGraph.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/16] Emitting module SwiftGraph
[2/18] Compiling SwiftGraph WeightedEdge.swift
[3/18] Compiling SwiftGraph WeightedGraph.swift
[4/18] Compiling SwiftGraph Search.swift
[5/18] Compiling SwiftGraph Sort.swift
[6/18] Compiling SwiftGraph Graph.swift
[7/18] Compiling SwiftGraph MST.swift
[8/18] Compiling SwiftGraph Stack.swift
[9/18] Compiling SwiftGraph SwiftPriorityQueue.swift
[10/18] Compiling SwiftGraph UnweightedEdge.swift
[11/18] Compiling SwiftGraph UnweightedGraph.swift
[12/18] Compiling SwiftGraph Union.swift
[13/18] Compiling SwiftGraph UniqueElementsGraph.swift
[14/18] Compiling SwiftGraph Constructors.swift
[15/18] Compiling SwiftGraph Cycle.swift
[16/18] Compiling SwiftGraph Edge.swift
[17/18] Compiling SwiftGraph Queue.swift
[18/18] Compiling SwiftGraph Reversed.swift
Build complete! (6.13s)
Build complete.
Done.