Build Information
Failed to build KeyPathKit, reference 1.6.1 (7d7728
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 19:56:56 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vincent-pradeilles/KeyPathKit.git
Reference: 1.6.1
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/vincent-pradeilles/KeyPathKit
* tag 1.6.1 -> FETCH_HEAD
HEAD is now at 7d77281 Update to version 1.6.1
Cloned https://github.com/vincent-pradeilles/KeyPathKit.git
Revision (git rev-parse @):
7d7728142a7f80f7d0ad396d153389ab5dde23ae
SUCCESS checkout https://github.com/vincent-pradeilles/KeyPathKit.git at 1.6.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vincent-pradeilles/KeyPathKit.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/32] Compiling KeyPathKit filter.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[4/32] Compiling KeyPathKit filterIn.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[5/32] Compiling KeyPathKit filterLess.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[6/32] Compiling KeyPathKit filterLike.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[7/32] Compiling KeyPathKit between.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[8/32] Compiling KeyPathKit contains.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[9/32] Compiling KeyPathKit distinct.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[10/32] Compiling KeyPathKit drop.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[11/32] Compiling KeyPathKit DoubleTypePredicate+Operators.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[12/32] Compiling KeyPathKit DoubleTypePredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[13/32] Compiling KeyPathKit joinPredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[14/32] Compiling KeyPathKit and.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[15/32] Compiling KeyPathKit average.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[16/36] Compiling KeyPathKit sum.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[17/36] Compiling KeyPathKit KeyPathSingleTypePredicate+Operators.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[18/36] Compiling KeyPathKit KeyPathSingleTypePredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[19/36] Compiling KeyPathKit containsPredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/36] Emitting module KeyPathKit
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[21/36] Compiling KeyPathKit filterMore.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[22/36] Compiling KeyPathKit first.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[23/36] Compiling KeyPathKit flatMap.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[24/36] Compiling KeyPathKit groupBy.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[25/36] Compiling KeyPathKit dropPredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[26/36] Compiling KeyPathKit filterPredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[27/36] Compiling KeyPathKit firstPredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[28/36] Compiling KeyPathKit prefixPredicate.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[29/36] Compiling KeyPathKit join.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[30/36] Compiling KeyPathKit map.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[31/36] Compiling KeyPathKit mapTo.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[32/36] Compiling KeyPathKit max.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[33/36] Compiling KeyPathKit min.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[34/36] Compiling KeyPathKit or.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[35/36] Compiling KeyPathKit prefix.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
[36/36] Compiling KeyPathKit sorted.swift
/host/spi-builder-workspace/Sources/DoubleTypePredicate/DoubleTypePredicate+Operators.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public func == <Element, OtherElement, T: Equatable>(_ leftAttribute: KeyPath<Element, T>, _ rightAttribute: KeyPath<OtherElement, T>) -> KeyPathDoubleTypePredicate<Element, OtherElement> {
BUILD FAILURE 6.2 wasm