The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Math, reference latest (0a4fae), with Swift 6.1 for Wasm on 27 May 2025 18:39:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/Math.git
Reference: latest
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/dn-m/Math
 * branch            latest     -> FETCH_HEAD
 * [new branch]      latest     -> origin/latest
HEAD is now at 0a4fae9 Implement Chinese Remainder Theorem (#39)
Cloned https://github.com/dn-m/Math.git
Revision (git rev-parse @):
0a4fae9f832c41152d488d52f4ce4fdb9bfb3833
SUCCESS checkout https://github.com/dn-m/Math.git at latest
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dn-m/Math.git
https://github.com/dn-m/Math.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "structure",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.23.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Structure"
    }
  ],
  "manifest_display_name" : "Math",
  "name" : "Math",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Math",
      "targets" : [
        "Math"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathTests",
      "module_type" : "SwiftTarget",
      "name" : "MathTests",
      "path" : "Tests/MathTests",
      "product_dependencies" : [
        "DataStructures"
      ],
      "sources" : [
        "BitwiseTests.swift",
        "ChineseRemainderTheoremTests.swift",
        "CloserToTests.swift",
        "CoprimeTests.swift",
        "EvenTests.swift",
        "GreatestCommonDivisorTests.swift",
        "IsDivisibleTests.swift",
        "IsPowerOfTwoTests.swift",
        "LeastCommonMultipleTests.swift",
        "LinearRegressionTests.swift",
        "MeanTests.swift",
        "ModuloTests.swift",
        "OddTests.swift",
        "PowerOfTwoSequenceTests.swift",
        "PowerTests.swift",
        "PrimeTests.swift",
        "QuadraticTests.swift",
        "RationalTests.swift",
        "ScaleTests.swift",
        "SequenceTypeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Math"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Math",
      "module_type" : "SwiftTarget",
      "name" : "Math",
      "path" : "Sources/Math",
      "product_dependencies" : [
        "Algebra",
        "DataStructures"
      ],
      "product_memberships" : [
        "Math"
      ],
      "sources" : [
        "Bitwise.swift",
        "ChineseRemainderTheorem.swift",
        "CollectionExtensions.swift",
        "Coprime.swift",
        "DoubleExtensions.swift",
        "Fraction.swift",
        "Functions.swift",
        "GCDDomain.swift",
        "IntegerExtensions.swift",
        "LinearRegression.swift",
        "Power.swift",
        "PowerOfTwoSequence.swift",
        "Proximity.swift",
        "Quadratic.swift",
        "Rational.swift",
        "Scale.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dn-m/Structure
[1/5829] Fetching structure
Fetched https://github.com/dn-m/Structure from cache (0.44s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (3.42s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.60s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.11s)
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
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/8] Emitting module Destructure
[8/8] Compiling Destructure Destructure.swift
[10/33] Compiling Algorithms Swap.swift
[11/33] Compiling Algorithms TupleMap.swift
[12/33] Compiling Algebra Product.swift
[13/33] Compiling Algebra Semigroup.swift
[14/34] Compiling Algebra MultiplicativeSemigroup.swift
[15/34] Compiling Algebra One.swift
[16/36] Compiling Algebra MonoidView.swift
[17/36] Compiling Algebra Multiplicative.swift
[18/36] Compiling Algebra Invertible.swift
[19/36] Compiling Algebra Monoid.swift
[20/36] Emitting module Algebra
[21/36] Compiling Algebra AdditiveGroup.swift
[22/36] Compiling Algebra AdditiveSemigroup.swift
[23/36] Compiling Algebra AlgebraAdapters.swift
[24/36] Compiling Algebra Group.swift
[25/36] Compiling Algebra Abelian.swift
[26/36] Compiling Algebra Accumulate.swift
[27/36] Compiling Algebra Additive.swift
[28/36] Compiling Algorithms Split.swift
[29/36] Compiling Algorithms StableSort.swift
[30/36] Compiling Algorithms Rotate.swift
[31/36] Compiling Algorithms Ordered.swift
[32/36] Compiling Algorithms Combinatorics.swift
[33/36] Emitting module Algorithms
[34/36] Compiling Algorithms Unzip.swift
[35/37] Compiling Algebra Sum.swift
[36/37] Compiling Algebra Zero.swift
[39/97] Compiling DataStructures DirectedGraphProtocol.swift
[40/97] Compiling DataStructures GraphProtocol.swift
[41/97] Compiling DataStructures UndirectedGraphProtocol.swift
[42/97] Compiling DataStructures UnweightedGraphProtocol.swift
[43/97] Compiling DataStructures WeightedGraphProtocol.swift
[44/97] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[45/97] Compiling DataStructures ReferenceGraph.Edge.swift
[46/97] Compiling DataStructures ReferenceGraph.EdgeList.swift
[47/105] Compiling DataStructures ReferenceGraph.Node.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[48/105] Compiling DataStructures ReferenceGraph.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[49/105] Compiling DataStructures WeightedDirectedGraph.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[50/105] Compiling DataStructures WeightedGraph.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[51/105] Compiling DataStructures Bimap.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[52/105] Compiling DataStructures ContiguousSegmentCollection.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[53/105] Compiling DataStructures Fragmentable.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[54/105] Compiling DataStructures Intervallic.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[55/105] Compiling DataStructures Either.swift
[56/105] Compiling DataStructures IntervalRelation.swift
[57/105] Compiling DataStructures InvertibleEnum.swift
[58/105] Compiling DataStructures Cross.swift
[59/105] Compiling DataStructures OrderedPair.swift
[60/105] Compiling DataStructures Pair.swift
[61/105] Compiling DataStructures SwappablePair.swift
[62/105] Compiling DataStructures SymmetricPair.swift
[63/105] Compiling DataStructures UnorderedPair.swift
[64/105] Compiling DataStructures CollectionExtensions.swift
[65/105] Compiling DataStructures Homogeneity.swift
[66/105] Compiling DataStructures RangeProtocol+Algebra.swift
[67/105] Compiling DataStructures RangeProtocol.swift
[68/105] Compiling DataStructures SequenceExtensions.swift
[69/105] Compiling DataStructures SetExtensions.swift
[70/105] Compiling DataStructures AdjacencyList.swift
[71/105] Compiling DataStructures DirectedGraph.swift
[72/105] Compiling DataStructures Graph.swift
[73/105] Compiling DataStructures FloatWrapping.swift
[74/105] Compiling DataStructures Identifier.swift
[75/105] Compiling DataStructures IntegerWrapping.swift
[76/105] Compiling DataStructures Metatype.swift
[77/105] Compiling DataStructures NewType.swift
[78/105] Compiling DataStructures RandomAccessCollectionWrapping.swift
[79/105] Compiling DataStructures SequenceWrapping.swift
[80/105] Compiling DataStructures SortedCollectionWrapping.swift
[81/105] Compiling DataStructures IntervallicFragmentable.swift
[82/105] Compiling DataStructures Measured.swift
[83/105] Compiling DataStructures Totalizable.swift
[84/105] Compiling DataStructures DictionaryProtocol.swift
[85/105] Compiling DataStructures OrderedDictionary.swift
[86/105] Compiling DataStructures SortedDictionary.swift
[87/105] Compiling DataStructures CircularArray.swift
[88/105] Compiling DataStructures LinkedList.swift
[89/105] Emitting module DataStructures
[90/105] Compiling DataStructures BinarySearchTree.swift
[91/105] Compiling DataStructures ReferenceTree.swift
[92/105] Compiling DataStructures ReferenceTreeProtocol.swift
[93/105] Compiling DataStructures SingleTypedTree.swift
[94/105] Compiling DataStructures Tree.Zipper.swift
[95/105] Compiling DataStructures Tree.swift
[96/105] Compiling DataStructures CollectionWrapping.swift
[97/105] Compiling DataStructures DoubleWrapping.swift
[98/105] Compiling DataStructures Matrix.swift
[99/105] Compiling DataStructures Queue.swift
[100/105] Compiling DataStructures SortedArray.swift
[101/105] Compiling DataStructures Stack.swift
[102/105] Compiling DataStructures Zip3Sequence.swift
[103/105] Compiling DataStructures ZipToLongest.swift
[104/105] Compiling DataStructures AVLTree.swift
[105/105] Compiling DataStructures BinaryHeap.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Emitting module Destructure
[3/3] Compiling Destructure Destructure.swift
[5/28] Compiling Algorithms TupleMap.swift
[6/29] Emitting module Algebra
[7/31] Compiling Algorithms Ordered.swift
[8/31] Compiling Algorithms Combinatorics.swift
[9/31] Compiling Algorithms Rotate.swift
[10/31] Emitting module Algorithms
[11/31] Compiling Algorithms Split.swift
[12/31] Compiling Algorithms Swap.swift
[13/31] Compiling Algorithms StableSort.swift
[14/31] Compiling Algebra Invertible.swift
[15/31] Compiling Algebra Monoid.swift
[16/31] Compiling Algebra MonoidView.swift
[17/31] Compiling Algebra Multiplicative.swift
[18/31] Compiling Algorithms Unzip.swift
[19/32] Compiling Algebra MultiplicativeSemigroup.swift
[20/32] Compiling Algebra One.swift
[21/32] Compiling Algebra Product.swift
[22/32] Compiling Algebra Semigroup.swift
[24/32] Compiling Algebra AdditiveGroup.swift
[25/32] Compiling Algebra AdditiveSemigroup.swift
[26/32] Compiling Algebra Abelian.swift
[27/32] Compiling Algebra Accumulate.swift
[28/32] Compiling Algebra Additive.swift
[29/32] Compiling Algebra AlgebraAdapters.swift
[30/32] Compiling Algebra Group.swift
[31/32] Compiling Algebra Sum.swift
[32/32] Compiling Algebra Zero.swift
[34/92] Compiling DataStructures DirectedGraphProtocol.swift
[35/92] Compiling DataStructures GraphProtocol.swift
[36/92] Compiling DataStructures UndirectedGraphProtocol.swift
[37/92] Compiling DataStructures UnweightedGraphProtocol.swift
[38/92] Compiling DataStructures WeightedGraphProtocol.swift
[39/92] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[40/92] Compiling DataStructures ReferenceGraph.Edge.swift
[41/92] Compiling DataStructures ReferenceGraph.EdgeList.swift
[42/100] Compiling DataStructures Either.swift
[43/100] Compiling DataStructures IntervalRelation.swift
[44/100] Compiling DataStructures InvertibleEnum.swift
[45/100] Compiling DataStructures Cross.swift
[46/100] Compiling DataStructures OrderedPair.swift
[47/100] Compiling DataStructures Pair.swift
[48/100] Compiling DataStructures SwappablePair.swift
[49/100] Compiling DataStructures SymmetricPair.swift
[50/100] Compiling DataStructures UnorderedPair.swift
[51/100] Compiling DataStructures CollectionExtensions.swift
[52/100] Compiling DataStructures Homogeneity.swift
[53/100] Compiling DataStructures RangeProtocol+Algebra.swift
[54/100] Compiling DataStructures RangeProtocol.swift
[55/100] Compiling DataStructures SequenceExtensions.swift
[56/100] Compiling DataStructures SetExtensions.swift
[57/100] Compiling DataStructures AdjacencyList.swift
[58/100] Compiling DataStructures DirectedGraph.swift
[59/100] Compiling DataStructures Graph.swift
[60/100] Emitting module DataStructures
[61/100] Compiling DataStructures FloatWrapping.swift
[62/100] Compiling DataStructures Identifier.swift
[63/100] Compiling DataStructures IntegerWrapping.swift
[64/100] Compiling DataStructures Metatype.swift
[65/100] Compiling DataStructures NewType.swift
[66/100] Compiling DataStructures RandomAccessCollectionWrapping.swift
[67/100] Compiling DataStructures SequenceWrapping.swift
[68/100] Compiling DataStructures SortedCollectionWrapping.swift
[69/100] Compiling DataStructures BinarySearchTree.swift
[70/100] Compiling DataStructures ReferenceTree.swift
[71/100] Compiling DataStructures ReferenceTreeProtocol.swift
[72/100] Compiling DataStructures SingleTypedTree.swift
[73/100] Compiling DataStructures Tree.Zipper.swift
[74/100] Compiling DataStructures Tree.swift
[75/100] Compiling DataStructures CollectionWrapping.swift
[76/100] Compiling DataStructures DoubleWrapping.swift
[77/100] Compiling DataStructures IntervallicFragmentable.swift
[78/100] Compiling DataStructures Measured.swift
[79/100] Compiling DataStructures Totalizable.swift
[80/100] Compiling DataStructures DictionaryProtocol.swift
[81/100] Compiling DataStructures OrderedDictionary.swift
[82/100] Compiling DataStructures SortedDictionary.swift
[83/100] Compiling DataStructures CircularArray.swift
[84/100] Compiling DataStructures LinkedList.swift
[85/100] Compiling DataStructures Matrix.swift
[86/100] Compiling DataStructures Queue.swift
[87/100] Compiling DataStructures SortedArray.swift
[88/100] Compiling DataStructures Stack.swift
[89/100] Compiling DataStructures Zip3Sequence.swift
[90/100] Compiling DataStructures ZipToLongest.swift
[91/100] Compiling DataStructures AVLTree.swift
[92/100] Compiling DataStructures BinaryHeap.swift
[93/100] Compiling DataStructures ReferenceGraph.Node.swift
[94/100] Compiling DataStructures ReferenceGraph.swift
[95/100] Compiling DataStructures WeightedDirectedGraph.swift
[96/100] Compiling DataStructures WeightedGraph.swift
[97/100] Compiling DataStructures Bimap.swift
[98/100] Compiling DataStructures ContiguousSegmentCollection.swift
[99/100] Compiling DataStructures Fragmentable.swift
[100/100] Compiling DataStructures Intervallic.swift
[102/116] Compiling Math Power.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[103/116] Compiling Math PowerOfTwoSequence.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[104/118] Compiling Math CollectionExtensions.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[105/118] Compiling Math Coprime.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[106/118] Compiling Math DoubleExtensions.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[107/118] Compiling Math Fraction.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[108/118] Compiling Math IntegerExtensions.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[109/118] Compiling Math LinearRegression.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[110/118] Compiling Math Functions.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[111/118] Compiling Math GCDDomain.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[112/118] Compiling Math Rational.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[113/118] Compiling Math Scale.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[114/118] Compiling Math Bitwise.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[115/118] Compiling Math ChineseRemainderTheorem.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[116/118] Emitting module Math
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[117/118] Compiling Math Proximity.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[118/118] Compiling Math Quadratic.swift
/host/spi-builder-workspace/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
BUILD FAILURE 6.1 wasm