Build Information
Failed to build Hellfire, reference master (ba4e4b), with Swift 6.3 for Wasm on 24 Apr 2026 07:15:15 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/ehellyer/Hellfire.git
Reference: master
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/ehellyer/Hellfire
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ba4e4b2 Updated MD5 hasher to improve type safety and avoid heap allocation. Updated code in the SQLiteManager which holds session task information for upload tasks. Removed bugs where request task information was being inserted into the DB by mistake.
Cloned https://github.com/ehellyer/Hellfire.git
Revision (git rev-parse @):
ba4e4b29298f3b0987c2a2d63984ef74aa6c5752
SUCCESS checkout https://github.com/ehellyer/Hellfire.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ehellyer/Hellfire.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/45] Emitting module Hellfire
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[4/45] Compiling Hellfire Environment.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[5/45] Compiling Hellfire Host.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[6/45] Compiling Hellfire HostGroup.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[7/45] Compiling Hellfire HostRepository.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[8/45] Compiling Hellfire IAPType.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[9/45] Compiling Hellfire NetworkSession.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[10/45] Compiling Hellfire MultipartRequest.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[11/45] Compiling Hellfire NetworkRequest.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[12/45] Compiling Hellfire RequestItem.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[13/45] Compiling Hellfire DataResponse.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[14/45] Compiling Hellfire HTTPCode.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[15/45] Compiling Hellfire JSONSerializableResponse.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[16/45] Compiling Hellfire JSONSerializable.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[17/45] Compiling Hellfire CodingUses.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[18/45] Compiling Hellfire DateFormatterStaticCodable.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[19/45] Compiling Hellfire ISO8601DateFormatterStaticCodable.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[20/45] Compiling Hellfire OptionalWrappers.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[21/45] Compiling Hellfire StaticCodable.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[22/50] Compiling Hellfire StaticCodingWrapper.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[23/50] Compiling Hellfire TransientCoding.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[24/50] Compiling Hellfire SQLiteManager.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[25/50] Compiling Hellfire HTTPHeader.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[26/50] Compiling Hellfire HTTPMethod.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[27/50] Compiling Hellfire HellfireError.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[28/50] Compiling Hellfire HellfireError+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[29/50] Compiling Hellfire SessionInterface+SharedInstance.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[30/50] Compiling Hellfire String+Extension.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[31/50] Compiling Hellfire Hellfire.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[32/50] Compiling Hellfire CustomDateFormatters.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[33/50] Compiling Hellfire ISO8601DateFormatters.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[34/50] Compiling Hellfire DiskCacheStore.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[35/50] Compiling Hellfire MD5Hash.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[36/50] Compiling Hellfire Array+Extension.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[37/50] Compiling Hellfire Collection+Extension.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[38/50] Compiling Hellfire FileManager+Extension.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[39/50] Compiling Hellfire HTTPHeader+Extension.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[40/50] Compiling Hellfire Binding.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[41/50] Compiling Hellfire Blob.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[42/50] Compiling Hellfire NetworkReachabilityManager.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[43/50] Compiling Hellfire Protected.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[44/50] Compiling Hellfire EncodingHelper.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[45/50] Compiling Hellfire MultipartFormData.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[46/50] Compiling Hellfire JSONSerializableResult.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[47/50] Compiling Hellfire RequestResult.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[48/50] Compiling Hellfire ServiceError.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[49/50] Compiling Hellfire SessionInterface.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
[50/50] Compiling Hellfire HellfireSessionDelegate.swift
/host/spi-builder-workspace/Sources/Hellfire/LocalDB/SQLiteManager.swift:9:8: error: no such module 'SQLite3'
7 |
8 | import Foundation
9 | import SQLite3
| `- error: no such module 'SQLite3'
10 |
11 | internal enum SQLiteError: Error {
BUILD FAILURE 6.3 wasm