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 Parchment, reference 1.3.1 (5d888b), with Swift 6.1 for Wasm on 28 May 2025 15:52:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.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/k-kohey/Parchment-swift.git
Reference: 1.3.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/k-kohey/Parchment-swift
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 5d888b0 Merge pull request #35 from k-kohey/fix/module_name
Cloned https://github.com/k-kohey/Parchment-swift.git
Revision (git rev-parse @):
5d888b07f7e5efb974b53e91164b8369b7995770
SUCCESS checkout https://github.com/k-kohey/Parchment-swift.git at 1.3.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/k-kohey/Parchment-swift.git
https://github.com/k-kohey/Parchment-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "Parchment",
  "name" : "Parchment",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ParchmentCore",
      "targets" : [
        "ParchmentCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Parchment",
      "targets" : [
        "Parchment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "sources" : [
        "Stub.swift"
      ],
      "target_dependencies" : [
        "ParchmentCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ParchmentTests",
      "module_type" : "SwiftTarget",
      "name" : "ParchmentTests",
      "path" : "Tests/ParchmentTests",
      "sources" : [
        "DefaultBufferFlowControllerTests.swift",
        "DeviceDataMutationTests.swift",
        "SQLiteBufferTests.swift",
        "TrackedTests.swift"
      ],
      "target_dependencies" : [
        "Parchment",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParchmentCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ParchmentCoreTests",
      "path" : "Tests/ParchmentCoreTests",
      "sources" : [
        "AnyLoggableTests.swift",
        "BufferRecordTests.swift",
        "LoggerBundlerTests.swift",
        "MutationTests.swift"
      ],
      "target_dependencies" : [
        "ParchmentCore",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParchmentCore",
      "module_type" : "SwiftTarget",
      "name" : "ParchmentCore",
      "path" : "Sources/ParchmentCore",
      "product_memberships" : [
        "ParchmentCore",
        "Parchment"
      ],
      "sources" : [
        "AnyLoggable.swift",
        "BufferFlowController.swift",
        "LogBuffer.swift",
        "Loggable.swift",
        "LoggableDictonary.swift",
        "LoggerBundler.swift",
        "LoggerComponent.swift",
        "Mutation.swift",
        "Payload.swift",
        "osLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Parchment",
      "module_type" : "SwiftTarget",
      "name" : "Parchment",
      "path" : "Sources/Parchment",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "Parchment"
      ],
      "sources" : [
        "DefaultBufferFlowController.swift",
        "DeviceDataMutation.swift",
        "Export.swift",
        "LoggerBundler+.swift",
        "SQLiteBuffer.swift",
        "Tracked.swift",
        "View+track.swift"
      ],
      "target_dependencies" : [
        "ParchmentCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9765] Fetching sqlite.swift
[5665/11814] Fetching sqlite.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.91s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.93s)
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 (1.51s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.20s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (2.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.62s)
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.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
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
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.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/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/50] 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
[9/54] Compiling ParchmentCore LoggerComponent.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[10/55] Compiling ParchmentCore LoggableDictonary.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[11/55] Compiling ParchmentCore LoggerBundler.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[12/55] Compiling ParchmentCore Mutation.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[13/55] Compiling ParchmentCore Payload.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[14/55] 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
[15/55] 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
[16/55] 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
[17/55] 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
[18/55] 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
[19/55] 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
[20/55] 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
[21/55] 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
[22/55] 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
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/55] Emitting module ParchmentCore
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[28/55] 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
[29/55] 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
[30/55] 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
[31/55] 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
[32/55] 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
[33/55] 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
[34/55] 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
[35/55] 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
[36/55] 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
[37/55] 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
[38/55] 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
[39/55] 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
[40/55] 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
[41/55] 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
[42/55] 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
[43/55] 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
[44/55] 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
[45/55] 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
[46/55] 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
[47/55] 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
[48/55] 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
[49/55] 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
[50/55] 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
[51/55] Compiling ParchmentCore osLogger.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[52/55] 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
[53/55] 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
[54/55] 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
[55/55] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/46] Emitting module ParchmentCore
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[5/47] Compiling SQLite Backup.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[6/47] Compiling SQLite Blob.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[7/47] Compiling ParchmentCore LoggerBundler.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[8/47] Compiling ParchmentCore LoggableDictonary.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[9/47] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[10/47] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[11/47] Compiling ParchmentCore osLogger.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[12/47] 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
[13/47] 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
[14/47] 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
[15/47] 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
[16/47] 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
[17/51] Compiling ParchmentCore Mutation.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[18/51] Compiling ParchmentCore LoggerComponent.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[19/51] Compiling ParchmentCore Payload.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
/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
/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
/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
/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/51] 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
[25/51] 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
[26/51] 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
[27/51] 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
[28/51] 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
[29/51] 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
[30/51] 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
[31/51] 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
[32/51] 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
[33/51] 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
[34/51] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/51] 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
[36/51] 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
[37/51] 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
[38/51] 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
[39/51] 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
[40/51] 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
[41/51] 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
[42/51] 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
[43/51] 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
[44/51] 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
[45/51] 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
[46/51] 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
[47/51] 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
[48/51] 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
[49/51] 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
[50/51] 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
[51/51] 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
BUILD FAILURE 6.1 wasm