Build Information
Failed to build swm-matrix-tools, reference 1.3.3 (928ba8
), with Swift 6.1 for Wasm on 28 May 2025 02:15:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taketo1024/swm-matrix-tools.git
Reference: 1.3.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-matrix-tools
* tag 1.3.3 -> FETCH_HEAD
HEAD is now at 928ba82 Merge branch 'develop'
Cloned https://github.com/taketo1024/swm-matrix-tools.git
Revision (git rev-parse @):
928ba82c473e36b550fb5a2c39f059bc31b1b818
SUCCESS checkout https://github.com/taketo1024/swm-matrix-tools.git at 1.3.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/taketo1024/swm-matrix-tools.git
https://github.com/taketo1024/swm-matrix-tools.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"
}
],
"manifest_display_name" : "swm-matrix-tools",
"name" : "swm-matrix-tools",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwmMatrixTools",
"targets" : [
"SwmMatrixTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwmMatrixToolsTests",
"module_type" : "SwiftTarget",
"name" : "SwmMatrixToolsTests",
"path" : "Tests/SwmMatrixToolsTests",
"sources" : [
"LUFactorizationTests.swift",
"MatrixEliminationTests.swift",
"MatrixPivotFinderTests.swift",
"RowEliminationDataTests.swift",
"SparseLUSolverTests.swift",
"SparseMatrixTests.swift"
],
"target_dependencies" : [
"SwmMatrixTools"
],
"type" : "test"
},
{
"c99name" : "SwmMatrixTools",
"module_type" : "SwiftTarget",
"name" : "SwmMatrixTools",
"path" : "Sources/SwmMatrixTools",
"product_dependencies" : [
"SwmCore"
],
"product_memberships" : [
"SwmMatrixTools"
],
"sources" : [
"Basic/ComputationalRing.swift",
"Eliminator/Internal/DiagonalEliminator.swift",
"Eliminator/Internal/EchelonEliminator.swift",
"Eliminator/Internal/SmithEliminator.swift",
"Eliminator/MatrixElementaryOperations.swift",
"Eliminator/MatrixEliminationData.swift",
"Eliminator/MatrixEliminationForm.swift",
"Eliminator/MatrixEliminationResult.swift",
"Eliminator/MatrixEliminator.swift",
"LU/LUFactorizable.swift",
"LU/LUFactorizationResult.swift",
"LU/LUFactorizer.swift",
"Matrix/MatrixIF.swift",
"Matrix/MatrixImpl.swift",
"PivotFinder/MatrixPivotFinder.swift",
"SparseMatrix/DefaultSparseMatrixImpl.swift",
"SparseMatrix/DefaultSparseMatrix_LU.swift",
"SparseMatrix/SparseLUFactorizer.swift",
"SparseMatrix/SparseMatrix.swift",
"SparseMatrix/SparseMatrixImpl.swift",
"Utils/LinkedList.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/taketo1024/swm-core.git
[1/15984] Fetching swm-core
Fetched https://github.com/taketo1024/swm-core.git from cache (0.54s)
Computing version for https://github.com/taketo1024/swm-core.git
Computed https://github.com/taketo1024/swm-core.git at 1.3.1 (1.20s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[121/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (1.86s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
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
Building for debugging...
[0/8] Write sources
[6/8] Compiling _NumericsShims _NumericsShims.c
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/32] Compiling RealModule Float16+Real.swift
[10/32] Compiling RealModule Float80+Real.swift
[11/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/34] Compiling RealModule RealFunctions.swift
[15/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/34] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/34] Compiling InternalCollectionsUtilities Debugging.swift
[19/34] Compiling InternalCollectionsUtilities Descriptions.swift
[20/34] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[23/34] Emitting module InternalCollectionsUtilities
[24/34] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/34] Compiling InternalCollectionsUtilities Integer rank.swift
[26/34] Compiling RealModule Real.swift
[27/34] Compiling RealModule Float+Real.swift
[28/34] Compiling RealModule ElementaryFunctions.swift
[33/34] Emitting module RealModule
[34/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[39/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/114] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/114] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/121] Compiling OrderedCollections _HashTable+Testing.swift
[45/121] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[46/121] Compiling OrderedCollections _HashTable.swift
[47/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[48/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[49/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[50/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[51/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[52/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[53/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[54/124] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/124] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/124] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/124] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/124] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/124] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[63/124] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[64/124] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[65/124] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[66/124] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[67/124] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[68/124] Compiling Algorithms Windows.swift
[69/124] Compiling OrderedCollections OrderedSet+Codable.swift
[70/124] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[71/124] Compiling OrderedCollections OrderedSet+Descriptions.swift
[72/124] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/124] Compiling OrderedCollections OrderedSet+Equatable.swift
[74/124] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/124] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/124] Compiling OrderedCollections OrderedDictionary+Codable.swift
[77/124] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[78/124] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[79/124] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/124] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/124] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/124] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[83/124] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/124] Compiling Algorithms Trim.swift
[91/124] Compiling Algorithms Unique.swift
[95/124] Compiling OrderedCollections _HashTable+Bucket.swift
[96/124] Compiling OrderedCollections _HashTable+BucketIterator.swift
[97/124] Compiling OrderedCollections _HashTable+Constants.swift
[98/124] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[102/124] Compiling OrderedCollections _Hashtable+Header.swift
[103/124] Emitting module OrderedCollections
[108/124] Compiling OrderedCollections OrderedSet+Sendable.swift
[109/124] Compiling OrderedCollections OrderedSet+SubSequence.swift
[110/124] Compiling OrderedCollections OrderedSet+Testing.swift
[111/124] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[112/124] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[113/124] Compiling OrderedCollections OrderedSet.swift
[114/124] Compiling OrderedCollections _UnsafeBitset.swift
[125/125] Emitting module Algorithms
[127/169] 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/169] 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/169] 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/169] 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/169] 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/169] 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)
[133/174] 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 {
[134/174] 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 {
[135/174] 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 {
[136/174] 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 {
[137/174] 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 {
[138/174] 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 {
[139/174] 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 {
[140/174] 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 {
[141/174] 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 {
[142/174] 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 {
[143/174] 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 {
[144/174] 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 {
[145/174] 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 {
[146/174] 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 {
[147/174] 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 {
[148/174] 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 {
[149/174] 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 {
[150/174] 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 {
[151/174] 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 {
[152/174] 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 {
[153/174] 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 {
[154/174] 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 {
[155/174] 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 {
[156/174] 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 {
[157/174] 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 {
[158/174] 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 {
[159/174] 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 {
[160/174] 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 {
[161/174] 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 {
[162/174] 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 {
[163/174] 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 {
[164/174] 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 {
[165/174] 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 {
[166/174] 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 {
[167/174] 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 {
[168/174] 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 {
[169/174] 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 {
[170/174] 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 {
[171/174] 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 {
[172/174] 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 {
[173/174] 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 {
[174/174] 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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling RealModule Float80+Real.swift
[3/26] Compiling RealModule Real.swift
[4/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/27] Compiling RealModule RealFunctions.swift
[6/27] Compiling RealModule Float16+Real.swift
[7/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/27] Compiling InternalCollectionsUtilities Debugging.swift
[9/27] Compiling InternalCollectionsUtilities Descriptions.swift
[10/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/27] Compiling RealModule ElementaryFunctions.swift
[12/27] Compiling RealModule AlgebraicField.swift
[13/27] Compiling RealModule ApproximateEquality.swift
[14/27] Compiling RealModule AugmentedArithmetic.swift
[15/27] Compiling RealModule Double+Real.swift
[16/27] Emitting module RealModule
[17/27] Compiling RealModule Float+Real.swift
[18/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/28] Emitting module InternalCollectionsUtilities
[25/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[30/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[31/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[32/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[33/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[34/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[35/107] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[36/107] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[37/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[38/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[39/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[40/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[41/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[42/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[43/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[44/114] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[45/114] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[46/114] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[47/117] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/117] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/117] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/117] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/117] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/117] Compiling OrderedCollections OrderedDictionary.swift
[56/117] Compiling OrderedCollections OrderedSet+Codable.swift
[57/117] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/117] Compiling OrderedCollections OrderedSet+Descriptions.swift
[59/117] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/117] Compiling OrderedCollections OrderedSet+Equatable.swift
[61/117] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[62/117] Compiling OrderedCollections OrderedSet+Hashable.swift
[63/117] Compiling OrderedCollections _HashTable+Constants.swift
[64/117] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[65/117] Compiling OrderedCollections _HashTable+Testing.swift
[66/117] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[67/117] Compiling OrderedCollections _HashTable.swift
[68/117] Compiling OrderedCollections _Hashtable+Header.swift
[69/117] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/117] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/117] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[76/117] Emitting module Algorithms
[78/117] Compiling OrderedCollections _HashTable+Bucket.swift
[79/117] Compiling OrderedCollections _HashTable+BucketIterator.swift
[80/117] Compiling Algorithms Windows.swift
[81/117] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[82/117] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[83/117] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[84/117] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[85/117] Compiling OrderedCollections OrderedDictionary+Elements.swift
[86/117] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[87/117] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[94/117] Compiling Algorithms Trim.swift
[95/117] Compiling Algorithms Unique.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
[118/118] Emitting module OrderedCollections
[120/162] 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 {
[121/162] 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 {
[122/162] 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 {
[123/162] 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 {
[124/162] 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 {
[125/162] 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 {
[126/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 {
[127/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 {
[128/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 {
[129/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 {
[130/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 {
[131/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 {
[132/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 {
[133/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 {
[134/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 {
[135/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 {
[136/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 {
[137/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)
[138/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 {
[139/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 {
[140/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 {
[141/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 {
[142/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 {
[143/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 {
[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 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 {
[151/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 {
[152/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 {
[153/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 {
[154/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 {
[155/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 {
[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 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 {
[163/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 {
[164/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 {
[165/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 {
[166/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 {
[167/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 {
BUILD FAILURE 6.1 wasm