Build Information
Failed to build ws, reference master (a44e64), with Swift 6.3 for Wasm on 12 Apr 2026 13:40:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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/freshOS/ws-deprecated.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/freshOS/ws-deprecated.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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/Alamofire/Alamofire
Fetching https://github.com/freshOS/Arrow
Fetching https://github.com/freshOS/Then
[1/1458] Fetching arrow
[512/32955] Fetching arrow, alamofire
[3434/34945] Fetching arrow, alamofire, then
Fetched https://github.com/freshOS/Arrow from cache (0.92s)
[8453/33487] Fetching alamofire, then
Fetched https://github.com/freshOS/Then from cache (3.39s)
Fetched https://github.com/Alamofire/Alamofire from cache (3.72s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 4.9.1 (4.19s)
Computing version for https://github.com/freshOS/Then
Computed https://github.com/freshOS/Then at 5.1.3 (0.46s)
Computing version for https://github.com/freshOS/Arrow
Computed https://github.com/freshOS/Arrow at 5.1.2 (0.45s)
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 4.9.1
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/freshOS/Then
Working copy of https://github.com/freshOS/Then resolved at 5.1.3
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 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
[7/54] 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
[8/54] 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
[9/54] 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
[10/54] 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/54] 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/54] 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/54] 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/54] Compiling Then Promise+BridgeError.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/54] Compiling Then Promise+Chain.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/54] Compiling Then Promise+Delay.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/54] Compiling Then Promise+Error.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/54] 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 |
[19/54] 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 |
[20/54] 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 | /**
[21/54] 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
[22/54] 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
[23/54] 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
[24/54] 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
[25/54] 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
[26/54] 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
/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 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 |
/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/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
[36/56] 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
[37/56] 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
[38/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
[39/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/56] 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 |
/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 |
[43/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 |
[44/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 |
[45/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 |
[46/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 |
/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
/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)
[52/56] 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 | /**
[53/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 | /**
[54/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 | /**
BUILD FAILURE 6.3 wasm