Build Information
Failed to build swm-core, reference 1.3.1 (ae48c2), with Swift 6.3 for Wasm on 12 Apr 2026 12:29:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taketo1024/swm-core.git
Reference: 1.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/taketo1024/swm-core
* tag 1.3.1 -> FETCH_HEAD
HEAD is now at ae48c2c extract SparseMatrixImpl.
Cloned https://github.com/taketo1024/swm-core.git
Revision (git rev-parse @):
ae48c2ce78b64952a99776643f0aaf253eb315a0
SUCCESS checkout https://github.com/taketo1024/swm-core.git at 1.3.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/taketo1024/swm-core.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/23525] Fetching swift-collections
[2/29583] Fetching swift-collections, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[5176/23525] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (2.24s)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.60s)
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.4.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Building for debugging...
[0/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/35] Emitting module InternalCollectionsUtilities
[9/37] Compiling InternalCollectionsUtilities Integer rank.swift
[10/37] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/37] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/37] Compiling RealModule Float80+Real.swift
[13/38] Compiling InternalCollectionsUtilities Debugging.swift
[14/38] Compiling InternalCollectionsUtilities Descriptions.swift
[15/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/38] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/38] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/38] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/38] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[21/38] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/38] Compiling InternalCollectionsUtilities Span+Extras.swift
[23/38] Compiling InternalCollectionsUtilities String+Padding.swift
[24/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/38] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/38] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[28/38] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[29/38] Compiling RealModule RealFunctions.swift
[30/38] Compiling RealModule Float16+Real.swift
[31/39] Compiling RealModule Float+Real.swift
[36/39] Compiling RealModule ElementaryFunctions.swift
[37/39] Emitting module RealModule
[38/39] Compiling RealModule Real.swift
[41/118] Compiling Algorithms Intersperse.swift
[42/118] Compiling Algorithms Joined.swift
[43/118] Compiling Algorithms LazySplit.swift
[44/118] Compiling Algorithms Product.swift
[45/118] Compiling Algorithms RandomSample.swift
[46/118] Compiling Algorithms Reductions.swift
[47/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/125] Compiling Algorithms Rotate.swift
[49/125] Compiling Algorithms Stride.swift
[50/125] Compiling Algorithms Suffix.swift
[51/128] Compiling Algorithms FirstNonNil.swift
[52/128] Compiling Algorithms FlattenCollection.swift
[53/128] Compiling Algorithms Indexed.swift
[55/128] Compiling Algorithms MinMax.swift
[56/128] Compiling Algorithms Partition.swift
[57/128] Compiling Algorithms Permutations.swift
[58/128] Compiling Algorithms AdjacentPairs.swift
[59/128] Compiling Algorithms Chain.swift
[60/128] Compiling Algorithms Chunked.swift
[61/128] Compiling Algorithms Combinations.swift
[62/128] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/128] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/128] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/128] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/128] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[67/128] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/128] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[69/128] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[70/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[71/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[72/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[73/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[74/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[75/128] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[76/128] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/128] Compiling Algorithms Unique.swift
[78/128] Compiling Algorithms Windows.swift
[79/128] Compiling OrderedCollections OrderedSet+Invariants.swift
[80/128] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[81/128] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[82/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[83/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[84/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[85/128] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[86/128] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[87/128] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[88/128] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[89/128] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[90/128] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/128] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[92/128] Compiling OrderedCollections OrderedDictionary+Values.swift
[93/128] Compiling Algorithms Compacted.swift
[94/128] Compiling Algorithms Cycle.swift
[95/128] Compiling Algorithms EitherSequence.swift
[96/128] Compiling Algorithms Trim.swift
[114/128] Emitting module OrderedCollections
[115/128] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/128] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/128] Compiling OrderedCollections OrderedSet+Testing.swift
[118/128] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/128] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/128] Compiling OrderedCollections OrderedSet.swift
[121/128] Compiling OrderedCollections _UnsafeBitset.swift
[129/129] Emitting module Algorithms
[131/173] Compiling SwmCore AdditiveGroup.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[132/173] Compiling SwmCore EuclideanRing.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[133/173] Compiling SwmCore Field.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[134/173] Compiling SwmCore FractionField.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[135/173] Compiling SwmCore Group.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[136/173] Compiling SwmCore MathSet.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[137/178] Emitting module SwmCore
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[138/178] Compiling SwmCore Cache.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[139/178] Compiling SwmCore Debug.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[140/178] Compiling SwmCore Format.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[141/178] Compiling SwmCore Logger.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[142/178] Compiling SwmCore Storage.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[143/178] Compiling SwmCore RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[144/178] Compiling SwmCore Sequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[145/178] Compiling SwmCore Set.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[146/178] Compiling SwmCore String.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[147/178] Compiling SwmCore LinearCombination.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[148/178] Compiling SwmCore LinearCombinationType.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[149/178] Compiling SwmCore Combinatorics.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[150/178] Compiling SwmCore GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[151/178] Compiling SwmCore IntList.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[152/178] Compiling SwmCore Operators.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[153/178] Compiling SwmCore Random.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[154/178] Compiling SwmCore TypeParameters.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[155/178] Compiling SwmCore Real.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[156/178] Compiling SwmCore Permutation.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[157/178] Compiling SwmCore GenericPolynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[158/178] Compiling SwmCore MultivariatePolynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[159/178] Compiling SwmCore Polynomial.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[160/178] Compiling SwmCore PolynomialQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[161/178] Compiling SwmCore Module.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[162/178] Compiling SwmCore Monoid.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[163/178] Compiling SwmCore Ring.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[164/178] Compiling SwmCore Array.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[165/178] Compiling SwmCore Codable.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[166/178] Compiling SwmCore Dictionary.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[167/178] Compiling SwmCore Complex.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[168/178] Compiling SwmCore F2.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[169/178] Compiling SwmCore Integer.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[170/178] Compiling SwmCore IntegerQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[171/178] Compiling SwmCore Quaternion.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[172/178] Compiling SwmCore Rational.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[173/178] Compiling SwmCore TensorGenerator.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[174/178] Compiling SwmCore DefaultMatrixImpl.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[175/178] Compiling SwmCore Matrix.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[176/178] Compiling SwmCore MatrixIF.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[177/178] Compiling SwmCore MatrixImpl.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
[178/178] Compiling SwmCore BitSequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Cache.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | public final class Cache<Key, Value>: ExpressibleByDictionaryLiteral, CustomStringConvertible where Key: Hashable {
BUILD FAILURE 6.3 wasm