Build Information
Failed to build SimpleGraph, reference master (0e08d3
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 02:47:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Jomy10/SimpleGraph.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/Jomy10/SimpleGraph
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0e08d33 add dot graph output function
Submodule path 'Sources/SimpleGraph/simple-graph': checked out '5e375013b404846230cbe10b087239db7620f057'
Submodule 'Sources/SimpleGraph/simple-graph' (https://github.com/dpapathanasiou/simple-graph.git) registered for path 'Sources/SimpleGraph/simple-graph'
Cloning into '/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph'...
Cloned https://github.com/Jomy10/SimpleGraph.git
Revision (git rev-parse @):
0e08d3364ae9d4a01634aa72008df99b3d378baa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/SimpleGraph.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Jomy10/SimpleGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/johnmai-dev/Jinja.git
[1/393] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.33s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.2.0 (0.78s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.91s)
Creating working copy for https://github.com/johnmai-dev/Jinja.git
Working copy of https://github.com/johnmai-dev/Jinja.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
Building for debugging...
[0/7] Write sources
[0/7] Write embedded_resources.swift
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/23] Compiling InternalCollectionsUtilities Descriptions.swift
[9/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/23] Compiling InternalCollectionsUtilities Debugging.swift
[12/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/24] Emitting module InternalCollectionsUtilities
[19/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/24] Compiling InternalCollectionsUtilities Integer rank.swift
[21/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/24] Emitting module CSQLiteShim
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/export.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite3/include/export.h:4:10: error: 'sqlite3.h' file not found
2 | #define _SQLITE_SWIFT_EXPORT_H
3 |
4 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CSQLiteShim/import.swift:6:19: error: could not build C module 'CSQLite3'
4 | @_exported import SQLite3
5 | #else
6 | @_exported import CSQLite3
| `- error: could not build C module 'CSQLite3'
7 | #endif
8 |
[23/24] Compiling CSQLiteShim import.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/export.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite3/include/export.h:4:10: error: 'sqlite3.h' file not found
2 | #define _SQLITE_SWIFT_EXPORT_H
3 |
4 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CSQLiteShim/import.swift:6:19: error: could not build C module 'CSQLite3'
4 | @_exported import SQLite3
5 | #else
6 | @_exported import CSQLite3
| `- error: could not build C module 'CSQLite3'
7 | #endif
8 |
BUILD FAILURE 6.2 wasm