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 SwiftyTopology, reference 1.0.3 (dc2690), with Swift 6.1 for Wasm on 28 May 2025 00:10:34 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-topology.git
Reference: 1.0.3
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-topology
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at dc2690c update deps.
Cloned https://github.com/taketo1024/swm-topology.git
Revision (git rev-parse @):
dc2690cc5d4f48a9d9af6361b43bea2ed747a8ff
SUCCESS checkout https://github.com/taketo1024/swm-topology.git at 1.0.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/taketo1024/swm-topology.git
https://github.com/taketo1024/swm-topology.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swm-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/taketo1024/swm-core.git"
    },
    {
      "identity" : "swm-homology",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/taketo1024/swm-homology.git"
    }
  ],
  "manifest_display_name" : "SwiftyTopology",
  "name" : "SwiftyTopology",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwmTopology",
      "targets" : [
        "SwmTopology"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwmTopologyTests",
      "module_type" : "SwiftTarget",
      "name" : "SwmTopologyTests",
      "path" : "Tests/SwmTopologyTests",
      "sources" : [
        "SimplicialCohomologyTests.swift",
        "SimplicialHomologyTests.swift"
      ],
      "target_dependencies" : [
        "SwmTopology"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwmTopology",
      "module_type" : "SwiftTarget",
      "name" : "SwmTopology",
      "path" : "Sources/SwmTopology",
      "product_dependencies" : [
        "SwmCore",
        "SwmHomology"
      ],
      "product_memberships" : [
        "SwmTopology"
      ],
      "sources" : [
        "Basics/Simplex.swift",
        "Basics/Vertex.swift",
        "Complex/Simplicial/SimplicialChain.swift",
        "Complex/Simplicial/SimplicialComplex.swift",
        "Complex/Simplicial/SimplicialComplexExamples.swift",
        "Complex/Simplicial/SimplicialComplexOperations.swift",
        "Complex/Simplicial/SimplicialMap.swift",
        "Complex/Topological/TopologicalCell.swift",
        "Complex/Topological/TopologicalChainMap.swift",
        "Complex/Topological/TopologicalComplex.swift",
        "Complex/Topological/TopologicalHomology.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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-homology.git
Fetching https://github.com/taketo1024/swm-core.git
[1/12480] Fetching swm-homology
[3995/28464] Fetching swm-homology, swm-core
Fetched https://github.com/taketo1024/swm-core.git from cache (0.73s)
Fetched https://github.com/taketo1024/swm-homology.git from cache (0.73s)
Computing version for https://github.com/taketo1024/swm-homology.git
Computed https://github.com/taketo1024/swm-homology.git at 1.4.0 (1.49s)
Fetching https://github.com/taketo1024/swm-matrix-tools.git
[1/800] Fetching swm-matrix-tools
Fetched https://github.com/taketo1024/swm-matrix-tools.git from cache (0.23s)
Computing version for https://github.com/taketo1024/swm-core.git
Computed https://github.com/taketo1024/swm-core.git at 1.3.1 (0.90s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[4590/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
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.05s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.59s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (2.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
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
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/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/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-homology.git
Working copy of https://github.com/taketo1024/swm-homology.git resolved at 1.4.0
Building for debugging...
[0/10] Write sources
[8/10] Compiling _NumericsShims _NumericsShims.c
[8/10] Write swift-version-24593BA9C3E375BF.txt
[11/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[12/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/35] Compiling InternalCollectionsUtilities Integer rank.swift
[16/35] Emitting module RealModule
[17/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/35] Emitting module InternalCollectionsUtilities
[20/36] Compiling RealModule Real.swift
[21/36] Compiling RealModule Float80+Real.swift
[22/36] Compiling RealModule Float+Real.swift
[23/36] Compiling RealModule Float16+Real.swift
[24/36] Compiling RealModule ElementaryFunctions.swift
[25/36] Compiling InternalCollectionsUtilities Descriptions.swift
[26/36] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/36] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/36] Compiling InternalCollectionsUtilities Debugging.swift
[31/36] Compiling RealModule RealFunctions.swift
[32/37] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/37] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/37] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/116] Compiling Algorithms Rotate.swift
[40/116] Compiling Algorithms Stride.swift
[41/116] Compiling Algorithms Suffix.swift
[42/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[43/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[44/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[45/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[46/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/119] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[48/119] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[49/126] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[50/126] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[51/126] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[52/126] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[53/126] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[54/126] Compiling Algorithms MinMax.swift
[55/126] Compiling Algorithms Partition.swift
[56/126] Compiling Algorithms Permutations.swift
[57/126] Compiling Algorithms Windows.swift
[58/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[59/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[60/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[61/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[62/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[63/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[64/126] Compiling OrderedCollections OrderedDictionary.swift
[65/126] Compiling OrderedCollections OrderedSet+Codable.swift
[66/126] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[67/126] Compiling OrderedCollections OrderedSet+Descriptions.swift
[68/126] Compiling OrderedCollections OrderedSet+Diffing.swift
[69/126] Compiling OrderedCollections OrderedSet+Equatable.swift
[70/126] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[71/126] Compiling OrderedCollections OrderedSet+Hashable.swift
[72/126] Compiling OrderedCollections OrderedSet+Initializers.swift
[73/126] Compiling OrderedCollections OrderedSet+Insertions.swift
[74/126] Compiling OrderedCollections OrderedSet+Invariants.swift
[75/126] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[76/126] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[77/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[78/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[79/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[80/126] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/126] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/126] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/126] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[89/126] Compiling Algorithms Trim.swift
[90/126] Compiling Algorithms Unique.swift
[95/126] Compiling Algorithms Product.swift
[96/126] Compiling Algorithms RandomSample.swift
[97/126] Compiling Algorithms Reductions.swift
[98/126] Emitting module OrderedCollections
[99/126] Compiling OrderedCollections OrderedDictionary+Codable.swift
[100/126] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[101/126] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[102/126] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[115/126] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/126] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/126] Compiling OrderedCollections OrderedSet+Testing.swift
[118/126] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/126] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/126] Compiling OrderedCollections OrderedSet.swift
[121/126] Compiling OrderedCollections _UnsafeBitset.swift
[127/127] Emitting module Algorithms
[129/171] 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 {
[130/171] 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 {
[131/171] 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 {
[132/171] 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 {
[133/171] 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 {
[134/171] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[135/176] 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 {
[136/176] 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 {
[137/176] 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 {
[138/176] 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 {
[139/176] 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 {
[140/176] 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 {
[141/176] 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 {
[142/176] 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 {
[143/176] 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 {
[144/176] 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 {
[145/176] 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 {
[146/176] 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 {
[147/176] 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 {
[148/176] 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 {
[149/176] 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 {
[150/176] 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 {
[151/176] 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 {
[152/176] 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 {
[153/176] 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 {
[154/176] 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 {
[155/176] 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 {
[156/176] 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 {
[157/176] 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 {
[158/176] 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 {
[159/176] 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 {
[160/176] 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 {
[161/176] 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 {
[162/176] 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 {
[163/176] 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 {
[164/176] 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 {
[165/176] 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 {
[166/176] 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 {
[167/176] 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 {
[168/176] 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 {
[169/176] 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 {
[170/176] 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 {
[171/176] 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 {
[172/176] 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 {
[173/176] 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 {
[174/176] 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 {
[175/176] 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 {
[176/176] 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 {
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 RealModule AugmentedArithmetic.swift
[3/25] Compiling RealModule Double+Real.swift
[4/25] Compiling RealModule Float80+Real.swift
[5/27] Compiling InternalCollectionsUtilities Descriptions.swift
[6/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/27] Compiling RealModule Real.swift
[9/27] Compiling RealModule ElementaryFunctions.swift
[10/27] Compiling RealModule RealFunctions.swift
[11/27] Compiling RealModule Float16+Real.swift
[12/27] Compiling RealModule Float+Real.swift
[13/27] Compiling RealModule AlgebraicField.swift
[14/27] Compiling RealModule ApproximateEquality.swift
[15/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/27] Emitting module RealModule
[20/28] Emitting module InternalCollectionsUtilities
[21/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/28] Compiling InternalCollectionsUtilities Integer rank.swift
[27/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/107] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[31/107] Compiling OrderedCollections _HashTable+Testing.swift
[32/107] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[33/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/110] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/110] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/117] Compiling OrderedCollections OrderedDictionary.swift
[48/117] Compiling OrderedCollections OrderedSet+Codable.swift
[49/117] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[50/117] Compiling OrderedCollections OrderedSet+Descriptions.swift
[51/117] Compiling OrderedCollections OrderedSet+Diffing.swift
[52/117] Compiling OrderedCollections OrderedSet+Equatable.swift
[53/117] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[54/117] Compiling OrderedCollections OrderedSet+Hashable.swift
[55/117] Compiling OrderedCollections OrderedSet+Initializers.swift
[56/117] Compiling OrderedCollections OrderedSet+Insertions.swift
[57/117] Compiling OrderedCollections OrderedSet+Invariants.swift
[58/117] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[59/117] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[60/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[61/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[62/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[63/117] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[64/117] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[65/117] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/117] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/117] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/117] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/117] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[70/117] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/117] Compiling Algorithms Windows.swift
[72/117] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/117] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/117] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[75/117] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/117] Compiling OrderedCollections OrderedDictionary+Elements.swift
[77/117] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[78/117] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[79/117] Compiling Algorithms Trim.swift
[80/117] Compiling Algorithms Unique.swift
[88/117] Compiling OrderedCollections _HashTable+Bucket.swift
[89/117] Compiling OrderedCollections _HashTable+BucketIterator.swift
[90/117] Compiling OrderedCollections _HashTable+Constants.swift
[99/117] Compiling OrderedCollections OrderedSet+Sendable.swift
[100/117] Compiling OrderedCollections OrderedSet+SubSequence.swift
[101/117] Compiling OrderedCollections OrderedSet+Testing.swift
[102/117] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[103/117] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[104/117] Compiling OrderedCollections OrderedSet.swift
[105/117] Compiling OrderedCollections _UnsafeBitset.swift
[106/117] Emitting module OrderedCollections
[118/118] Emitting module Algorithms
error: emit-module command failed with exit code 1 (use -v to see invocation)
[120/162] 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 {
[121/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 {
[122/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 {
[123/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 {
[124/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 {
[125/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 {
[126/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 {
[127/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 {
[128/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 {
[129/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 {
[130/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 {
[131/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 {
[132/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 {
[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 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 {
[139/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 {
[140/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 {
[141/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 {
[142/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 {
[143/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 {
[144/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 {
[145/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 {
[146/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 {
[147/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 {
[148/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 {
[149/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 {
[150/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 {
[151/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 {
[152/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 {
[153/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 {
[154/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 {
[155/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 {
[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 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 {
[163/167] 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 {
[164/167] 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 {
[165/167] 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 {
[166/167] 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 {
[167/167] 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 {
BUILD FAILURE 6.1 wasm