The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftKueryORM, reference 1.0.1 (bce5e0), with Swift 6.3 for Wasm on 12 Apr 2026 23:38:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-ORM.git
Reference: 1.0.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/Kitura/Swift-Kuery-ORM
 * tag               1.0.1      -> FETCH_HEAD
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 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Kitura/Swift-Kuery-ORM.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/KituraContracts.git
Fetching https://github.com/Kitura/TypeDecoder.git
Fetching https://github.com/Kitura/Swift-Kuery.git
[1/2546] Fetching kituracontracts
[434/3005] Fetching kituracontracts, typedecoder
[1215/8666] Fetching kituracontracts, typedecoder, swift-kuery
Fetched https://github.com/Kitura/TypeDecoder.git from cache (0.42s)
[4301/8207] Fetching kituracontracts, swift-kuery
Fetched https://github.com/Kitura/KituraContracts.git from cache (0.44s)
[1982/5661] Fetching swift-kuery
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (1.67s)
Computing version for https://github.com/Kitura/TypeDecoder.git
Computed https://github.com/Kitura/TypeDecoder.git at 2.0.0 (2.37s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 4.0.0 (0.74s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.39s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.12s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 2.0.0 (1.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.17s)
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
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/TypeDecoder.git
Working copy of https://github.com/Kitura/TypeDecoder.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
[8/16] Compiling Logging MetadataProvider.swift
[9/16] Compiling Logging LogHandler.swift
[10/16] Compiling Logging Locks.swift
[11/16] Compiling Logging LogEvent.swift
[12/16] Emitting module Logging
[13/16] Compiling Logging Logging.swift
[15/17] Emitting module TypeDecoder
[16/17] Compiling TypeDecoder TypeDecoder.swift
[17/17] Compiling TypeDecoder OrderedDictionary.swift
[19/20] Emitting module LoggerAPI
[20/20] Compiling LoggerAPI Logger.swift
[22/74] Compiling SwiftKuery QueryError.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery QueryResult.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery QuerySuffixProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery Raw.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery RawField.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery ResultFetcher.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery Index.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery IndexColumn.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery IndexColumnOrdered.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery Insert.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery Join.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling SwiftKuery Migration.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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)
[34/74] Emitting module SwiftKuery
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/74] Compiling KituraContracts QueryDecoder.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryDecoder.swift:210:29: error: 'let' binding pattern cannot appear in an expression
208 |                     fatalError("ISO8601DateFormatter is unavailable on this platform.")
209 |                 }
210 |             case .formatted(let formatted):
    |                             `- error: 'let' binding pattern cannot appear in an expression
211 |                 return try decodeType(fieldValue?.date(formatted), to: T.self)
212 |             case .custom(let closure):
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryDecoder.swift:233:29: error: 'let' binding pattern cannot appear in an expression
231 |                     fatalError("ISO8601DateFormatter is unavailable on this platform.")
232 |                 }
233 |             case .formatted(let formatter):
    |                             `- error: 'let' binding pattern cannot appear in an expression
234 |                 return try decodeType(fieldValue?.dateArray(formatter), to: T.self)
235 |             case .custom(let closure):
[36/74] Compiling KituraContracts QueryEncoder.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryEncoder.swift:352:29: error: 'let' binding pattern cannot appear in an expression
350 |         case let fieldValue as Date:
351 |             switch encoder.dateEncodingStrategy {
352 |             case .formatted(let formatter):
    |                             `- error: 'let' binding pattern cannot appear in an expression
353 |                 encoder.dictionary[fieldName] = formatter.string(from: fieldValue)
354 |                 encoder.anyDictionary[fieldName] = fieldValue
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryEncoder.swift:406:29: error: 'let' binding pattern cannot appear in an expression
404 |                     fatalError("ISO8601DateFormatter is unavailable on this platform.")
405 |                 }
406 |             case .formatted(let formatter):
    |                             `- error: 'let' binding pattern cannot appear in an expression
407 |                 let strs: [String] = fieldValue.map { formatter.string(from: $0) }
408 |                 encoder.dictionary[fieldName] = strs.joined(separator: ",")
[37/75] Compiling KituraContracts ClosureAliases.swift
[38/75] Compiling KituraContracts BodyFormat.swift
[39/75] Compiling KituraContracts Coder.swift
[40/75] Compiling SwiftKuery AggregateColumnExpression.swift
[41/75] Compiling SwiftKuery AuxiliaryTable.swift
[42/75] Compiling KituraContracts Extensions.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/Extensions.swift:214:25: error: 'let' binding pattern cannot appear in an expression
212 |
213 |         switch decoderStrategy {
214 |         case .formatted(let formatter):
    |                         `- error: 'let' binding pattern cannot appear in an expression
215 |             let strs: [String] = self.components(separatedBy: ",")
216 |             let dates = strs.map { formatter.date(from: $0) }.filter { $0 != nil }.map { $0! }
[43/75] Emitting module KituraContracts
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery Buildable.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery Column.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery ColumnCreator.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery Condition.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery ConditionalClause.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery Connection.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery ConnectionPool.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery ConnectionPoolConnection.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery ConnectionPoolOptions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/75] Compiling SwiftKuery Delete.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery ResultSet.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery SQLDataType.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery ScalarColumnExpression.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery Select.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery SpecialOperators_Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery String+Buildable.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery OrderBy.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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/81] Compiling SwiftKuery Parameter.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[65/81] Compiling SwiftKuery Predicate.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[66/81] Compiling SwiftKuery PreparedStatement.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[67/81] Compiling SwiftKuery Query.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[68/81] Compiling SwiftKuery QueryBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[69/81] Compiling SwiftKuery Field.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[70/81] Compiling SwiftKuery Filter.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[71/81] Compiling SwiftKuery FilterAndHaving_Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[72/81] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[73/81] Compiling SwiftKuery ForeignKey.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[74/81] Compiling SwiftKuery Having.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[75/81] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[76/81] Compiling SwiftKuery Table.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[77/81] Compiling SwiftKuery Union.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[78/81] Compiling SwiftKuery Update.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[79/81] Compiling SwiftKuery Utils.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[80/81] Compiling SwiftKuery With.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/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
[81/81] Compiling KituraContracts Contracts.swift
BUILD FAILURE 6.3 wasm