The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftKuery, reference master (b9f535), with Swift 6.3 for Wasm on 12 Apr 2026 11:00:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Swift-Kuery.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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b9f5355 Update TravisCI rules (remove Swift 4.x; add Swift 5.4); update github org to Kitura (#204)
Cloned https://github.com/Kitura/Swift-Kuery.git
Revision (git rev-parse @):
b9f53552fadf85ac0782dce4f9880d9d8189a4b3
SUCCESS checkout https://github.com/Kitura/Swift-Kuery.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Kitura/Swift-Kuery.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.27s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.74s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.68s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Emitting module Logging
[6/10] Compiling Logging Locks.swift
[7/10] Compiling Logging MetadataProvider.swift
[8/10] Compiling Logging LogHandler.swift
[9/10] Compiling Logging LogEvent.swift
[10/10] Compiling Logging Logging.swift
[12/13] Emitting module LoggerAPI
[13/13] Compiling LoggerAPI Logger.swift
[15/58] Compiling SwiftKuery OrderBy.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[16/58] Compiling SwiftKuery Parameter.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[17/58] Compiling SwiftKuery Predicate.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[18/58] Compiling SwiftKuery PreparedStatement.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[19/58] Compiling SwiftKuery Query.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[20/58] Compiling SwiftKuery QueryBuilder.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/64] Emitting module SwiftKuery
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[22/64] Compiling SwiftKuery AggregateColumnExpression.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[23/64] Compiling SwiftKuery AuxiliaryTable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[24/64] Compiling SwiftKuery Buildable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[25/64] Compiling SwiftKuery Column.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[26/64] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[27/64] Compiling SwiftKuery ColumnCreator.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[28/64] Compiling SwiftKuery Condition.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |
 25 |     /// The aggregate function to apply.
 26 |     public private (set) var function: AggregateFunction
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 27 |
 28 |     init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[29/64] Compiling SwiftKuery Index.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[30/64] Compiling SwiftKuery IndexColumn.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[31/64] Compiling SwiftKuery IndexColumnOrdered.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[32/64] Compiling SwiftKuery Insert.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[33/64] Compiling SwiftKuery Join.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[34/64] Compiling SwiftKuery Migration.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[35/64] Compiling SwiftKuery ResultSet.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[36/64] Compiling SwiftKuery SQLDataType.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[37/64] Compiling SwiftKuery ScalarColumnExpression.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[38/64] Compiling SwiftKuery Select.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[39/64] Compiling SwiftKuery SpecialOperators_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[40/64] Compiling SwiftKuery String+Buildable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[41/64] Compiling SwiftKuery ConditionalClause.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[42/64] Compiling SwiftKuery Connection.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[43/64] Compiling SwiftKuery ConnectionPool.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[44/64] Compiling SwiftKuery ConnectionPoolConnection.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[45/64] Compiling SwiftKuery ConnectionPoolOptions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[46/64] Compiling SwiftKuery Delete.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[47/64] Compiling SwiftKuery QueryError.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[48/64] Compiling SwiftKuery QueryResult.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[49/64] Compiling SwiftKuery QuerySuffixProtocol.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[50/64] Compiling SwiftKuery Raw.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[51/64] Compiling SwiftKuery RawField.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[52/64] Compiling SwiftKuery ResultFetcher.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[53/64] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[54/64] Compiling SwiftKuery Table.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[55/64] Compiling SwiftKuery Union.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[56/64] Compiling SwiftKuery Update.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[57/64] Compiling SwiftKuery Utils.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[58/64] Compiling SwiftKuery With.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[59/64] Compiling SwiftKuery Field.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[60/64] Compiling SwiftKuery Filter.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[61/64] Compiling SwiftKuery FilterAndHaving_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[62/64] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[63/64] Compiling SwiftKuery ForeignKey.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
[64/64] Compiling SwiftKuery Having.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:17:8: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | import Dispatch
    |        `- error: no such module 'Dispatch'
 18 | #if os(Linux)
 19 |     import Glibc
BUILD FAILURE 6.3 wasm