The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwifQLNIO, reference 2.2.0 (2923b7), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 14:27:21 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/MihaelIsaev/SwifQLNIO.git
Reference: 2.2.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/MihaelIsaev/SwifQLNIO
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 2923b76 Set minimum SwifQL version to 1.3.0
Cloned https://github.com/MihaelIsaev/SwifQLNIO.git
Revision (git rev-parse @):
2923b761415395fb49f984cdc5730ba59b58c2ab
SUCCESS checkout https://github.com/MihaelIsaev/SwifQLNIO.git at 2.2.0
========================================
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-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/MihaelIsaev/SwifQL.git
Fetching https://github.com/apple/swift-nio.git
[1/2366] Fetching swifql
[2367/78693] Fetching swifql, swift-nio
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (8.38s)
Fetched https://github.com/apple/swift-nio.git from cache (8.60s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (13.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.51s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[163/18437] Fetching swift-atomics, swift-collections
[654/22865] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
[8755/21068] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.47s)
Fetched https://github.com/apple/swift-collections.git from cache (2.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.43s)
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.c
[12/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling _AtomicsShims.c
[13/22] Write sources
[15/22] Compiling CNIOLinux shim.c
[16/22] Compiling CNIOLinux liburing_shims.c
[17/22] Compiling CNIOWindows WSAStartup.c
[18/22] Compiling CNIODarwin shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/124] Emitting module _NIOBase64
[22/124] Emitting module InternalCollectionsUtilities
[22/125] Compiling c-nioatomics.c
[23/125] Compiling c-atomics.c
[25/131] Compiling Atomics AtomicInteger.swift
[26/131] Compiling Atomics AtomicOptionalWrappable.swift
[27/131] Compiling Atomics AtomicReference.swift
[28/133] Compiling Atomics AtomicStorage.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 {
[29/133] Compiling Atomics AtomicValue.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 {
[30/133] Compiling Atomics ManagedAtomic.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 {
[31/133] Compiling Atomics ManagedAtomicLazyReference.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 {
[32/133] Compiling Atomics AtomicMemoryOrderings.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 {
[33/133] Compiling Atomics DoubleWord.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/133] Compiling Atomics UnsafeAtomic.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/133] Compiling Atomics UnsafeAtomicLazyReference.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/133] 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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[47/141] Compiling Atomics OptionalRawRepresentable.swift
[48/141] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/141] 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 {
[50/141] Compiling Atomics IntegerConformances.swift
[51/141] Compiling Atomics PointerConformances.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 {
[58/141] Compiling Atomics RawRepresentable.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 Atomics AtomicBool.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 {
[62/141] Compiling Atomics Primitives.native.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 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 {
[64/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 {
[65/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 {
[66/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 {
[67/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 {
[68/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 {
[69/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 {
[70/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 {
[71/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 {
[72/141] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/141] 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 {
[82/141] 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 {
[83/141] 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 {
[84/141] 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 {
[85/141] 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 {
[86/141] 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 {
[87/141] 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 {
[88/141] 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 {
[89/141] 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 {
[96/142] 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 {
[97/142] 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 {
[98/142] 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 {
[99/142] 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 {
[100/142] 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 {
[101/142] 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 {
[102/142] 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 {
[103/142] 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 {
[104/142] 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 {
[105/142] 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 {
[106/142] 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 {
[107/142] 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 {
[108/142] 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 {
[109/142] 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 {
[110/142] 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 {
[111/142] 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 {
[112/142] 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 {
[113/142] 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 {
[114/142] Compiling _NIOBase64 Base64.swift
[117/143] 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 {
[118/143] 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 {
[119/143] 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 {
[120/143] 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 {
[121/143] 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 {
[122/143] 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 {
[123/143] 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 {
[124/143] 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 {
[125/143] Emitting module Atomics
[132/143] Compiling _NIODataStructures _TinyArray.swift
[133/143] Emitting module _NIODataStructures
[134/143] Emitting module NIOConcurrencyHelpers
[138/144] Compiling NIOConcurrencyHelpers lock.swift
[139/144] Compiling _NIODataStructures Heap.swift
[140/144] Compiling _NIODataStructures PriorityQueue.swift
[142/145] Compiling NIOConcurrencyHelpers NIOLock.swift
[143/145] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[144/145] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[145/145] Compiling NIOConcurrencyHelpers atomics.swift
BUILD FAILURE 6.2 wasm