Build Information
Failed to build DunneAudioKit, reference main (be581d), with Swift 6.2 for Android on 19 Apr 2026 16:16:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/DunneAudioKit.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/AudioKit/DunneAudioKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at be581d0 Remove Twitter follow badge from README
Cloned https://github.com/AudioKit/DunneAudioKit.git
Revision (git rev-parse @):
be581d08158ea4556a54298f75814d23ff7db886
SUCCESS checkout https://github.com/AudioKit/DunneAudioKit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/AudioKit/DunneAudioKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/AudioKit/KissFFT
Fetching https://github.com/AudioKit/AudioKit
Fetching https://github.com/AudioKit/AudioKitEX
[1/843] Fetching audiokitex
[372/869] Fetching audiokitex, kissfft
Fetched https://github.com/AudioKit/KissFFT from cache (0.35s)
[489/843] Fetching audiokitex
[844/252283] Fetching audiokitex, audiokit
Fetched https://github.com/AudioKit/AudioKitEX from cache (0.43s)
[2515/251440] Fetching audiokit
Fetched https://github.com/AudioKit/AudioKit from cache (23.21s)
Computing version for https://github.com/AudioKit/KissFFT
Computed https://github.com/AudioKit/KissFFT at 1.0.0 (23.78s)
Computing version for https://github.com/AudioKit/AudioKitEX
Computed https://github.com/AudioKit/AudioKitEX at 5.7.0 (2.32s)
Computing version for https://github.com/AudioKit/AudioKit
Computed https://github.com/AudioKit/AudioKit at 5.7.2 (1.53s)
Creating working copy for https://github.com/AudioKit/AudioKitEX
Working copy of https://github.com/AudioKit/AudioKitEX resolved at 5.7.0
Creating working copy for https://github.com/AudioKit/KissFFT
Working copy of https://github.com/AudioKit/KissFFT resolved at 1.0.0
Creating working copy for https://github.com/AudioKit/AudioKit
Working copy of https://github.com/AudioKit/AudioKit resolved at 5.7.2
Building for debugging...
[0/68] Write sources
/host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Internals/AudioToolboxLinker.m:4:9: fatal error: 'AudioToolbox/AudioToolbox.h' file not found
4 | #import <AudioToolbox/AudioToolbox.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/68] Compiling AudioToolboxLinker.m
[1/68] Compiling DebugDSP.c
[1/68] Compiling StereoFieldLimiterDSP.mm
[1/68] Compiling ParameterAutomation.mm
/host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Sequencing/SequencerEngine.mm:3:9: fatal error: 'TargetConditionals.h' file not found
3 | #import "TargetConditionals.h"
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Nodes/FaderDSP.mm:3:
/host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/include/DSPBase.h:6:9: fatal error: 'AudioToolbox/AudioToolbox.h' file not found
6 | #import <AudioToolbox/AudioToolbox.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1/68] Compiling FaderDSP.mm
[1/68] Compiling RenderMeasurerDSP.mm
[1/68] Compiling SequencerEngine.mm
[1/68] Write swift-version--11D90AFD9DD3AB2.txt
BUILD FAILURE 6.2 android