The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SimpleGraph, reference master (0e08d3), with Swift 6.2 (beta) for Android on 23 Jun 2025 02:45:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.29s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.2.0 (0.75s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.50s)
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-8C5A4AE7A8CE2BA.txt
[8/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[10/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[11/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/24] Compiling InternalCollectionsUtilities Descriptions.swift
[13/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/24] Compiling InternalCollectionsUtilities Debugging.swift
[16/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/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 |
[19/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 |
[20/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/24] Compiling InternalCollectionsUtilities Integer rank.swift
[22/24] Emitting module InternalCollectionsUtilities
[23/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
BUILD FAILURE 6.2 android