Build Information
Failed to build Boutique, reference main (2c6347), with Swift 6.3 for Wasm on 16 Apr 2026 02:41:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/mergesort/Boutique.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/Boutique
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2c63478 Removing stray comments in AsyncValueSubject
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
2c63478a79f2b497087bb2f40d78097bb37bcd71
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mergesort/Boutique.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mergesort/Boutique.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/mergesort/Bodega.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections
[1/2003] Fetching bodega
[442/4280] Fetching bodega, swift-docc-plugin
[1031/27817] Fetching bodega, swift-docc-plugin, swift-collections
Fetched https://github.com/mergesort/Bodega.git from cache (2.24s)
[13811/25814] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (3.96s)
Fetched https://github.com/apple/swift-collections from cache (4.03s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (8.44s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/11124] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.69s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (2.64s)
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite from cache (1.12s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (2.04s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (1.13s)
Creating working copy for https://github.com/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
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
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/10] Copying PrivacyInfo.xcprivacy
[3/10] Write sources
[8/10] Compiling SQLiteSwiftCSQLite sqlite3.c
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/62] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/64] 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
[13/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/68] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/68] Compiling SQLite Cipher.swift
[16/68] Compiling SQLite FTS4.swift
[17/68] Compiling SQLite Backup.swift
[18/68] Compiling SQLite Blob.swift
[19/68] Compiling SQLite Connection+Aggregation.swift
[20/68] Compiling SQLite SQLiteFeature.swift
[21/68] Compiling SQLite SQLiteVersion.swift
[22/68] Compiling SQLite FTS5.swift
[23/68] Compiling SQLite RTree.swift
[24/68] Compiling SQLite Errors.swift
[25/68] Compiling SQLite Result.swift
[26/68] Compiling SQLite Connection+Attach.swift
[27/68] Compiling SQLite Connection+Pragmas.swift
[28/68] Compiling SQLite Connection.swift
[29/68] Compiling SQLite Statement.swift
[30/68] Compiling SQLite URIQueryParameter.swift
[31/68] Compiling SQLite Value.swift
[33/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/131] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/131] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/131] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/131] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/131] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/131] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/131] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/131] Compiling OrderedCollections OrderedDictionary.swift
[56/131] Compiling OrderedCollections OrderedSet+Codable.swift
[57/131] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/131] Compiling OrderedCollections OrderedSet+Descriptions.swift
[59/131] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/131] Compiling OrderedCollections OrderedSet+Equatable.swift
[61/131] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[62/131] Compiling OrderedCollections OrderedSet+Hashable.swift
[63/131] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[64/131] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[65/131] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/131] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/131] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/131] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/131] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[70/131] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/131] Compiling OrderedCollections _HashTable+Bucket.swift
[72/131] Compiling OrderedCollections _HashTable+BucketIterator.swift
[73/131] Compiling OrderedCollections _HashTable+Constants.swift
[74/131] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/131] Compiling OrderedCollections _HashTable+Testing.swift
[76/131] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[77/131] Compiling OrderedCollections _HashTable.swift
[78/131] Compiling OrderedCollections _Hashtable+Header.swift
[79/131] Compiling OrderedCollections OrderedDictionary+Codable.swift
[80/131] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[81/131] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[82/131] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[83/131] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[84/131] Compiling OrderedCollections OrderedDictionary+Elements.swift
[85/131] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/131] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
[124/131] Compiling OrderedCollections OrderedSet+Sendable.swift
[125/131] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/131] Compiling OrderedCollections OrderedSet+Testing.swift
[127/131] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[128/131] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[129/131] Compiling OrderedCollections OrderedSet.swift
[130/131] Compiling OrderedCollections _UnsafeBitset.swift
BUILD FAILURE 6.3 wasm