Build Information
Failed to build Occurrence, reference 1.0.0-beta.4 (82c810), with Swift 6.3 for Wasm on 21 Apr 2026 20:00:26 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/richardpiazza/Occurrence.git
Reference: 1.0.0-beta.4
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/richardpiazza/Occurrence
* tag 1.0.0-beta.4 -> FETCH_HEAD
HEAD is now at 82c8105 Remove SQLite traits (#36)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
82c8105f6f50e59a12ab692872b690007d193cb0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at 1.0.0-beta.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/richardpiazza/Occurrence.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/swhitty/swift-mutex.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/richardpiazza/Statement.git
[1/760] Fetching statement
[761/7396] Fetching statement, swift-log
[1491/18524] Fetching statement, swift-log, sqlite.swift
[12850/18848] Fetching statement, swift-log, sqlite.swift, swift-mutex
Fetched https://github.com/richardpiazza/Statement.git from cache (0.57s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[8893/11452] Fetching sqlite.swift, swift-mutex
Fetched https://github.com/swhitty/swift-mutex.git from cache (1.10s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.12s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (1.49s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (0.42s)
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite from cache (1.78s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (2.18s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.38s)
Creating working copy for https://github.com/swhitty/swift-mutex.git
Working copy of https://github.com/swhitty/swift-mutex.git resolved at 0.0.6
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/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
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
Building for debugging...
[0/9] Copying PrivacyInfo.xcprivacy
[1/9] Write sources
[7/9] Compiling SQLiteSwiftCSQLite sqlite3.c
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/21] Emitting module Mutex
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:37:18: error: cannot find type 'Storage' in scope
35 |
36 | @usableFromInline
37 | let storage: Storage
| `- error: cannot find type 'Storage' in scope
38 |
39 | public init(uncheckedState initialState: State) {
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/Mutex.swift:44:18: error: cannot find type 'Storage' in scope
42 | @available(visionOS, deprecated: 15.0, message: "use Mutex from Synchronization module")
43 | public struct Mutex<Value: ~Copyable>: ~Copyable {
44 | let storage: Storage<Value>
| `- error: cannot find type 'Storage' in scope
45 |
46 | public init(_ initialValue: consuming sending Value) {
[11/78] Emitting module Statement
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/81] 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/85] Compiling Mutex MutexSwift5.swift
[14/85] Compiling Mutex Mutex.swift
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/Mutex.swift:44:18: error: cannot find type 'Storage' in scope
42 | @available(visionOS, deprecated: 15.0, message: "use Mutex from Synchronization module")
43 | public struct Mutex<Value: ~Copyable>: ~Copyable {
44 | let storage: Storage<Value>
| `- error: cannot find type 'Storage' in scope
45 |
46 | public init(_ initialValue: consuming sending Value) {
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/Mutex.swift:47:24: error: cannot find 'Storage' in scope
45 |
46 | public init(_ initialValue: consuming sending Value) {
47 | self.storage = Storage(initialValue)
| `- error: cannot find 'Storage' in scope
48 | }
49 |
[15/85] Compiling Mutex AllocatedLock.swift
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:37:18: error: cannot find type 'Storage' in scope
35 |
36 | @usableFromInline
37 | let storage: Storage
| `- error: cannot find type 'Storage' in scope
38 |
39 | public init(uncheckedState initialState: State) {
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:40:24: error: cannot find 'Storage' in scope
38 |
39 | public init(uncheckedState initialState: State) {
40 | self.storage = Storage(initialState: initialState)
| `- error: cannot find 'Storage' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:44:24: error: cannot find 'Storage' in scope
42 |
43 | public init(initialState: State) where State: Sendable {
44 | self.storage = Storage(initialState: initialState)
| `- error: cannot find 'Storage' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:80:24: error: cannot find 'Storage' in scope
78 |
79 | init() {
80 | self.storage = Storage(initialState: ())
| `- error: cannot find 'Storage' in scope
81 | }
82 |
BUILD FAILURE 6.3 wasm