Build Information
Failed to build RSSwiftNetworking, reference main (c1a44b
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 17:56:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rootstrap/RSSwiftNetworking.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/rootstrap/RSSwiftNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c1a44b6 Merge pull request #17 from rootstrap/refactor/version-number-fix
Cloned https://github.com/rootstrap/RSSwiftNetworking.git
Revision (git rev-parse @):
c1a44b60c4e949092629948158a2b27472a5e0be
SUCCESS checkout https://github.com/rootstrap/RSSwiftNetworking.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rootstrap/RSSwiftNetworking.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.83s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (4.83s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/66] Emitting module RSSwiftNetworking
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/69] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[8/74] Compiling Alamofire RequestTaskMap.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[9/74] Compiling Alamofire Response.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[10/74] Compiling Alamofire Session.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[11/74] Compiling RSSwiftNetworking EncodingConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[12/74] Compiling RSSwiftNetworking Endpoint.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[13/74] Compiling RSSwiftNetworking HTTPHeader.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[14/74] Compiling RSSwiftNetworking RailsAPIEndpoint.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[15/74] Compiling RSSwiftNetworking APIEndpoint.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[16/74] Compiling RSSwiftNetworking DecodingConfiguration.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[17/74] Compiling RSSwiftNetworking JSONDecoder+DecodingConfiguration.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[18/74] Compiling RSSwiftNetworking String+File.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[19/74] Compiling RSSwiftNetworking Base64Media.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[20/74] Compiling RSSwiftNetworking MultipartMedia.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[21/74] Compiling RSSwiftNetworking APIClient.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[22/74] Compiling RSSwiftNetworking Cancellable.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[23/74] Compiling RSSwiftNetworking ParameterEncoding.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[24/74] Compiling RSSwiftNetworking RailsAPIHeadersProvider.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[25/74] Compiling RSSwiftNetworking Network.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[32/74] Compiling RSSwiftNetworking APIClient+Concurrency.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[33/74] Compiling RSSwiftNetworking Data+Base64.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[34/74] Compiling RSSwiftNetworking Endpoint+URLRequest.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[35/74] Compiling RSSwiftNetworking HeaderProvider.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[36/74] Compiling RSSwiftNetworking NetworkProvider.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
[37/74] Compiling RSSwiftNetworking BaseAPIClient.swift
/host/spi-builder-workspace/Sources/RSSwiftNetworking/Errors/APIClientError.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public enum APIClientError: LocalizedError {
BUILD FAILURE 6.2 wasm