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 Bodega, reference main (4d337e), with Swift 6.1 for Wasm on 29 May 2025 11:42:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.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/mergesort/Bodega.git
Reference: main
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/mergesort/Bodega
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d337e8 Switching from CryptoKit to Crypto to support Linux
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
4d337e8b0a189bba7e832aa21e012538680ba89e
SUCCESS checkout https://github.com/mergesort/Bodega.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mergesort/Bodega.git
https://github.com/mergesort/Bodega.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Bodega",
  "name" : "Bodega",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Bodega",
      "targets" : [
        "Bodega"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BodegaTests",
      "module_type" : "SwiftTarget",
      "name" : "BodegaTests",
      "path" : "Tests/BodegaTests",
      "sources" : [
        "CacheKeyTests.swift",
        "DiskStorageEngineTests.swift",
        "ObjectStorageTests.swift",
        "SQLiteStorageEngineTests.swift",
        "String+FormattingTests.swift"
      ],
      "target_dependencies" : [
        "Bodega"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bodega",
      "module_type" : "SwiftTarget",
      "name" : "Bodega",
      "path" : "Sources/Bodega",
      "product_dependencies" : [
        "Crypto",
        "SQLite"
      ],
      "product_memberships" : [
        "Bodega"
      ],
      "sources" : [
        "CacheKey.swift",
        "DiskStorageEngine.swift",
        "FileManager.Directory.swift",
        "Internal/String+Formatting.swift",
        "ObjectStorage.swift",
        "SQLiteStorageEngine+Default.swift",
        "SQLiteStorageEngine.swift",
        "StorageEngine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 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/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-docc-plugin
[1/9765] Fetching sqlite.swift
[1173/11814] Fetching sqlite.swift, swift-docc-plugin
[1888/25750] Fetching sqlite.swift, swift-docc-plugin, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin from cache (1.57s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.59s)
Fetched https://github.com/apple/swift-crypto from cache (1.60s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (2.23s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.28s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (3.02s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.39s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.17s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.85s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/367] Write sources
[5/367] Write swift-version-24593BA9C3E375BF.txt
[6/367] Compiling fiat_p256_adx_sqr.S
[7/367] Compiling CCryptoBoringSSLShims shims.c
[8/367] Compiling engine.cc
[9/367] Compiling hash_to_curve.cc
[10/368] Compiling fiat_curve25519_adx_mul.S
[11/373] Compiling fiat_curve25519_adx_square.S
[12/388] Compiling fiat_p256_adx_mul.S
[13/400] Compiling tasn_enc.cc
[14/400] Compiling a_bitstr.cc
[15/400] Compiling md5-x86_64-linux.S
[16/400] Compiling md5-586-linux.S
[17/400] Compiling v3_ia5.cc
[18/400] Compiling md5-x86_64-apple.S
[19/400] Compiling md5-586-apple.S
[20/400] Compiling chacha20_poly1305_armv8-win.S
[21/400] Compiling chacha20_poly1305_x86_64-linux.S
[22/400] Compiling chacha20_poly1305_x86_64-apple.S
[23/400] Compiling chacha-x86-linux.S
[24/400] Compiling chacha20_poly1305_armv8-linux.S
[25/400] Compiling chacha20_poly1305_armv8-apple.S
[26/400] Compiling chacha-x86_64-apple.S
[27/400] Compiling chacha-x86_64-linux.S
[28/400] Compiling chacha-x86-apple.S
[29/400] Compiling chacha-armv8-linux.S
[30/400] Compiling chacha-armv8-apple.S
[31/400] Compiling chacha-armv8-win.S
[32/400] Compiling chacha-armv4-linux.S
[33/400] Compiling aes128gcmsiv-x86_64-apple.S
[34/400] Compiling aes128gcmsiv-x86_64-linux.S
[35/400] Compiling t_req.cc
[36/400] Compiling x86_64-mont5-apple.S
[37/400] Compiling x86_64-mont5-linux.S
[38/400] Compiling x86_64-mont-linux.S
[39/400] Compiling x86-mont-linux.S
[40/400] Compiling x86_64-mont-apple.S
[41/400] Compiling vpaes-x86_64-linux.S
[42/400] Compiling vpaes-x86-linux.S
[43/400] Compiling x86-mont-apple.S
[44/400] Compiling err_data.cc
[45/400] Compiling vpaes-x86_64-apple.S
[46/400] Compiling vpaes-armv8-linux.S
[47/400] Compiling vpaes-x86-apple.S
[47/400] Compiling vpaes-armv8-win.S
[49/400] Compiling vpaes-armv7-linux.S
[50/400] Compiling vpaes-armv8-apple.S
[51/400] Compiling sha512-x86_64-linux.S
[52/400] Compiling sha512-armv8-win.S
[53/400] Compiling sha512-x86_64-apple.S
[54/400] Compiling sha512-armv8-linux.S
[55/400] Compiling sha512-armv4-linux.S
[55/400] Compiling sha512-586-linux.S
[57/400] Compiling sha512-armv8-apple.S
[58/400] Compiling sha256-x86_64-linux.S
[59/400] Compiling sha512-586-apple.S
[60/400] Compiling sha256-x86_64-apple.S
[61/400] Compiling sha256-armv8-win.S
[62/400] Compiling sha256-armv4-linux.S
[63/400] Compiling sha256-586-linux.S
[63/400] Compiling sha256-armv8-apple.S
[63/400] Compiling sha256-armv8-linux.S
[66/400] Compiling sha256-586-apple.S
[67/400] Compiling sha1-x86_64-linux.S
[68/400] Compiling sha1-armv8-win.S
[69/400] Compiling sha1-armv8-apple.S
[70/400] Compiling sha1-x86_64-apple.S
[71/400] Compiling sha1-armv8-linux.S
[72/400] Compiling sha1-586-linux.S
[73/400] Compiling sha1-armv4-large-linux.S
[74/400] Compiling sha1-586-apple.S
[75/400] Compiling rsaz-avx2-apple.S
[76/400] Compiling rsaz-avx2-linux.S
[77/400] Compiling p256_beeu-x86_64-asm-linux.S
[78/400] Compiling rdrand-x86_64-linux.S
[79/400] Compiling p256_beeu-x86_64-asm-apple.S
[79/400] Compiling rdrand-x86_64-apple.S
[81/400] Compiling p256_beeu-armv8-asm-win.S
[82/400] Compiling p256_beeu-armv8-asm-apple.S
[83/400] Compiling p256_beeu-armv8-asm-linux.S
[84/400] Compiling p256-x86_64-asm-linux.S
[85/400] Compiling p256-x86_64-asm-apple.S
[86/400] Compiling p256-armv8-asm-win.S
[87/400] Compiling p256-armv8-asm-linux.S
[87/400] Compiling p256-armv8-asm-apple.S
[89/400] Compiling ghashv8-armv8-win.S
[90/400] Compiling ghashv8-armv8-linux.S
[91/400] Compiling ghashv8-armv8-apple.S
[92/400] Compiling ghashv8-armv7-linux.S
[93/400] Compiling ghash-x86_64-linux.S
[94/400] Compiling ghash-x86-linux.S
[95/400] Compiling ghash-x86_64-apple.S
[96/400] Compiling ghash-ssse3-x86_64-linux.S
[97/400] Compiling ghash-x86-apple.S
[98/400] Compiling ghash-ssse3-x86-linux.S
[99/400] Compiling ghash-ssse3-x86-apple.S
[99/400] Compiling ghash-ssse3-x86_64-apple.S
[101/400] Compiling ghash-neon-armv8-win.S
[101/400] Compiling ghash-neon-armv8-linux.S
[103/400] Compiling ghash-neon-armv8-apple.S
[104/400] Compiling ghash-armv4-linux.S
[105/400] Compiling co-586-linux.S
[106/400] Compiling bn-armv8-apple.S
[107/400] Compiling co-586-apple.S
[108/400] Compiling bsaes-armv7-linux.S
[109/400] Compiling bn-armv8-linux.S
[110/400] Compiling bn-armv8-win.S
[111/400] Compiling bn-586-linux.S
[112/400] Compiling bn-586-apple.S
[113/400] Compiling armv8-mont-linux.S
[114/400] Compiling armv8-mont-apple.S
[115/400] Compiling armv4-mont-linux.S
[116/400] Compiling armv8-mont-win.S
[117/400] Compiling aesv8-gcm-armv8-win.S
[118/400] Compiling aesv8-gcm-armv8-linux.S
[119/400] Compiling aesv8-gcm-armv8-apple.S
[120/400] Compiling aesv8-armv8-win.S
[121/400] Compiling aesv8-armv8-linux.S
[122/400] Compiling aesv8-armv8-apple.S
[123/400] Compiling aesni-x86_64-linux.S
[124/400] Compiling aesv8-armv7-linux.S
[125/400] Compiling aesni-x86-linux.S
[126/400] Compiling aesni-gcm-x86_64-apple.S
[126/400] Compiling aesni-x86_64-apple.S
[128/400] Compiling aesni-x86-apple.S
[129/400] Compiling aes-gcm-avx10-x86_64-linux.S
[130/400] Compiling aes-gcm-avx10-x86_64-apple.S
[131/400] Compiling aesni-gcm-x86_64-linux.S
[132/400] Compiling x_sig.cc
[133/400] Compiling x_x509a.cc
[134/400] Compiling x_x509.cc
[135/400] Compiling x_pubkey.cc
[136/400] Compiling x_spki.cc
[137/400] Compiling x_req.cc
[138/400] Compiling x_val.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[140/400] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[140/404] Compiling x_all.cc
[141/404] Compiling x_name.cc
[142/404] Compiling x_attrib.cc
[143/404] Compiling x_exten.cc
[144/404] Compiling x509spki.cc
[145/404] Compiling x_algor.cc
[146/404] Compiling x_crl.cc
[147/404] Compiling x509rset.cc
[148/404] Compiling x509cset.cc
[149/404] Compiling x509name.cc
[150/404] Compiling x509_txt.cc
[151/404] Compiling x509_vfy.cc
[152/404] Compiling x509_vpm.cc
[153/404] Compiling x509_v3.cc
[154/404] Compiling x509_lu.cc
[155/404] Compiling x509_obj.cc
[156/404] Compiling x509_req.cc
[157/404] Compiling x509_def.cc
[158/404] Compiling x509_trs.cc
[159/404] Compiling x509_set.cc
[160/404] Compiling x509_ext.cc
[161/404] Compiling x509_att.cc
[162/404] Compiling x509_d2.cc
[163/404] Compiling x509_cmp.cc
[164/404] Compiling x509.cc
[165/404] Compiling v3_skey.cc
[167/404] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[168/404] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[169/404] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[170/404] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[171/404] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[171/404] Compiling v3_utl.cc
[173/404] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[174/404] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[175/404] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[176/404] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[177/404] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[178/404] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[179/404] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[180/404] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[181/404] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[182/404] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[183/404] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[184/404] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[185/404] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[186/404] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[187/404] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[188/404] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[189/404] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[190/404] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[191/404] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[192/404] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[193/404] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[194/404] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[195/404] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[196/404] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[197/404] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[198/404] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[199/404] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[200/404] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[201/404] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[202/404] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[203/404] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[203/404] Compiling v3_pmaps.cc
[203/404] Compiling v3_purp.cc
[203/404] Compiling v3_lib.cc
[203/404] Compiling v3_ocsp.cc
[203/404] Compiling v3_pcons.cc
[203/404] Compiling v3_prn.cc
[203/404] Compiling v3_ncons.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/204] Compiling v3_ocsp.cc
[3/204] Compiling v3_purp.cc
[4/204] Compiling v3_ncons.cc
[5/204] Compiling v3_pmaps.cc
[6/204] Compiling v3_pcons.cc
[7/204] Write swift-version-24593BA9C3E375BF.txt
[8/204] Compiling v3_lib.cc
[9/204] Compiling v3_int.cc
[10/204] Compiling v3_prn.cc
[11/237] Compiling v3_info.cc
[12/237] Compiling v3_extku.cc
[13/237] Compiling v3_genn.cc
[14/237] Compiling v3_enum.cc
[15/237] Compiling v3_conf.cc
[16/237] Compiling v3_crld.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/237] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[18/241] Compiling v3_cpols.cc
[20/241] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[21/241] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[22/241] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[23/241] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[24/241] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[25/241] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[26/241] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[27/241] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[28/241] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[29/241] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[30/241] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[31/241] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[32/241] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[33/241] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[34/241] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[35/241] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[36/241] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[37/241] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[38/241] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[39/241] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[40/241] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[41/241] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[42/241] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[43/241] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[43/241] Compiling v3_bcons.cc
[44/241] Compiling v3_bitst.cc
[45/241] Compiling v3_akeya.cc
[46/241] Compiling v3_akey.cc
[47/241] Compiling t_x509a.cc
[48/241] Compiling v3_alt.cc
[50/241] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[51/241] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[52/241] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[53/241] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[54/241] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[55/241] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[56/241] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[57/241] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[58/241] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[59/241] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[60/241] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[61/241] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[61/241] Compiling name_print.cc
[62/241] Compiling t_x509.cc
[63/241] Compiling rsa_pss.cc
[64/241] Compiling t_crl.cc
[65/241] Compiling policy.cc
[66/241] Compiling a_sign.cc
[66/241] Compiling by_file.cc
[66/241] Compiling algorithm.cc
[66/241] Compiling by_dir.cc
[66/241] Compiling a_verify.cc
[66/241] Compiling asn1_gen.cc
[66/241] Compiling i2d_pr.cc
BUILD FAILURE 6.1 wasm