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 Structure with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/structure.git
Reference: latest
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dn-m/structure
 * branch            latest     -> FETCH_HEAD
 * [new branch]      latest     -> origin/latest
HEAD is now at 7739e69 Update README.md
Cloned https://github.com/dn-m/structure.git
Revision (git rev-parse @):
7739e6955ab39e07fffd9516bc01bfb90bf27818
SUCCESS checkout https://github.com/dn-m/structure.git at latest
Fetching https://github.com/dn-m/PerformanceTesting from cache
Fetched https://github.com/dn-m/PerformanceTesting (0.25s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.57s)
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "structure",
      "name": "Structure",
      "url": "https://github.com/dn-m/structure.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/structure",
      "dependencies": [
        {
          "identity": "performancetesting",
          "name": "PerformanceTesting",
          "url": "https://github.com/dn-m/PerformanceTesting",
          "version": "0.4.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PerformanceTesting",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dn-m/structure.git
[1/5829] Fetching structure
Fetched https://github.com/dn-m/structure.git (0.43s)
Fetching https://github.com/dn-m/PerformanceTesting from cache
Fetched https://github.com/dn-m/PerformanceTesting (0.20s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.02s)
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Creating working copy for https://github.com/dn-m/structure.git
Working copy of https://github.com/dn-m/structure.git resolved at latest
warning: '.resolve-product-dependencies': dependency 'structure' is not used by any target
Found 1 product dependencies
  - PerformanceTesting
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling Destructure Destructure.swift
[2/2] Emitting module Destructure
[3/26] Emitting module Algorithms
[4/27] Compiling Algebra MultiplicativeSemigroup.swift
[5/27] Compiling Algebra One.swift
[6/27] Compiling Algorithms Swap.swift
[7/27] Compiling Algorithms TupleMap.swift
[8/29] Emitting module Algebra
[9/29] Compiling Algebra Abelian.swift
[10/29] Compiling Algebra Accumulate.swift
[11/29] Compiling Algebra Additive.swift
[12/29] Compiling Algorithms Split.swift
[13/29] Compiling Algorithms Rotate.swift
[14/29] Compiling Algorithms StableSort.swift
[15/29] Compiling Algorithms Unzip.swift
[16/29] Compiling Algebra Product.swift
[17/29] Compiling Algebra Semigroup.swift
[18/29] Compiling Algebra MonoidView.swift
[19/29] Compiling Algebra Multiplicative.swift
[20/29] Compiling Algebra AdditiveGroup.swift
[21/29] Compiling Algebra AdditiveSemigroup.swift
[22/29] Compiling Algebra AlgebraAdapters.swift
[23/29] Compiling Algebra Group.swift
[24/29] Compiling Algebra Invertible.swift
[25/29] Compiling Algebra Monoid.swift
[26/29] Compiling Algorithms Combinatorics.swift
[27/29] Compiling Algorithms Ordered.swift
[28/29] Compiling Algebra Sum.swift
[29/29] Compiling Algebra Zero.swift
[30/88] Compiling DataStructures DirectedGraphProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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)))
                                      ^
[31/88] Compiling DataStructures GraphProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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)))
                                      ^
[32/88] Compiling DataStructures UndirectedGraphProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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)))
                                      ^
[33/88] Compiling DataStructures UnweightedGraphProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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)))
                                      ^
[34/88] Compiling DataStructures WeightedGraphProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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)))
                                      ^
[35/88] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/88] Compiling DataStructures ReferenceGraph.Edge.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/88] Compiling DataStructures ReferenceGraph.EdgeList.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/96] Compiling DataStructures FloatWrapping.swift
[39/96] Compiling DataStructures Identifier.swift
[40/96] Compiling DataStructures IntegerWrapping.swift
[41/96] Compiling DataStructures Metatype.swift
[42/96] Compiling DataStructures NewType.swift
[43/96] Compiling DataStructures RandomAccessCollectionWrapping.swift
[44/96] Compiling DataStructures SequenceWrapping.swift
[45/96] Compiling DataStructures SortedCollectionWrapping.swift
[46/96] Compiling DataStructures BinarySearchTree.swift
/Users/admin/builds/J1XnyXFH/0/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
[47/96] Compiling DataStructures ReferenceTree.swift
/Users/admin/builds/J1XnyXFH/0/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
[48/96] Compiling DataStructures ReferenceTreeProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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
[49/96] Compiling DataStructures SingleTypedTree.swift
/Users/admin/builds/J1XnyXFH/0/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
[50/96] Compiling DataStructures Tree.Zipper.swift
/Users/admin/builds/J1XnyXFH/0/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
[51/96] Compiling DataStructures Tree.swift
/Users/admin/builds/J1XnyXFH/0/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
[52/96] Compiling DataStructures CollectionWrapping.swift
/Users/admin/builds/J1XnyXFH/0/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
[53/96] Compiling DataStructures DoubleWrapping.swift
/Users/admin/builds/J1XnyXFH/0/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
[54/96] Emitting module DataStructures
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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
[55/96] Compiling DataStructures IntervallicFragmentable.swift
[56/96] Compiling DataStructures Measured.swift
[57/96] Compiling DataStructures Totalizable.swift
[58/96] Compiling DataStructures DictionaryProtocol.swift
[59/96] Compiling DataStructures OrderedDictionary.swift
[60/96] Compiling DataStructures SortedDictionary.swift
[61/96] Compiling DataStructures CircularArray.swift
[62/96] Compiling DataStructures LinkedList.swift
[63/96] Compiling DataStructures Matrix.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[64/96] Compiling DataStructures Queue.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[65/96] Compiling DataStructures SortedArray.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[66/96] Compiling DataStructures Stack.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[67/96] Compiling DataStructures Zip3Sequence.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[68/96] Compiling DataStructures ZipToLongest.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[69/96] Compiling DataStructures AVLTree.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[70/96] Compiling DataStructures BinaryHeap.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataStructures/Linear/Matrix.swift:32:23: note: 'Element' previously declared here
public struct Matrix <Element> {
                      ^
[71/96] Compiling DataStructures CollectionExtensions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[72/96] Compiling DataStructures Homogeneity.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[73/96] Compiling DataStructures RangeProtocol+Algebra.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[74/96] Compiling DataStructures RangeProtocol.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[75/96] Compiling DataStructures SequenceExtensions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[76/96] Compiling DataStructures SetExtensions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[77/96] Compiling DataStructures AdjacencyList.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[78/96] Compiling DataStructures DirectedGraph.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[79/96] Compiling DataStructures Graph.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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))
                               ^
[80/96] Compiling DataStructures ReferenceGraph.Node.swift
[81/96] Compiling DataStructures ReferenceGraph.swift
[82/96] Compiling DataStructures WeightedDirectedGraph.swift
[83/96] Compiling DataStructures WeightedGraph.swift
[84/96] Compiling DataStructures Bimap.swift
[85/96] Compiling DataStructures ContiguousSegmentCollection.swift
[86/96] Compiling DataStructures Fragmentable.swift
[87/96] Compiling DataStructures Intervallic.swift
[88/96] Compiling DataStructures Either.swift
[89/96] Compiling DataStructures IntervalRelation.swift
[90/96] Compiling DataStructures InvertibleEnum.swift
[91/96] Compiling DataStructures Cross.swift
[92/96] Compiling DataStructures OrderedPair.swift
[93/96] Compiling DataStructures Pair.swift
[94/96] Compiling DataStructures SwappablePair.swift
[95/96] Compiling DataStructures SymmetricPair.swift
[96/96] Compiling DataStructures UnorderedPair.swift
Build complete! (6.43s)
Build complete.
Done.