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-homology, reference main (112f3d), with Swift 6.1 for Wasm on 28 May 2025 02:09:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-homology.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-homology
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 112f3d2 Merge branch 'develop'
Cloned https://github.com/taketo1024/swm-homology.git
Revision (git rev-parse @):
112f3d2c4c8bee4a1e5fcbfa7efb9e380c65744d
SUCCESS checkout https://github.com/taketo1024/swm-homology.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/taketo1024/swm-homology.git
https://github.com/taketo1024/swm-homology.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swm-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/taketo1024/swm-core.git"
    },
    {
      "identity" : "swm-matrix-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/taketo1024/swm-matrix-tools.git"
    }
  ],
  "manifest_display_name" : "swm-homology",
  "name" : "swm-homology",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwmHomology",
      "targets" : [
        "SwmHomology"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwmHomologyTests",
      "module_type" : "SwiftTarget",
      "name" : "SwmHomologyTests",
      "path" : "Tests/SwmHomologyTests",
      "sources" : [
        "F2HomologyTests.swift",
        "IntHomologyTests.swift",
        "PolynomialHomologyTests.swift",
        "RationalHomologyTests.swift",
        "RealHomologyTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwmHomology"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwmHomology",
      "module_type" : "SwiftTarget",
      "name" : "SwmHomology",
      "path" : "Sources/SwmHomology",
      "product_dependencies" : [
        "SwmCore",
        "SwmMatrixTools"
      ],
      "product_memberships" : [
        "SwmHomology"
      ],
      "sources" : [
        "Basics/GradedModuleStructure.swift",
        "Basics/GridType.swift",
        "Basics/ModuleStructure.swift",
        "ChainComplex/ChainComplex.swift",
        "ChainComplex/ChainMap.swift",
        "Extensions/Module.swift",
        "Extensions/ModuleHom.swift",
        "Homology/HomologyCalculatable.swift",
        "Homology/HomologyCalculator.swift",
        "Homology/Impl/HNFHomologyCalculator.swift",
        "Homology/Impl/LUHomologyCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/taketo1024/swm-matrix-tools.git
Fetching https://github.com/taketo1024/swm-core.git
[1/800] Fetching swm-matrix-tools
[665/16784] Fetching swm-matrix-tools, swm-core
Fetched https://github.com/taketo1024/swm-matrix-tools.git from cache (1.03s)
Fetched https://github.com/taketo1024/swm-core.git from cache (1.04s)
Computing version for https://github.com/taketo1024/swm-matrix-tools.git
Computed https://github.com/taketo1024/swm-matrix-tools.git at 1.3.3 (2.08s)
Computing version for https://github.com/taketo1024/swm-core.git
Computed https://github.com/taketo1024/swm-core.git at 1.3.1 (0.86s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[5960/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (3.12s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.64s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (2.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.05s)
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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
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/taketo1024/swm-core.git
Working copy of https://github.com/taketo1024/swm-core.git resolved at 1.3.1
Creating working copy for https://github.com/taketo1024/swm-matrix-tools.git
Working copy of https://github.com/taketo1024/swm-matrix-tools.git resolved at 1.3.3
Building for debugging...
[0/9] Write sources
[7/9] Compiling _NumericsShims _NumericsShims.c
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/34] Compiling RealModule Real.swift
[12/35] Compiling RealModule AugmentedArithmetic.swift
[13/35] Compiling RealModule Double+Real.swift
[14/35] Compiling RealModule Float+Real.swift
[15/35] Compiling InternalCollectionsUtilities Descriptions.swift
[16/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/35] Compiling RealModule Float16+Real.swift
[20/35] Emitting module InternalCollectionsUtilities
[21/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/35] Compiling InternalCollectionsUtilities Debugging.swift
[23/35] Compiling RealModule Float80+Real.swift
[24/35] Compiling RealModule RealFunctions.swift
[25/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/35] Compiling RealModule ElementaryFunctions.swift
[30/35] Compiling RealModule AlgebraicField.swift
[31/35] Compiling RealModule ApproximateEquality.swift
[32/35] Emitting module RealModule
[35/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[41/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[42/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[43/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[44/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[45/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/122] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[53/122] Compiling OrderedCollections _HashTable.swift
[54/122] Compiling OrderedCollections _Hashtable+Header.swift
[55/125] Compiling OrderedCollections OrderedDictionary.swift
[56/125] Compiling OrderedCollections OrderedSet+Codable.swift
[57/125] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/125] Compiling OrderedCollections OrderedSet+Descriptions.swift
[59/125] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/125] Compiling OrderedCollections OrderedSet+Equatable.swift
[61/125] Compiling Algorithms Trim.swift
[62/125] Compiling Algorithms Unique.swift
[63/125] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/125] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/125] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/125] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/125] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/125] Compiling OrderedCollections OrderedDictionary+Codable.swift
[72/125] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/125] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/125] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[75/125] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/125] Compiling OrderedCollections OrderedDictionary+Elements.swift
[77/125] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[78/125] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[82/125] Compiling Algorithms Windows.swift
[83/125] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[84/125] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[85/125] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/125] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/125] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[88/125] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[89/125] Compiling OrderedCollections OrderedDictionary+Values.swift
[90/125] Compiling OrderedCollections _HashTable+Bucket.swift
[91/125] Compiling OrderedCollections _HashTable+BucketIterator.swift
[92/125] Compiling OrderedCollections _HashTable+Constants.swift
[93/125] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[94/125] Compiling OrderedCollections _HashTable+Testing.swift
[111/125] Compiling OrderedCollections OrderedSet+Sendable.swift
[112/125] Compiling OrderedCollections OrderedSet+SubSequence.swift
[113/125] Compiling OrderedCollections OrderedSet+Testing.swift
[114/125] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[115/125] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[116/125] Compiling OrderedCollections OrderedSet.swift
[117/125] Compiling OrderedCollections _UnsafeBitset.swift
[124/125] Emitting module OrderedCollections
[126/126] Emitting module Algorithms
[128/170] Compiling SwmCore AdditiveGroup.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/170] Compiling SwmCore EuclideanRing.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/170] Compiling SwmCore Field.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/170] Compiling SwmCore FractionField.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/170] Compiling SwmCore Group.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/170] Compiling SwmCore MathSet.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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)
[134/175] Emitting module SwmCore
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Complex.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore F2.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Integer.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore IntegerQuotient.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Quaternion.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Rational.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Cache.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Debug.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Format.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Logger.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Storage.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Module.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Monoid.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Ring.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Array.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Codable.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Combinatorics.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore GraphAlgorithms.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore IntList.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Operators.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Random.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore TypeParameters.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Real.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Permutation.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore GenericPolynomial.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore MultivariatePolynomial.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Polynomial.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore PolynomialQuotient.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore RandomAccessCollection.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Set.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore String.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore LinearCombination.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore LinearCombinationType.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore TensorGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore DefaultMatrixImpl.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore Matrix.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/175] Compiling SwmCore MatrixIF.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 {
[174/175] Compiling SwmCore MatrixImpl.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 {
[175/175] Compiling SwmCore BitSequence.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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-4606859-0":/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 UnsafeBufferPointer+Extras.swift
[3/26] Compiling RealModule Float80+Real.swift
[4/26] Compiling RealModule Real.swift
[5/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/27] Compiling InternalCollectionsUtilities Debugging.swift
[7/27] Compiling InternalCollectionsUtilities Descriptions.swift
[8/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/27] Compiling RealModule Float16+Real.swift
[10/27] Compiling RealModule ElementaryFunctions.swift
[11/27] Compiling RealModule Float+Real.swift
[12/27] Compiling RealModule RealFunctions.swift
[13/27] Emitting module InternalCollectionsUtilities
[14/27] Compiling RealModule AlgebraicField.swift
[15/27] Compiling RealModule ApproximateEquality.swift
[16/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/27] Compiling RealModule AugmentedArithmetic.swift
[21/27] Compiling RealModule Double+Real.swift
[22/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/28] Emitting module RealModule
[30/107] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[31/107] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[32/107] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[33/107] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[34/107] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[35/107] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[36/107] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[37/107] Compiling OrderedCollections OrderedDictionary+Values.swift
[41/117] Compiling OrderedCollections OrderedDictionary+Elements.swift
[42/117] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[43/117] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[44/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[45/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[46/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[47/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[48/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[49/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[50/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[51/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[52/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[53/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[54/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[55/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[56/117] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[57/117] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[58/117] Compiling OrderedCollections OrderedDictionary+Codable.swift
[59/117] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[60/117] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[61/117] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[62/117] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/117] Compiling OrderedCollections OrderedSet+Initializers.swift
[67/117] Compiling OrderedCollections OrderedSet+Insertions.swift
[68/117] Compiling OrderedCollections OrderedSet+Invariants.swift
[69/117] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[70/117] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[71/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[72/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[73/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[74/117] Compiling Algorithms Windows.swift
[75/117] Compiling OrderedCollections OrderedSet+Codable.swift
[76/117] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[77/117] Compiling OrderedCollections OrderedSet+Descriptions.swift
[78/117] Compiling OrderedCollections OrderedSet+Diffing.swift
[79/117] Compiling OrderedCollections OrderedSet+Equatable.swift
[80/117] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[81/117] Compiling OrderedCollections OrderedSet+Hashable.swift
[82/117] Compiling Algorithms Trim.swift
[83/117] Compiling Algorithms Unique.swift
[85/117] Emitting module OrderedCollections
[86/117] Compiling OrderedCollections _Hashtable+Header.swift
[89/117] Compiling OrderedCollections _HashTable+Testing.swift
[90/117] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[91/117] Compiling OrderedCollections _HashTable.swift
[92/117] Compiling OrderedCollections _HashTable+Bucket.swift
[93/117] Compiling OrderedCollections _HashTable+BucketIterator.swift
[94/117] Compiling OrderedCollections _HashTable+Constants.swift
[95/117] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[96/117] Compiling OrderedCollections OrderedSet+Sendable.swift
[97/117] Compiling OrderedCollections OrderedSet+SubSequence.swift
[98/117] Compiling OrderedCollections OrderedSet+Testing.swift
[99/117] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[100/117] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[101/117] Compiling OrderedCollections OrderedSet.swift
[102/117] Compiling OrderedCollections _UnsafeBitset.swift
[103/117] Emitting module Algorithms
[120/162] Compiling SwmCore Module.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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 AdditiveGroup.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 EuclideanRing.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Field.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 FractionField.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Group.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 MathSet.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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)
[132/167] Emitting module SwmCore
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Cache.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Debug.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Format.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Logger.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Storage.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/167] Compiling SwmCore RandomAccessCollection.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Set.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 String.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 LinearCombination.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 LinearCombinationType.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Real.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Permutation.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 GenericPolynomial.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 MultivariatePolynomial.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Polynomial.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 PolynomialQuotient.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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 TensorGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 DefaultMatrixImpl.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 Matrix.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 MatrixIF.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 MatrixImpl.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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 BitSequence.swift
/host/spi-builder-workspace/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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/.build/checkouts/swm-core/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