Build Information
Failed to build Parchment, reference 1.3.1 (5d888b), with Swift 6.3 for Wasm on 22 Apr 2026 12:14:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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.3
Building package at path: $PWD
https://github.com/k-kohey/Parchment-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/2277] Fetching swift-docc-plugin
[229/13405] Fetching swift-docc-plugin, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (0.61s)
[6789/11128] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.41s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (2.04s)
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite from cache (0.84s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (1.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.31s)
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
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.6
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.16.0
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[4/9] Copying PrivacyInfo.xcprivacy
[5/9] Write sources
[7/9] Write swift-version-24593BA9C3E375BF.txt
[8/19] Compiling SQLiteSwiftCSQLite sqlite3.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/53] 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 StandaloneSQLite
28 | import sqlite3
[11/57] 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 StandaloneSQLite
28 | import sqlite3
[12/57] 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 StandaloneSQLite
28 | import sqlite3
[13/57] 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 StandaloneSQLite
28 | import sqlite3
[14/57] 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 StandaloneSQLite
28 | import sqlite3
[15/57] 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 StandaloneSQLite
28 | import sqlite3
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/57] 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 |
[17/57] Compiling SQLite Connection.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/57] Compiling SQLite Errors.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/58] 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 StandaloneSQLite
28 | import sqlite3
[20/58] 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 StandaloneSQLite
28 | import sqlite3
[21/58] 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 StandaloneSQLite
28 | import sqlite3
[22/58] 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 StandaloneSQLite
28 | import sqlite3
[23/58] 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 StandaloneSQLite
28 | import sqlite3
[24/58] 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 |
[25/58] 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 |
[26/58] 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 |
[27/58] 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 |
[28/58] 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 |
[29/58] 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 |
[30/58] Compiling SQLite Result.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 |
[31/58] Compiling SQLite SQLiteFeature.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 |
BUILD FAILURE 6.3 wasm