Build Information
Failed to build DBNetworkStack, reference 4.0.0 (516e1a), with Swift 6.2 for Wasm on 11 Jul 2025 12:18:34 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dbsystel/DBNetworkStack.git
Reference: 4.0.0
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/dbsystel/DBNetworkStack
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at 516e1a4 Merge pull request #112 from dbsystel/release/4.0
Cloned https://github.com/dbsystel/DBNetworkStack.git
Revision (git rev-parse @):
516e1a437fbe6a9435cb57f35ef31b95501a0405
SUCCESS checkout https://github.com/dbsystel/DBNetworkStack.git at 4.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dbsystel/DBNetworkStack.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/21] Compiling DBNetworkStack URL+StaticStringInit.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[4/21] Compiling DBNetworkStack URLRequest+Init.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[5/23] Compiling DBNetworkStack URLRequest+Modifications.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[6/23] Compiling DBNetworkStack URLSession+NetworkAccess.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[7/23] Compiling DBNetworkStack HTTPMethod.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[8/23] Compiling DBNetworkStack NetworkAccess.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[9/23] Compiling DBNetworkStack NetworkError.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/23] Emitting module DBNetworkStack
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[11/23] Compiling DBNetworkStack Resource+Map.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[12/23] Compiling DBNetworkStack Resource+Void.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[13/23] Compiling DBNetworkStack Resource.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[14/23] Compiling DBNetworkStack ResourceWithError+NetworkErrorConvertible.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[15/23] Compiling DBNetworkStack BasicNetworkService.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[16/23] Compiling DBNetworkStack ModifyRequestNetworkService.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[17/23] Compiling DBNetworkStack NetworkServiceMock.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[18/23] Compiling DBNetworkStack NetworkErrorConvertible.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[19/23] Compiling DBNetworkStack NetworkService+ResourceWithError.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[20/23] Compiling DBNetworkStack NetworkService.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[21/23] Compiling DBNetworkStack RetryNetworkService.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[22/23] Compiling DBNetworkStack Resource+Decodable.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
[23/23] Compiling DBNetworkStack Resource+Inspect.swift
/host/spi-builder-workspace/Source/HTTPMethod.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | // swiftlint:disable identifier_name
BUILD FAILURE 6.2 wasm