Build Information
Failed to build Boutique, reference main (9379e6
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 19:04:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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 9379e6a Merge pull request #78 from mergesort/dynamic-property
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
9379e6a0b13bfb01c2ae655b65962d8479b63428
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mergesort/Boutique.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mergesort/Boutique.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections
[1/2082] Fetching swift-docc-plugin
[168/18722] Fetching swift-docc-plugin, swift-collections
Fetching https://github.com/mergesort/Bodega.git
[11735/20714] Fetching swift-docc-plugin, swift-collections, bodega
Fetched https://github.com/mergesort/Bodega.git from cache (0.63s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.63s)
Fetched https://github.com/apple/swift-collections from cache (1.66s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (8.82s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9851] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (2.31s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (3.32s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/136] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (5.78s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (9.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (2.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.63s)
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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.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.4
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.2.0
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
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/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/55] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[10/55] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[11/55] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[12/55] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[13/55] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[14/59] Emitting module InternalCollectionsUtilities
[15/60] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[16/60] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[17/60] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[18/60] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[19/60] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[20/60] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[21/60] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[22/60] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[25/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/60] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[27/60] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[28/60] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[29/60] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[30/60] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[31/60] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[32/60] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[33/60] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[34/60] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[35/60] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[36/60] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[47/60] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[48/60] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[49/60] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[50/60] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[51/60] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[52/60] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[53/60] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[54/60] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[55/60] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[56/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[59/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[60/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[61/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 | import Dispatch
27 | #if SQLITE_SWIFT_STANDALONE
[62/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/116] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[68/116] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
BUILD FAILURE 6.2 wasm