Build Information
Failed to build SnabblePay, reference 1.1.2 (071bb3), with Swift 6.2 for Wasm on 21 Jun 2025 01:43:41 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snabble/snabble-pay-ios-sdk.git
Reference: 1.1.2
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/snabble/snabble-pay-ios-sdk
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 071bb32 set version to 1.1.2 build 13 (#52)
Cloned https://github.com/snabble/snabble-pay-ios-sdk.git
Revision (git rev-parse @):
071bb3283372ab1e75aad824e71c5304b854a4f2
SUCCESS checkout https://github.com/snabble/snabble-pay-ios-sdk.git at 1.1.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/snabble/snabble-pay-ios-sdk.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
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/pointfreeco/swift-tagged
[1/1162] Fetching swift-tagged
[1163/4998] Fetching swift-tagged, swift-log
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.45s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (0.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.51s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/20] Compiling TestHelper TestingDefaults.swift
/host/spi-builder-workspace/Tests/Helper/MockNetworking.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension URLSession {
[9/20] Compiling TestHelper Resource.swift
/host/spi-builder-workspace/Tests/Helper/MockNetworking.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension URLSession {
[10/20] Compiling TestHelper MockURLProtocol.swift
/host/spi-builder-workspace/Tests/Helper/MockNetworking.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension URLSession {
[11/20] Compiling Tagged Tagged.swift
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Tagged where RawValue == UUID {
[12/20] Compiling Tagged UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Tagged where RawValue == UUID {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/20] Emitting module Tagged
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Tagged where RawValue == UUID {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/20] Emitting module TestHelper
/host/spi-builder-workspace/Tests/Helper/MockNetworking.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension URLSession {
[15/20] Compiling TestHelper MockNetworking.swift
/host/spi-builder-workspace/Tests/Helper/MockNetworking.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension URLSession {
[16/20] Compiling Logging LogHandler.swift
[17/20] Emitting module Logging
BUILD FAILURE 6.2 wasm