Build Information
Failed to build SwiftKueryORM, reference master (bce5e0
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 10:52:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Kitura/Swift-Kuery-ORM.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/Kitura/Swift-Kuery-ORM
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bce5e01 Adding a public typealias for Database (#132)
Cloned https://github.com/Kitura/Swift-Kuery-ORM.git
Revision (git rev-parse @):
bce5e015494d714d0974d2dc4336c1c58fd58411
SUCCESS checkout https://github.com/Kitura/Swift-Kuery-ORM.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Kitura/Swift-Kuery-ORM.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/Kitura/TypeDecoder.git
Fetching https://github.com/Kitura/Swift-Kuery.git
Fetching https://github.com/Kitura/KituraContracts.git
[1/2546] Fetching kituracontracts
[2/3005] Fetching kituracontracts, typedecoder
[288/8666] Fetching kituracontracts, typedecoder, swift-kuery
Fetched https://github.com/Kitura/TypeDecoder.git from cache (0.36s)
[3795/8207] Fetching kituracontracts, swift-kuery
Fetched https://github.com/Kitura/KituraContracts.git from cache (0.48s)
[2661/5661] Fetching swift-kuery
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (2.40s)
Computing version for https://github.com/Kitura/TypeDecoder.git
Computed https://github.com/Kitura/TypeDecoder.git at 2.0.0 (2.86s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 4.0.0 (0.69s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.31s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.80s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 2.0.0 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Creating working copy for https://github.com/Kitura/TypeDecoder.git
Working copy of https://github.com/Kitura/TypeDecoder.git resolved at 2.0.0
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/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/Kitura/KituraContracts.git
Working copy of https://github.com/Kitura/KituraContracts.git resolved at 2.0.0
Creating working copy for https://github.com/Kitura/Swift-Kuery.git
Working copy of https://github.com/Kitura/Swift-Kuery.git resolved at 4.0.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/15] Emitting module TypeDecoder
/host/spi-builder-workspace/.build/checkouts/TypeDecoder/Sources/TypeDecoder/TypeDecoder.swift:16:8: error: no such module 'Foundation'
14 | * limitations under the License.
15 | */
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 | struct InternalError: Error {
[9/15] Compiling TypeDecoder OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/TypeDecoder/Sources/TypeDecoder/TypeDecoder.swift:16:8: error: no such module 'Foundation'
14 | * limitations under the License.
15 | */
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 | struct InternalError: Error {
[10/15] Compiling TypeDecoder TypeDecoder.swift
/host/spi-builder-workspace/.build/checkouts/TypeDecoder/Sources/TypeDecoder/TypeDecoder.swift:16:8: error: no such module 'Foundation'
14 | * limitations under the License.
15 | */
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 | struct InternalError: Error {
BUILD FAILURE 6.2 wasm