Build Information
Failed to build SwiftOCA, reference main (0221a6), with Swift 6.2 for Wasm on 21 Apr 2026 11:43:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/PADL/SwiftOCA
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0221a69 fix: fall through to JSONDecoder path when direct cast fails in property deserialization
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
0221a69defc9722912f7c8d6625b64eb854c88b6
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/PADL/SwiftOCA.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/swhitty/FlyingFox
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
[2/1672] Fetching anycodable, asyncextensions
[1282/4359] Fetching anycodable, asyncextensions, ioringswift
[1504/5916] Fetching anycodable, asyncextensions, ioringswift, gzipswift
[5917/17044] Fetching anycodable, asyncextensions, ioringswift, gzipswift, sqlite.swift
Fetched https://github.com/PADL/IORingSwift from cache (0.59s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.59s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.59s)
[2671/12018] Fetching asyncextensions, sqlite.swift
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-system
[7012/17976] Fetching asyncextensions, sqlite.swift, flyingfox
[10226/18268] Fetching asyncextensions, sqlite.swift, flyingfox, socketaddress
[12588/20088] Fetching asyncextensions, sqlite.swift, flyingfox, socketaddress, swift-atomics
[13297/25689] Fetching asyncextensions, sqlite.swift, flyingfox, socketaddress, swift-atomics, swift-system
Fetched https://github.com/PADL/SocketAddress from cache (0.36s)
[16883/25397] Fetching asyncextensions, sqlite.swift, flyingfox, swift-atomics, swift-system
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-system from cache (0.66s)
Fetched https://github.com/apple/swift-atomics from cache (0.65s)
Fetching https://github.com/apple/swift-async-algorithms
[1/6635] Fetching swift-log
Fetched https://github.com/lhoward/AsyncExtensions from cache (1.57s)
Fetched https://github.com/swhitty/FlyingFox from cache (1.57s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.59s)
[1/6247] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-log from cache (0.77s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.60s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 1.0.0 (2.97s)
Fetching https://github.com/dfed/swift-async-queue
[1/1691] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.51s)
Computing version for https://github.com/swhitty/FlyingFox
Computed https://github.com/swhitty/FlyingFox at 0.26.2 (1.30s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (0.80s)
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite from cache (1.37s)
Computing version for https://github.com/1024jp/GzipSwift
warning: 'gzipswift': /Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/1024jp/GzipSwift at 6.1.0 (2.17s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (4.69s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.91s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (0.86s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.5.0 (0.82s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.78s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 1.0.1 (0.65s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.5 (0.56s)
Fetching https://github.com/apple/swift-collections.git
[1/23583] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.04s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (3.02s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.46s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/dfed/swift-async-queue
Working copy of https://github.com/dfed/swift-async-queue resolved at 1.0.1
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 1.0.0
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.1.0
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.5
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.16.0
Creating working copy for https://github.com/swhitty/FlyingFox
Working copy of https://github.com/swhitty/FlyingFox resolved at 0.26.2
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.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.4.1
warning: 'gzipswift': /host/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'spi-builder-workspace': ignoring duplicate product 'FlyingFox' from package 'flyingfox'
warning: 'spi-builder-workspace': ignoring duplicate product 'FlyingFox' from package 'flyingfox'
Building for debugging...
[0/62] Write sources
[6/62] Copying PrivacyInfo.xcprivacy
[7/62] Write sources
[26/62] Compiling system-zlib anchor.c
[27/62] Compiling CSystem shims.c
[28/62] Compiling _AtomicsShims.c
[29/62] Write swift-version-24593BA9C3E375BF.txt
[31/169] Emitting module Atomics
[32/171] Compiling Atomics OptionalRawRepresentable.swift
[33/171] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
[34/171] Compiling FlyingSocks AsyncBufferedSequence.swift
[35/173] Compiling Atomics AtomicMemoryOrderings.swift
[36/173] Compiling Atomics DoubleWord.swift
[37/173] Compiling Atomics ManagedAtomicLazyReference.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[40/173] Emitting module InternalCollectionsUtilities
[41/173] Compiling Atomics IntegerConformances.swift
[42/173] Compiling Atomics PointerConformances.swift
[43/173] Compiling Atomics Primitives.native.swift
[44/173] Compiling Atomics UnsafeAtomic.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[45/176] Compiling FlyingSocks AsyncSocket.swift
[46/176] Compiling FlyingSocks ConsumingAsyncSequence.swift
[47/176] Compiling FlyingSocks IdentifiableContinuation.swift
[48/176] Compiling Atomics AtomicStorage.swift
[49/176] Compiling Atomics AtomicValue.swift
[52/176] Compiling Atomics ManagedAtomic.swift
[57/176] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/176] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/176] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/177] Emitting module SystemPackage
[70/181] Compiling Logging LogEvent.swift
[89/307] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[90/307] Compiling OrderedCollections OrderedDictionary+Values.swift
[91/307] Compiling OrderedCollections OrderedDictionary.swift
[92/307] Compiling OrderedCollections OrderedSet+Codable.swift
[93/307] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/307] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/307] Compiling OrderedCollections OrderedSet+Diffing.swift
[96/307] Compiling OrderedCollections OrderedSet+Equatable.swift
[97/307] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[98/307] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[99/307] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[100/307] Compiling OrderedCollections OrderedDictionary+Elements.swift
[101/307] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[102/307] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[103/307] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[104/307] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[105/307] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[106/307] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/307] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[108/307] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[109/307] Compiling Logging MetadataProvider.swift
[110/307] Compiling OrderedCollections OrderedDictionary+Codable.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[111/307] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[114/307] Emitting module Logging
[115/307] Compiling Logging Locks.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/307] Emitting module FlyingSocks
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[120/307] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[121/307] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[122/307] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[123/307] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[128/307] Compiling AnyCodable AnyDecodable.swift
[129/307] Compiling AnyCodable AnyCodable.swift
[130/307] Emitting module AnyCodable
[131/307] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[132/307] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[133/307] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[134/307] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[135/307] Emitting module Gzip
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:34:12: error: no such module 'zlib'
32 | import zlibLinux
33 | #else
34 | import zlib
| `- error: no such module 'zlib'
35 | #endif
36 |
[136/307] Compiling Gzip Data+Gzip.swift
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:34:12: error: no such module 'zlib'
32 | import zlibLinux
33 | #else
34 | import zlib
| `- error: no such module 'zlib'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
30 | //
31 |
32 | import Dispatch
| `- error: no such module 'Dispatch'
33 | import Foundation
34 |
[144/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[145/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[146/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[147/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[148/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[149/307] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[150/307] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[151/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/314] Compiling Logging LogHandler.swift
[158/314] Compiling SQLiteSwiftCSQLite sqlite3.c
BUILD FAILURE 6.2 wasm