Build Information
Failed to build SwifQLNIO, reference master (72d0ca
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 14:26:49 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MihaelIsaev/SwifQLNIO.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/MihaelIsaev/SwifQLNIO
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 72d0ca6 Update README.md
Cloned https://github.com/MihaelIsaev/SwifQLNIO.git
Revision (git rev-parse @):
72d0ca6be51c67db9d29426f9024a5da4168968f
SUCCESS checkout https://github.com/MihaelIsaev/SwifQLNIO.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/MihaelIsaev/SwifQLNIO.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/apple/swift-nio.git
Fetching https://github.com/MihaelIsaev/SwifQL.git
[1/2366] Fetching swifql
[2367/78693] Fetching swifql, swift-nio
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (5.55s)
Fetched https://github.com/apple/swift-nio.git from cache (5.66s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (8.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.87s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[702/6225] Fetching swift-atomics, swift-system
[3835/22865] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.45s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling _AtomicsShims.c
[11/22] Compiling CNIOLinux shim.c
[13/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Write sources
[15/22] Compiling CNIOWindows WSAStartup.c
[16/22] Compiling CNIOLinux liburing_shims.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling CNIOWindows shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/124] Emitting module SwifQL
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[22/132] Emitting module _NIOBase64
[22/132] Compiling c-nioatomics.c
[23/132] Compiling c-atomics.c
[25/138] Compiling SwifQL CaseWhen.swift
[26/138] Compiling SwifQL CastType.swift
[27/138] Emitting module InternalCollectionsUtilities
[28/139] Compiling SwifQL PostgresArray.swift
[29/139] Compiling SwifQL PostgresJsonObject.swift
[30/139] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/139] Compiling SwifQL Column.swift
[32/139] Compiling SwifQL Distinct.swift
[33/139] Compiling SwifQL SwifQLable+Raw.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[34/139] Compiling SwifQL SwifQLable+Returning.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[35/139] Compiling SwifQL SwifQLable+Select.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[36/139] Compiling SwifQL SwifQLable+Subscript.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[37/139] Compiling SwifQL SwifQLable+Timestamp.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[38/139] Compiling SwifQL SwifQLable+Types.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[39/139] Compiling SwifQL SwifQLable+Union.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[40/139] Compiling SwifQL SwifQLable+Update.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[41/139] Compiling SwifQL SwifQLable+Values.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[42/139] Compiling SwifQL KeyPath.swift
[43/139] Compiling SwifQL Operators.swift
[44/139] Compiling SwifQL FormattedKeyPath.swift
[47/139] Compiling SwifQL Functions.swift
[51/141] Compiling SwifQL ExtractFieldValue.swift
[52/141] Compiling SwifQL FluentKitFieldable.swift
[53/141] Compiling SwifQL SwifQLable+NotILike.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[54/141] Compiling SwifQL SwifQLable+NotIn.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[55/141] Compiling SwifQL SwifQLable+NotLike.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[56/141] Compiling SwifQL SwifQLable+Nothing.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[57/141] Compiling SwifQL SwifQLable+Offset.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[58/141] Compiling SwifQL SwifQLable+On.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[59/141] Compiling SwifQL SwifQLable+Or.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[60/141] Compiling SwifQL SwifQLable+OrderBy.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[61/141] Compiling SwifQL SwifQLable+Overlaps.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[62/141] Compiling SwifQL SwifQLable+Interval.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[63/141] Compiling SwifQL SwifQLable+IsNotNull.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[64/141] Compiling SwifQL SwifQLable+IsNull.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[65/141] Compiling SwifQL SwifQLable+Join.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[66/141] Compiling SwifQL SwifQLable+Like.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[67/141] Compiling SwifQL SwifQLable+Limit.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[68/141] Compiling SwifQL SwifQLable+Not.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[69/141] Compiling SwifQL SwifQLable+NotBetween.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[70/141] Compiling SwifQL SwifQLable+NotExists.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[71/141] Compiling SwifQL SwifQLable+Where.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[72/141] Compiling SwifQL SwifQLable+WhereExists.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[73/141] Compiling SwifQL SwifQLable+WhereNotExists.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[74/141] Compiling SwifQL SwifQLable+With.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[75/141] Compiling SwifQL SwifQLable.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[76/141] Compiling SwifQL Table.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[77/141] Compiling SwifQL TableWithColumn.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[78/141] Compiling SwifQL Tableable.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[79/141] Compiling Atomics Unmanaged extensions.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[80/141] Compiling SwifQL SwifQLable+Alter.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[81/141] Compiling SwifQL SwifQLable+And.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[82/141] Compiling SwifQL SwifQLable+Between.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[83/141] Compiling SwifQL SwifQLable+Conflict.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[84/141] Compiling SwifQL SwifQLable+Constraint.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[85/141] Compiling SwifQL SwifQLable+Delete.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[86/141] Compiling SwifQL SwifQLable+Do.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[87/141] Compiling SwifQL SwifQLable+Epoch.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[88/141] Compiling SwifQL SwifQLable+Exists.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[89/141] Compiling SwifQL SwifQLable+Filter.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[90/141] Compiling SwifQL SwifQLable+From.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[91/141] Compiling SwifQL SwifQLable+Fulltext.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[92/141] Compiling SwifQL SwifQLable+GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[93/141] Compiling SwifQL SwifQLable+Having.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[94/141] Compiling SwifQL SwifQLable+ILike.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[95/141] Compiling SwifQL SwifQLable+In.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[96/141] Compiling SwifQL SwifQLable+InsertInto.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[109/141] Compiling SwifQL Predicates.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[110/141] Compiling SwifQL Protocols.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[111/141] Compiling SwifQL StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[112/141] Compiling SwifQL SwifQL.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[113/141] Compiling SwifQL SwifQLJoinBuilder.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[114/141] Compiling Atomics IntegerOperations.swift
/host/spi-builder-workspace/.build/checkouts/SwifQL/Sources/SwifQL/CaseWhen.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public class Case {
[121/141] Emitting module Atomics
[122/141] Compiling _NIODataStructures PriorityQueue.swift
BUILD FAILURE 6.2 wasm