Build Information
Successful build of SwiftGraph with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
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 /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/davecom/SwiftGraph.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/16] Emitting module SwiftGraph
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:547:20: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func < <D>(lhs: DijkstraNode<D>, rhs: DijkstraNode<D>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:543:21: note: 'D' previously declared here
struct DijkstraNode<D: Comparable>: Comparable, Equatable {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:551:21: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func == <D>(lhs: DijkstraNode<D>, rhs: DijkstraNode<D>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:543:21: note: 'D' previously declared here
struct DijkstraNode<D: Comparable>: Comparable, Equatable {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/UniqueElementsGraph.swift:135:33: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
private struct QueueElement<V> {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/UniqueElementsGraph.swift:23:32: note: 'V' previously declared here
open class UniqueElementsGraph<V: Equatable & Codable, E: Edge & Equatable>: Graph {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/WeightedEdge.swift:55:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static public func == <W>(lhs: WeightedEdge<W>, rhs: WeightedEdge<W>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/WeightedEdge.swift:32:28: note: 'W' previously declared here
public struct WeightedEdge<W: Equatable & Codable>: Edge, CustomStringConvertible, Equatable {
^
[2/18] Compiling SwiftGraph Union.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/UniqueElementsGraph.swift:135:33: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
private struct QueueElement<V> {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/UniqueElementsGraph.swift:23:32: note: 'V' previously declared here
open class UniqueElementsGraph<V: Equatable & Codable, E: Edge & Equatable>: Graph {
^
[3/18] Compiling SwiftGraph UniqueElementsGraph.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/UniqueElementsGraph.swift:135:33: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
private struct QueueElement<V> {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/UniqueElementsGraph.swift:23:32: note: 'V' previously declared here
open class UniqueElementsGraph<V: Equatable & Codable, E: Edge & Equatable>: Graph {
^
[4/18] Compiling SwiftGraph Graph.swift
[5/18] Compiling SwiftGraph MST.swift
[6/18] Compiling SwiftGraph Search.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:547:20: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func < <D>(lhs: DijkstraNode<D>, rhs: DijkstraNode<D>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:543:21: note: 'D' previously declared here
struct DijkstraNode<D: Comparable>: Comparable, Equatable {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:551:21: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func == <D>(lhs: DijkstraNode<D>, rhs: DijkstraNode<D>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:543:21: note: 'D' previously declared here
struct DijkstraNode<D: Comparable>: Comparable, Equatable {
^
[7/18] Compiling SwiftGraph Sort.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:547:20: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func < <D>(lhs: DijkstraNode<D>, rhs: DijkstraNode<D>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:543:21: note: 'D' previously declared here
struct DijkstraNode<D: Comparable>: Comparable, Equatable {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:551:21: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func == <D>(lhs: DijkstraNode<D>, rhs: DijkstraNode<D>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/Search.swift:543:21: note: 'D' previously declared here
struct DijkstraNode<D: Comparable>: Comparable, Equatable {
^
[8/18] Compiling SwiftGraph WeightedEdge.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/WeightedEdge.swift:55:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static public func == <W>(lhs: WeightedEdge<W>, rhs: WeightedEdge<W>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/WeightedEdge.swift:32:28: note: 'W' previously declared here
public struct WeightedEdge<W: Equatable & Codable>: Edge, CustomStringConvertible, Equatable {
^
[9/18] Compiling SwiftGraph WeightedGraph.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/WeightedEdge.swift:55:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static public func == <W>(lhs: WeightedEdge<W>, rhs: WeightedEdge<W>) -> Bool {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraph/WeightedEdge.swift:32:28: note: 'W' previously declared here
public struct WeightedEdge<W: Equatable & Codable>: Edge, CustomStringConvertible, Equatable {
^
[10/18] Compiling SwiftGraph Constructors.swift
[11/18] Compiling SwiftGraph Cycle.swift
[12/18] Compiling SwiftGraph Edge.swift
[13/18] Compiling SwiftGraph Stack.swift
[14/18] Compiling SwiftGraph SwiftPriorityQueue.swift
[15/18] Compiling SwiftGraph UnweightedEdge.swift
[16/18] Compiling SwiftGraph UnweightedGraph.swift
[17/18] Compiling SwiftGraph Queue.swift
[18/18] Compiling SwiftGraph Reversed.swift
Build complete! (4.46s)
Build complete.
Done.