The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CleevioStorageLibrary, reference 0.5.0 (7bf98b), with Swift 6.2 for Wasm on 23 Jun 2025 09:17:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/cleevio/CleevioStorage.git
Reference: 0.5.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/cleevio/CleevioStorage
 * tag               0.5.0      -> FETCH_HEAD
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 0.5.0
========================================
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-4609320-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/pointfreeco/swift-concurrency-extras
Fetching https://github.com/cleevio/CleevioCore.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/213] Fetching cleeviocore
[214/1074] Fetching cleeviocore, swift-concurrency-extras
[456/5460] Fetching cleeviocore, swift-concurrency-extras, keychainaccess
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.37s)
[3844/5247] Fetching swift-concurrency-extras, keychainaccess
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.69s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.70s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (2.93s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (0.48s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.66s)
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
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/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
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 CleevioCore BaseUIHostingController.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 |
[8/22] Compiling CleevioCore BaseUIViewController.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 |
[9/23] Compiling CleevioCore DismissHandler.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 Bundle+.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 |
[11/23] 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)
[12/23] Compiling CleevioCore HashableType.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 |
[13/23] Compiling CleevioCore ViewModelType.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 |
[14/23] Compiling CleevioCore CancelBag.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 |
[15/23] Compiling CleevioCore ErrorIndicator.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 |
[16/23] Compiling CleevioCore ErrorLogging.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 |
[17/23] Compiling CleevioCore AssociatedObjectHelper.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