Build Information
Failed to build SimpleNetworking, reference 1.1.5 (055710
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 21:16:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/0xWDG/SimpleNetworking.git
Reference: 1.1.5
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/0xWDG/SimpleNetworking
* tag 1.1.5 -> FETCH_HEAD
HEAD is now at 0557109 Fix posting
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
0557109b36ff4a6b7245e852a7d1b3148693e2fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at 1.1.5
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xWDG/SimpleNetworking.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/19] Compiling SimpleNetworking NetworkingError.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[5/19] Compiling SimpleNetworking POSTEncoding.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[6/21] Compiling SimpleNetworking Debug.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[7/21] Compiling SimpleNetworking HTTPHeader.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[8/21] Compiling SimpleNetworking logging.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[9/21] Compiling SimpleNetworking request.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[10/21] Compiling SimpleNetworking HTTPMethod.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[11/21] Compiling SimpleNetworking NetworkResponse.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[12/21] Compiling SimpleNetworking SNMock.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[13/21] Compiling SimpleNetworking resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[14/21] Compiling SimpleNetworking createHTTPBody.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[15/21] Compiling SimpleNetworking exec.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[16/21] Compiling SimpleNetworking WebSocket.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[17/21] Compiling SimpleNetworking cookies.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/21] Emitting module SimpleNetworking
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[19/21] Compiling SimpleNetworking isURL.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[20/21] Compiling SimpleNetworking toJSON.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
[21/21] Compiling SimpleNetworking SimpleNetworking.swift
/host/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift:11:8: error: no such module 'Foundation'
9 | // MIT LICENCE
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | extension SimpleNetworking {
BUILD FAILURE 6.2 wasm