The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SF2Lib, reference main (05f079), with Swift 6.3 for Android on 19 Apr 2026 07:34:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/SF2Lib.git
Reference: main
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/bradhowes/SF2Lib
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 05f0799 Additional unsafe flags
Cloned https://github.com/bradhowes/SF2Lib.git
Revision (git rev-parse @):
05f0799a1388392fd8b4de38721716f930f70562
SUCCESS checkout https://github.com/bradhowes/SF2Lib.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bradhowes/SF2Lib.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/bradhowes/DSPHeaders
[1/588] Fetching dspheaders
Fetched https://github.com/bradhowes/DSPHeaders from cache (0.74s)
Computing version for https://github.com/bradhowes/DSPHeaders
Computed https://github.com/bradhowes/DSPHeaders at 1.5.2 (1.39s)
Creating working copy for https://github.com/bradhowes/DSPHeaders
Working copy of https://github.com/bradhowes/DSPHeaders resolved at 1.5.2
warning: 'spi-builder-workspace': ignoring target 'SF2LibTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'EngineTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/Engine/SF2FileInfo.mm:3:
/host/spi-builder-workspace/Sources/Engine/include/SF2FileInfo.hpp:5:10: fatal error: 'swift/bridging' file not found
    5 | #include <swift/bridging>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[0/56] Compiling Engine SF2FileInfo.mm
[0/56] Compiling ChunkList.mm
[0/56] Compiling Definition.mm
[0/56] Compiling Bag.mm
In file included from /host/spi-builder-workspace/Sources/SF2File/Entity/Generator/Generator.mm:6:
In file included from /host/spi-builder-workspace/Sources/SF2File/include/SF2File/Entity/Generator/Definition.hpp:9:
/host/spi-builder-workspace/Sources/SF2Util/include/SF2Util/Types.hpp:5:10: fatal error: 'os/log.h' file not found
    5 | #include <os/log.h>
      |          ^~~~~~~~~~
[0/56] Compiling Generator.mm
In file included from /host/spi-builder-workspace/Sources/Engine/SF2PresetInfo.mm:1:
In file included from /host/spi-builder-workspace/Sources/SF2File/include/SF2File/Entity/Preset.hpp:5:
In file included from /host/spi-builder-workspace/Sources/SF2File/include/SF2File/IO/Pos.hpp:8:
In file included from /host/spi-builder-workspace/Sources/SF2File/include/SF2File/IO/Tag.hpp:7:
/host/spi-builder-workspace/Sources/SF2Util/include/SF2Util/Types.hpp:5:10: fatal error: 'os/log.h' file not found
    5 | #include <os/log.h>
      |          ^~~~~~~~~~
[0/56] Compiling Engine SF2PresetInfo.mm
[0/56] Compiling Engine SF2Engine.mm
[0/56] Compiling Modulator.mm
BUILD FAILURE 6.3 android