The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SimpleGraph, reference master (0e08d3), with Swift 6.3 for Wasm on 15 Apr 2026 18:02:59 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/Jomy10/SimpleGraph.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
Fetching https://github.com/johnmai-dev/Jinja.git
[1/1051] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.56s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.3.0 (1.47s)
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.89s)
Creating working copy for https://github.com/johnmai-dev/Jinja.git
Working copy of https://github.com/johnmai-dev/Jinja.git resolved at 1.3.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.4.1
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
Building for debugging...
[0/7] Write embedded_resources.swift
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/27] Compiling InternalCollectionsUtilities Debugging.swift
[9/27] Compiling InternalCollectionsUtilities Descriptions.swift
[10/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/27] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/29] Compiling InternalCollectionsUtilities Integer rank.swift
[15/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/29] Compiling InternalCollectionsUtilities String+Padding.swift
[18/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/29] 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 |
[22/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/29] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/29] Compiling InternalCollectionsUtilities Span+Extras.swift
[27/29] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[28/29] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[29/29] 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.3 wasm