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 swm-core, reference main (ae48c2), with Swift 6.1 for Wasm on 28 May 2025 01:54:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/taketo1024/swm-core.git
Reference: main
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/taketo1024/swm-core
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae48c2c extract SparseMatrixImpl.
Cloned https://github.com/taketo1024/swm-core.git
Revision (git rev-parse @):
ae48c2ce78b64952a99776643f0aaf253eb315a0
SUCCESS checkout https://github.com/taketo1024/swm-core.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/taketo1024/swm-core.git
https://github.com/taketo1024/swm-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swm-core",
  "name" : "swm-core",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwmCore",
      "targets" : [
        "SwmCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwmCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwmCoreTests",
      "path" : "Tests/SwmCoreTests",
      "sources" : [
        "Abstract/AdditiveGroupTests.swift",
        "Abstract/EuclideanRingTests.swift",
        "Abstract/GroupTests.swift",
        "Abstract/MapTests.swift",
        "Abstract/ModuleTests.swift",
        "Abstract/MonoidTests.swift",
        "Abstract/RingTests.swift",
        "Abstract/SetTests.swift",
        "Combinatorics/PermutationTests.swift",
        "LinearCombination/LinearCombinationTests.swift",
        "Matrix/MatrixTests.swift",
        "Numbers/ComplexTests.swift",
        "Numbers/F2Tests.swift",
        "Numbers/IntegerQuotientRingTests.swift",
        "Numbers/IntegerTests.swift",
        "Numbers/QuaternionTests.swift",
        "Numbers/RationalTests.swift",
        "Numbers/RealTests.swift",
        "Polynomials/AlgebraicExtensionTests.swift",
        "Polynomials/LaurentPolynomialTests.swift",
        "Polynomials/MultivariatePolynomialTests.swift",
        "Polynomials/PolynomialTests.swift"
      ],
      "target_dependencies" : [
        "SwmCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwmCore",
      "module_type" : "SwiftTarget",
      "name" : "SwmCore",
      "path" : "Sources/SwmCore",
      "product_dependencies" : [
        "Algorithms",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SwmCore"
      ],
      "sources" : [
        "Abstract/AdditiveGroup.swift",
        "Abstract/EuclideanRing.swift",
        "Abstract/Field.swift",
        "Abstract/FractionField.swift",
        "Abstract/Group.swift",
        "Abstract/MathSet.swift",
        "Abstract/Module.swift",
        "Abstract/Monoid.swift",
        "Abstract/Ring.swift",
        "Extensions/Array.swift",
        "Extensions/Codable.swift",
        "Extensions/Dictionary.swift",
        "Extensions/RandomAccessCollection.swift",
        "Extensions/Sequence.swift",
        "Extensions/Set.swift",
        "Extensions/String.swift",
        "LinearCombination/LinearCombination.swift",
        "LinearCombination/LinearCombinationType.swift",
        "LinearCombination/TensorGenerator.swift",
        "Matrix/DefaultMatrixImpl.swift",
        "Matrix/Matrix.swift",
        "Matrix/MatrixIF.swift",
        "Matrix/MatrixImpl.swift",
        "Misc/BitSequence.swift",
        "Misc/Combinatorics.swift",
        "Misc/GraphAlgorithms.swift",
        "Misc/IntList.swift",
        "Misc/Operators.swift",
        "Misc/Random.swift",
        "Misc/TypeParameters.swift",
        "Numbers/Complex.swift",
        "Numbers/F2.swift",
        "Numbers/Integer.swift",
        "Numbers/IntegerQuotient.swift",
        "Numbers/Quaternion.swift",
        "Numbers/Rational.swift",
        "Numbers/Real.swift",
        "Permutation/Permutation.swift",
        "Polynomial/GenericPolynomial.swift",
        "Polynomial/MultivariatePolynomial.swift",
        "Polynomial/Polynomial.swift",
        "Polynomial/PolynomialQuotient.swift",
        "Util/Cache.swift",
        "Util/Debug.swift",
        "Util/Format.swift",
        "Util/Logger.swift",
        "Util/Storage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[4292/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (1.61s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Building for debugging...
[0/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/31] Compiling RealModule Real.swift
[9/31] Compiling RealModule ElementaryFunctions.swift
[10/32] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/33] Compiling RealModule AugmentedArithmetic.swift
[12/33] Compiling RealModule Double+Real.swift
[13/33] Compiling RealModule Float16+Real.swift
[14/33] Compiling RealModule AlgebraicField.swift
[15/33] Compiling RealModule ApproximateEquality.swift
[16/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/33] Compiling RealModule Float80+Real.swift
[19/33] Compiling RealModule RealFunctions.swift
[20/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/33] Compiling InternalCollectionsUtilities Debugging.swift
[22/33] Compiling InternalCollectionsUtilities Descriptions.swift
[23/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/33] Compiling RealModule Float+Real.swift
[25/33] Emitting module InternalCollectionsUtilities
[28/33] Emitting module RealModule
[31/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/34] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[37/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[38/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[39/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[40/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[41/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[42/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[43/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[44/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[45/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[46/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[47/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[48/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/120] Compiling OrderedCollections _HashTable+Testing.swift
[51/120] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[52/120] Compiling OrderedCollections _HashTable.swift
[53/120] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/120] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[55/120] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[56/123] Compiling OrderedCollections OrderedDictionary+Codable.swift
[57/123] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[61/123] Compiling OrderedCollections OrderedDictionary+Elements.swift
[62/123] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[63/123] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[64/123] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[65/123] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[66/123] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[67/123] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[68/123] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[69/123] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[70/123] Compiling Algorithms Trim.swift
[71/123] Compiling Algorithms Unique.swift
[72/123] Compiling Algorithms Windows.swift
[73/123] Compiling OrderedCollections OrderedSet+Codable.swift
[74/123] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[75/123] Compiling OrderedCollections OrderedSet+Descriptions.swift
[76/123] Compiling OrderedCollections OrderedSet+Diffing.swift
[77/123] Compiling OrderedCollections OrderedSet+Equatable.swift
[78/123] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[79/123] Compiling OrderedCollections OrderedSet+Hashable.swift
[80/123] Compiling OrderedCollections OrderedSet+Initializers.swift
[81/123] Compiling OrderedCollections OrderedSet+Insertions.swift
[82/123] Compiling OrderedCollections OrderedSet+Invariants.swift
[83/123] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[84/123] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[85/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[86/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[87/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[91/123] Compiling OrderedCollections _HashTable+Bucket.swift
[92/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[93/123] Compiling OrderedCollections _HashTable+Constants.swift
[94/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[95/123] Emitting module OrderedCollections
[103/123] Compiling OrderedCollections _Hashtable+Header.swift
[104/123] Compiling OrderedCollections OrderedSet+Sendable.swift
[105/123] Compiling OrderedCollections OrderedSet+SubSequence.swift
[106/123] Compiling OrderedCollections OrderedSet+Testing.swift
[107/123] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[108/123] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[109/123] Compiling OrderedCollections OrderedSet.swift
[110/123] Compiling OrderedCollections _UnsafeBitset.swift
[124/124] Emitting module Algorithms
[126/168] Compiling SwmCore AdditiveGroup.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[127/168] Compiling SwmCore EuclideanRing.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[128/168] Compiling SwmCore Field.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[129/168] Compiling SwmCore FractionField.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[130/168] Compiling SwmCore Group.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[131/168] Compiling SwmCore MathSet.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[132/173] Compiling SwmCore RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[133/173] Compiling SwmCore Sequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[134/173] Compiling SwmCore Set.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[135/173] Compiling SwmCore String.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[136/173] Compiling SwmCore LinearCombination.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[137/173] Compiling SwmCore LinearCombinationType.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[138/173] Compiling SwmCore Complex.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[139/173] Compiling SwmCore F2.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[140/173] Compiling SwmCore Integer.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[141/173] Compiling SwmCore IntegerQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[142/173] Compiling SwmCore Quaternion.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[143/173] Compiling SwmCore Rational.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[144/173] Emitting module SwmCore
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[145/173] Compiling SwmCore Module.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[146/173] Compiling SwmCore Monoid.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[147/173] Compiling SwmCore Ring.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[148/173] Compiling SwmCore Array.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[149/173] Compiling SwmCore Codable.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[150/173] Compiling SwmCore Dictionary.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[151/173] Compiling SwmCore Real.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[152/173] Compiling SwmCore Permutation.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[153/173] Compiling SwmCore GenericPolynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[154/173] Compiling SwmCore MultivariatePolynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[155/173] Compiling SwmCore Polynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[156/173] Compiling SwmCore PolynomialQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[157/173] Compiling SwmCore Combinatorics.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[158/173] Compiling SwmCore GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[159/173] Compiling SwmCore IntList.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[160/173] Compiling SwmCore Operators.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[161/173] Compiling SwmCore Random.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[162/173] Compiling SwmCore TypeParameters.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[163/173] Compiling SwmCore Cache.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[164/173] Compiling SwmCore Debug.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[165/173] Compiling SwmCore Format.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[166/173] Compiling SwmCore Logger.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[167/173] Compiling SwmCore Storage.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[168/173] Compiling SwmCore TensorGenerator.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[169/173] Compiling SwmCore DefaultMatrixImpl.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[170/173] Compiling SwmCore Matrix.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[171/173] Compiling SwmCore MatrixIF.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[172/173] Compiling SwmCore MatrixImpl.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[173/173] Compiling SwmCore BitSequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[3/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[4/26] Compiling RealModule Float16+Real.swift
[5/26] Compiling RealModule Real.swift
[6/27] Compiling RealModule Float80+Real.swift
[7/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/27] Compiling InternalCollectionsUtilities Debugging.swift
[10/27] Compiling InternalCollectionsUtilities Descriptions.swift
[11/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/27] Compiling RealModule Float+Real.swift
[13/27] Compiling RealModule ElementaryFunctions.swift
[16/27] Emitting module RealModule
[17/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/27] Compiling InternalCollectionsUtilities Integer rank.swift
[19/27] Compiling RealModule RealFunctions.swift
[20/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/28] Emitting module InternalCollectionsUtilities
[25/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/107] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[31/107] Compiling OrderedCollections _HashTable+Bucket.swift
[32/107] Compiling OrderedCollections _HashTable+BucketIterator.swift
[33/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[34/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[35/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[36/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[37/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[38/110] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[39/110] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[40/117] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[41/117] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[42/117] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[46/117] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[47/117] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[48/117] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[49/117] Compiling Algorithms Trim.swift
[50/117] Compiling Algorithms Unique.swift
[51/117] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[52/117] Compiling OrderedCollections OrderedDictionary+Elements.swift
[53/117] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[54/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/117] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/117] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/117] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/117] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[69/117] Compiling OrderedCollections OrderedDictionary.swift
[70/117] Compiling OrderedCollections OrderedSet+Codable.swift
[71/117] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[72/117] Compiling OrderedCollections OrderedSet+Descriptions.swift
[73/117] Compiling OrderedCollections OrderedSet+Diffing.swift
[74/117] Compiling OrderedCollections OrderedSet+Equatable.swift
[75/117] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[76/117] Compiling OrderedCollections OrderedSet+Hashable.swift
[77/117] Compiling Algorithms Windows.swift
[78/117] Compiling OrderedCollections OrderedSet+Insertions.swift
[79/117] Compiling OrderedCollections OrderedSet+Invariants.swift
[80/117] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[81/117] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[82/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[83/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[84/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[94/117] Compiling OrderedCollections _HashTable+Constants.swift
[95/117] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[96/117] Compiling OrderedCollections _HashTable+Testing.swift
[97/117] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[98/117] Compiling OrderedCollections _HashTable.swift
[99/117] Compiling OrderedCollections _Hashtable+Header.swift
[100/117] Compiling OrderedCollections OrderedSet+Sendable.swift
[101/117] Compiling OrderedCollections OrderedSet+SubSequence.swift
[102/117] Compiling OrderedCollections OrderedSet+Testing.swift
[103/117] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/117] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/117] Compiling OrderedCollections OrderedSet.swift
[106/117] Compiling OrderedCollections _UnsafeBitset.swift
[116/117] Emitting module OrderedCollections
[117/118] Emitting module Algorithms
[120/162] Compiling SwmCore Module.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[121/162] Compiling SwmCore Monoid.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[122/162] Compiling SwmCore Ring.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[123/162] Compiling SwmCore Array.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[124/162] Compiling SwmCore Codable.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[125/162] Compiling SwmCore Dictionary.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[126/167] Compiling SwmCore RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[127/167] Compiling SwmCore Sequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[128/167] Compiling SwmCore Set.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[129/167] Compiling SwmCore String.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[130/167] Compiling SwmCore LinearCombination.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[131/167] Compiling SwmCore LinearCombinationType.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[132/167] Compiling SwmCore AdditiveGroup.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[133/167] Compiling SwmCore EuclideanRing.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[134/167] Compiling SwmCore Field.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[135/167] Compiling SwmCore FractionField.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[136/167] Compiling SwmCore Group.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[137/167] Compiling SwmCore MathSet.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[138/167] Emitting module SwmCore
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[139/167] Compiling SwmCore Cache.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[140/167] Compiling SwmCore Debug.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[141/167] Compiling SwmCore Format.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[142/167] Compiling SwmCore Logger.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[143/167] Compiling SwmCore Storage.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[144/167] Compiling SwmCore TensorGenerator.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[145/167] Compiling SwmCore DefaultMatrixImpl.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[146/167] Compiling SwmCore Matrix.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[147/167] Compiling SwmCore MatrixIF.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[148/167] Compiling SwmCore MatrixImpl.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[149/167] Compiling SwmCore BitSequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[150/167] Compiling SwmCore Combinatorics.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[151/167] Compiling SwmCore GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[152/167] Compiling SwmCore IntList.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[153/167] Compiling SwmCore Operators.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[154/167] Compiling SwmCore Random.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[155/167] Compiling SwmCore TypeParameters.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[156/167] Compiling SwmCore Real.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[157/167] Compiling SwmCore Permutation.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[158/167] Compiling SwmCore GenericPolynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[159/167] Compiling SwmCore MultivariatePolynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[160/167] Compiling SwmCore Polynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[161/167] Compiling SwmCore PolynomialQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[162/167] Compiling SwmCore Complex.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[163/167] Compiling SwmCore F2.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[164/167] Compiling SwmCore Integer.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[165/167] Compiling SwmCore IntegerQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[166/167] Compiling SwmCore Quaternion.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[167/167] Compiling SwmCore Rational.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
 7 | //
 8 |
 9 | import Dispatch
   |        `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
BUILD FAILURE 6.1 wasm