Build Information
Failed to build ws, reference 5.1.3 (a44e64
), with Swift 6.1 for Wasm on 28 May 2025 02:29:58 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/freshOS/ws-deprecated.git
Reference: 5.1.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/freshOS/ws-deprecated
* tag 5.1.3 -> FETCH_HEAD
HEAD is now at a44e643 Update ws.podspec
Cloned https://github.com/freshOS/ws-deprecated.git
Revision (git rev-parse @):
a44e643df48e1f1692e17075608b07d43a5dc407
SUCCESS checkout https://github.com/freshOS/ws-deprecated.git at 5.1.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/freshOS/ws-deprecated.git
https://github.com/freshOS/ws-deprecated.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "arrow",
"requirement" : {
"exact" : [
"5.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/freshOS/Arrow"
},
{
"identity" : "then",
"requirement" : {
"exact" : [
"5.1.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/freshOS/Then"
},
{
"identity" : "alamofire",
"requirement" : {
"exact" : [
"4.9.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire"
}
],
"manifest_display_name" : "ws",
"name" : "ws",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ws",
"targets" : [
"ws"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "wsTests",
"module_type" : "SwiftTarget",
"name" : "wsTests",
"path" : "Sources/wsTests",
"sources" : [
"Mapping.swift",
"mappingTests.swift",
"wsTests.swift"
],
"target_dependencies" : [
"ws"
],
"type" : "test"
},
{
"c99name" : "ws",
"module_type" : "SwiftTarget",
"name" : "ws",
"path" : "Sources/ws",
"product_dependencies" : [
"Arrow",
"Then",
"Alamofire"
],
"product_memberships" : [
"ws"
],
"sources" : [
"WS+Requests.swift",
"WS+TypedCalls.swift",
"WS.swift",
"WSError.swift",
"WSHTTPVerb.swift",
"WSLogger.swift",
"WSModelJSONParser.swift",
"WSNetworkIndicator.swift",
"WSRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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/Alamofire/Alamofire
Fetching https://github.com/freshOS/Arrow
Fetching https://github.com/freshOS/Then
[1/1458] Fetching arrow
[410/3448] Fetching arrow, then
[970/33589] Fetching arrow, then, alamofire
Fetched https://github.com/freshOS/Arrow from cache (4.37s)
Fetched https://github.com/Alamofire/Alamofire from cache (4.43s)
Fetched https://github.com/freshOS/Then from cache (4.43s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 4.9.1 (7.73s)
Computing version for https://github.com/freshOS/Then
Computed https://github.com/freshOS/Then at 5.1.3 (0.78s)
Computing version for https://github.com/freshOS/Arrow
Computed https://github.com/freshOS/Arrow at 5.1.2 (0.79s)
Creating working copy for https://github.com/freshOS/Then
Working copy of https://github.com/freshOS/Then resolved at 5.1.3
Creating working copy for https://github.com/freshOS/Arrow
Working copy of https://github.com/freshOS/Arrow resolved at 5.1.2
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 4.9.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/51] Emitting module Arrow
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/51] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[8/53] Compiling Then Promise+Chain.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[9/53] Compiling Then Promise+Delay.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[10/53] Compiling Then Promise+Progress.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[11/53] Compiling Then Promise+Race.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[12/53] Compiling Then Promise+Recover.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[13/53] Compiling Then Promise+Retry.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[14/53] Compiling Then Promise.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[15/53] Compiling Alamofire Timeline.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[16/53] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[17/56] Compiling Then PromiseState.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[18/56] Compiling Then VoidPromise.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[19/56] Compiling Then WhenAll.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[20/56] Compiling Arrow JSON.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[23/56] Compiling Arrow Arrow.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
[24/56] Compiling Then Promise+Error.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[26/56] Compiling Then Promise+Timeout.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[27/56] Compiling Then Promise+Unwrap.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[28/56] Compiling Then Async.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[29/56] Compiling Then Await+Operators.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[30/56] Compiling Arrow Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
[31/56] Compiling Then Promise+nil.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[32/56] Compiling Then Promise+Then.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[33/56] Compiling Then Promise+Validate.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[34/56] Compiling Then Promise+Zip.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[35/56] Compiling Then Await.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[36/56] Compiling Then Promise+Aliases.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[37/56] Compiling Then Promise+BridgeError.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[41/56] Compiling Then Promise+Finally.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[42/56] Compiling Then Promise+First.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[43/56] Compiling Then Promise+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[44/56] Compiling Then Promise+NoMatterWhat.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[52/56] Emitting module Then
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/47] Emitting module Then
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[3/47] Compiling Arrow JSON.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
[4/50] Compiling Arrow Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/50] Emitting module Arrow
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
[6/50] Compiling Arrow Arrow.swift
/host/spi-builder-workspace/.build/checkouts/Arrow/Source/Arrow.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /**
[7/50] Compiling Alamofire Response.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[8/50] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[9/50] Compiling Alamofire Result.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[10/50] Compiling Alamofire SessionManager.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[11/50] Compiling Alamofire NetworkReachabilityManager.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[12/50] Compiling Alamofire Notifications.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[13/50] Compiling Alamofire ParameterEncoding.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[14/50] Compiling Alamofire Request.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[15/50] Compiling Alamofire TaskDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[16/50] Compiling Alamofire ServerTrustPolicy.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[17/50] Compiling Alamofire SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[18/50] Compiling Then Promise+Retry.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[19/50] Compiling Alamofire AFError.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[20/50] Compiling Alamofire Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[21/50] Compiling Alamofire DispatchQueue+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[22/50] Compiling Alamofire MultipartFormData.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[23/50] Compiling Then PromiseState.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[24/50] Compiling Then VoidPromise.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[25/50] Compiling Then WhenAll.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[26/50] Compiling Then Promise+Then.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[27/50] Compiling Then Promise+Timeout.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[28/50] Compiling Then Promise+Unwrap.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[29/50] Compiling Then Promise+Validate.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[30/50] Compiling Then Promise+Zip.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[31/50] Compiling Then Promise+nil.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[32/50] Compiling Then Promise.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[33/50] Compiling Then PromiseBlocks.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
[34/50] Compiling Then PromiseError.swift
/host/spi-builder-workspace/.build/checkouts/Then/Source/Async.swift:10:8: error: no such module 'Dispatch'
8 |
9 | import Foundation
10 | import Dispatch
| `- error: no such module 'Dispatch'
11 |
12 | @discardableResult
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[48/52] Compiling Alamofire Timeline.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[49/52] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
BUILD FAILURE 6.1 wasm