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 SwiftKueryORM, reference 1.0.1 (bce5e0), with Swift 6.1 for Wasm on 28 May 2025 05:58:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.1
Building package at path:  $PWD
https://github.com/Kitura/Swift-Kuery-ORM.git
https://github.com/Kitura/Swift-Kuery-ORM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-kuery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Swift-Kuery.git"
    },
    {
      "identity" : "kituracontracts",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/KituraContracts.git"
    },
    {
      "identity" : "typedecoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/TypeDecoder.git"
    }
  ],
  "manifest_display_name" : "SwiftKueryORM",
  "name" : "SwiftKueryORM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKueryORM",
      "targets" : [
        "SwiftKueryORM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKueryORMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKueryORMTests",
      "path" : "Tests/SwiftKueryORMTests",
      "product_dependencies" : [
        "KituraContracts"
      ],
      "sources" : [
        "CommonUtils.swift",
        "Test.swift",
        "TestDelete.swift",
        "TestFind.swift",
        "TestId.swift",
        "TestSave.swift",
        "TestTable.swift",
        "TestUpdate.swift"
      ],
      "target_dependencies" : [
        "SwiftKueryORM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKueryORM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKueryORM",
      "path" : "Sources/SwiftKueryORM",
      "product_dependencies" : [
        "SwiftKuery",
        "KituraContracts",
        "TypeDecoder"
      ],
      "product_memberships" : [
        "SwiftKueryORM"
      ],
      "sources" : [
        "Database.swift",
        "DatabaseDecoder.swift",
        "DatabaseEncoder.swift",
        "Model.swift",
        "TableInfo.swift",
        "TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Kitura/KituraContracts.git
Fetching https://github.com/Kitura/Swift-Kuery.git
Fetching https://github.com/Kitura/TypeDecoder.git
[1/2546] Fetching kituracontracts
[180/3005] Fetching kituracontracts, typedecoder
[338/8666] Fetching kituracontracts, typedecoder, swift-kuery
Fetched https://github.com/Kitura/TypeDecoder.git from cache (0.53s)
[2895/8207] Fetching kituracontracts, swift-kuery
Fetched https://github.com/Kitura/KituraContracts.git from cache (3.36s)
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (3.37s)
Computing version for https://github.com/Kitura/TypeDecoder.git
Computed https://github.com/Kitura/TypeDecoder.git at 2.0.0 (4.22s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 4.0.0 (0.82s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.30s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.86s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 2.0.0 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.79s)
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
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/KituraContracts.git
Working copy of https://github.com/Kitura/KituraContracts.git resolved at 2.0.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/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/15] Emitting module TypeDecoder
[9/15] Emitting module Logging
[10/15] Compiling Logging Locks.swift
[11/15] Compiling TypeDecoder OrderedDictionary.swift
[12/15] Compiling Logging MetadataProvider.swift
[13/15] Compiling Logging LogHandler.swift
[14/15] Compiling Logging Logging.swift
[16/18] Compiling TypeDecoder TypeDecoder.swift
[18/19] Emitting module LoggerAPI
[19/19] Compiling LoggerAPI Logger.swift
[21/73] Compiling KituraContracts ClosureAliases.swift
[22/74] Compiling KituraContracts BodyFormat.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/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
[24/80] 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
[25/80] 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
[26/80] 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
[27/80] 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
[28/80] 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
[29/80] 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
[30/80] 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
[31/80] 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
[32/80] 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
[33/80] 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
[34/80] 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
[35/80] 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
[36/80] 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! }
[37/80] Compiling KituraContracts Coder.swift
[38/80] Compiling SwiftKuery AggregateColumnExpression.swift
[39/80] Compiling SwiftKuery AuxiliaryTable.swift
[40/80] Emitting module KituraContracts
[41/80] 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
[42/80] 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
[43/80] 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
[44/80] 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
[45/80] 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
[46/80] 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
/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
[49/80] 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
[50/80] 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
[51/80] 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
[52/80] 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
[53/80] 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
[54/80] 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
[55/80] 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
[56/80] 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
[57/80] 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
[58/80] 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
[59/80] 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
[60/80] 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):
[61/80] 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: ",")
[62/80] 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
[63/80] 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
[64/80] 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
[65/80] 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
[66/80] 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
[67/80] 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
[68/80] 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
[69/80] 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
[70/80] 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
[71/80] 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
[72/80] 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
[73/80] 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
[74/80] 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
[75/80] 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
[76/80] 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
[77/80] 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
[78/80] 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
[79/80] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling Logging MetadataProvider.swift
[3/9] Emitting module TypeDecoder
[4/9] Compiling Logging LogHandler.swift
[5/9] Compiling Logging Locks.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Logging.swift
[8/10] Compiling TypeDecoder TypeDecoder.swift
[9/10] Compiling TypeDecoder OrderedDictionary.swift
[12/13] Emitting module LoggerAPI
[13/13] Compiling LoggerAPI Logger.swift
[15/67] Compiling KituraContracts BodyDecoder.swift
[16/67] Compiling KituraContracts BodyEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/68] 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
[18/74] Compiling KituraContracts BodyFormat.swift
[19/74] Compiling KituraContracts ClosureAliases.swift
[20/74] 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
[21/74] 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
[22/74] 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
[23/74] 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
[24/74] 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
[25/74] 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
/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
[28/74] 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
[29/74] 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
[30/74] 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
[31/74] 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
[32/74] 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
[33/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: ",")
[34/74] 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
[35/74] 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
[36/74] 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
[37/74] 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
[38/74] 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
[39/74] 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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/74] Compiling KituraContracts Coder.swift
[53/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):
[54/74] 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! }
[55/74] Emitting module KituraContracts
[56/74] 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
[57/74] 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
[58/74] 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
[59/74] 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
[60/74] 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
[61/74] 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
[62/74] 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
[63/74] 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
[64/74] 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
[65/74] 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
[66/74] 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
[67/74] 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
[68/74] 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
[69/74] 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
[70/74] 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
[71/74] 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
[72/74] 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
[73/74] 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
BUILD FAILURE 6.1 wasm