Build Information
Successful build of Structure with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/structure.git
Reference: 0.25.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dn-m/structure
* tag 0.25.0 -> FETCH_HEAD
HEAD is now at 34b09ec Add Abelian protocol, make AdditiveGroup default implementations public (#222)
Cloned https://github.com/dn-m/structure.git
Revision (git rev-parse @):
34b09ec3d34648a5f409457b7c7ee7bab6ca78bd
SUCCESS checkout https://github.com/dn-m/structure.git at 0.25.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/dn-m/structure.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--423B1241ED78D482.txt
[6/7] Emitting module Destructure
[7/7] Compiling Destructure Destructure.swift
[8/31] Compiling Algorithms TupleMap.swift
[9/32] Compiling Algorithms Swap.swift
[10/32] Compiling Algebra MultiplicativeSemigroup.swift
[11/32] Compiling Algebra One.swift
[12/32] Compiling Algebra MonoidView.swift
[13/32] Compiling Algebra Multiplicative.swift
[14/34] Compiling Algebra Product.swift
[15/34] Compiling Algebra Semigroup.swift
[16/34] Compiling Algebra Invertible.swift
[17/34] Compiling Algebra Monoid.swift
[18/34] Compiling Algebra Abelian.swift
[19/34] Compiling Algebra Accumulate.swift
[20/34] Compiling Algebra Additive.swift
[21/34] Compiling Algorithms Unzip.swift
[22/34] Emitting module Algebra
[23/34] Compiling Algorithms Rotate.swift
[24/34] Compiling Algorithms Split.swift
[25/34] Compiling Algorithms Ordered.swift
[26/34] Emitting module Algorithms
[27/34] Compiling Algorithms Combinatorics.swift
[28/34] Compiling Algorithms StableSort.swift
[29/34] Compiling Algebra Sum.swift
[30/34] Compiling Algebra Zero.swift
[31/34] Compiling Algebra AlgebraAdapters.swift
[32/34] Compiling Algebra Group.swift
[33/34] Compiling Algebra AdditiveGroup.swift
[34/34] Compiling Algebra AdditiveSemigroup.swift
[35/93] Compiling DataStructures DirectedGraphProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[36/93] Compiling DataStructures GraphProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[37/93] Compiling DataStructures UndirectedGraphProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[38/93] Compiling DataStructures UnweightedGraphProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[39/93] Compiling DataStructures WeightedGraphProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[40/93] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[41/93] Compiling DataStructures ReferenceGraph.Edge.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[42/93] Compiling DataStructures ReferenceGraph.EdgeList.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
[43/101] Compiling DataStructures Either.swift
[44/101] Compiling DataStructures IntervalRelation.swift
[45/101] Compiling DataStructures InvertibleEnum.swift
[46/101] Compiling DataStructures Cross.swift
[47/101] Compiling DataStructures OrderedPair.swift
[48/101] Compiling DataStructures Pair.swift
[49/101] Compiling DataStructures SwappablePair.swift
[50/101] Compiling DataStructures SymmetricPair.swift
[51/101] Compiling DataStructures UnorderedPair.swift
[52/101] Compiling DataStructures CollectionExtensions.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[53/101] Compiling DataStructures Homogeneity.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[54/101] Compiling DataStructures RangeProtocol+Algebra.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[55/101] Compiling DataStructures RangeProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[56/101] Compiling DataStructures SequenceExtensions.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[57/101] Compiling DataStructures SetExtensions.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[58/101] Compiling DataStructures AdjacencyList.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[59/101] Compiling DataStructures DirectedGraph.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[60/101] Compiling DataStructures Graph.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
[61/101] Compiling DataStructures FloatWrapping.swift
[62/101] Compiling DataStructures Identifier.swift
[63/101] Compiling DataStructures IntegerWrapping.swift
[64/101] Compiling DataStructures Metatype.swift
[65/101] Compiling DataStructures NewType.swift
[66/101] Compiling DataStructures RandomAccessCollectionWrapping.swift
[67/101] Compiling DataStructures SequenceWrapping.swift
[68/101] Compiling DataStructures SortedCollectionWrapping.swift
[69/101] Compiling DataStructures IntervallicFragmentable.swift
[70/101] Compiling DataStructures Measured.swift
[71/101] Compiling DataStructures Totalizable.swift
[72/101] Compiling DataStructures DictionaryProtocol.swift
[73/101] Compiling DataStructures OrderedDictionary.swift
[74/101] Compiling DataStructures SortedDictionary.swift
[75/101] Compiling DataStructures CircularArray.swift
[76/101] Compiling DataStructures LinkedList.swift
[77/101] Compiling DataStructures BinarySearchTree.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[78/101] Compiling DataStructures ReferenceTree.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[79/101] Compiling DataStructures ReferenceTreeProtocol.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[80/101] Compiling DataStructures SingleTypedTree.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[81/101] Compiling DataStructures Tree.Zipper.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[82/101] Compiling DataStructures Tree.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[83/101] Compiling DataStructures CollectionWrapping.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[84/101] Compiling DataStructures DoubleWrapping.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[85/101] Emitting module DataStructures
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/DirectedGraph.swift:55:32: note: The missing import of module 'Algorithms' will be added implicitly
self.edges = Set(nodes.pairs.map(OrderedPair.init))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: warning: property 'pairs' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in Swift 6
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Graphs/Graph/Protocols/UnweightedGraphProtocol.swift:29:39: note: The missing import of module 'Algorithms' will be added implicitly
self.init(Set(path), Set(path.pairs.map(Edge.init)))
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Trees/ReferenceTreeProtocol.swift:29:40: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReferenceTreeProtocol: class {
^~~~~
AnyObject
[86/101] Compiling DataStructures Matrix.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[87/101] Compiling DataStructures Queue.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[88/101] Compiling DataStructures SortedArray.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[89/101] Compiling DataStructures Stack.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[90/101] Compiling DataStructures Zip3Sequence.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[91/101] Compiling DataStructures ZipToLongest.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[92/101] Compiling DataStructures AVLTree.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[93/101] Compiling DataStructures BinaryHeap.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:140:22: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func format <Element> (_ row: [Element]) -> String {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
^
[94/101] Compiling DataStructures ReferenceGraph.Node.swift
[95/101] Compiling DataStructures ReferenceGraph.swift
[96/101] Compiling DataStructures WeightedDirectedGraph.swift
[97/101] Compiling DataStructures WeightedGraph.swift
[98/101] Compiling DataStructures Bimap.swift
[99/101] Compiling DataStructures ContiguousSegmentCollection.swift
[100/101] Compiling DataStructures Fragmentable.swift
[101/101] Compiling DataStructures Intervallic.swift
Build complete! (4.24s)
Fetching https://github.com/dn-m/PerformanceTesting from cache
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.19s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.39s)
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Build complete.
Done.