Build Information
Failed to build CleevioStorageLibrary, reference master (7bf98b), with Swift 6.2 for Wasm on 23 Jun 2025 09:18:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/cleevio/CleevioStorage.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/cleevio/CleevioStorage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7bf98bb Merge pull request #2 from cleevio/swift6-compilation-mode
Cloned https://github.com/cleevio/CleevioStorage.git
Revision (git rev-parse @):
7bf98bb05f5abaafcbc370b78ca95de38b6d12c6
SUCCESS checkout https://github.com/cleevio/CleevioStorage.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/cleevio/CleevioStorage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/cleevio/CleevioCore.git
[1/861] Fetching swift-concurrency-extras
[79/1074] Fetching swift-concurrency-extras, cleeviocore
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.42s)
[862/5247] Fetching swift-concurrency-extras, keychainaccess
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.47s)
[746/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.11s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (6.15s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (0.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.62s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/cleevio/CleevioCore.git
Working copy of https://github.com/cleevio/CleevioCore.git resolved at 2.2.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
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/22] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:26:8: error: no such module 'Foundation'
24 | // THE SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 | import Security
28 | #if os(iOS) || os(OSX)
[7/22] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:26:8: error: no such module 'Foundation'
24 | // THE SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 | import Security
28 | #if os(iOS) || os(OSX)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/22] Emitting module CleevioCore
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Combine
10 |
[9/23] Compiling CleevioCore Activity.swift
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Combine
10 |
[10/23] Compiling CleevioCore ActivityIndicator.swift
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Combine
10 |
BUILD FAILURE 6.2 wasm