Build Information
Failed to build STKAudioKit, reference 5.5.4 (e6af9e
), with Swift 6.0 for Linux on 28 Nov 2024 23:46:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/STKAudioKit.git
Reference: 5.5.4
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/STKAudioKit
* tag 5.5.4 -> FETCH_HEAD
HEAD is now at e6af9e2 Updated to AudioKit 5.5.4
Cloned https://github.com/AudioKit/STKAudioKit.git
Revision (git rev-parse @):
e6af9e24eb599d4ff34d5776b0801cf0068142bc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/STKAudioKit.git at 5.5.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/AudioKit/STKAudioKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/AudioKit/AudioKitEX
Fetching https://github.com/AudioKit/AudioKit
[1/729] Fetching audiokitex
[730/251228] Fetching audiokitex, audiokit
Fetched https://github.com/AudioKit/AudioKitEX from cache (0.39s)
[5010/250499] Fetching audiokit
Fetched https://github.com/AudioKit/AudioKit from cache (15.59s)
Computing version for https://github.com/AudioKit/AudioKitEX
Computed https://github.com/AudioKit/AudioKitEX at 5.6.0 (0.49s)
Computing version for https://github.com/AudioKit/AudioKit
Computed https://github.com/AudioKit/AudioKit at 5.6.4 (0.41s)
Creating working copy for https://github.com/AudioKit/AudioKit
Working copy of https://github.com/AudioKit/AudioKit resolved at 5.6.4
Creating working copy for https://github.com/AudioKit/AudioKitEX
Working copy of https://github.com/AudioKit/AudioKitEX resolved at 5.6.0
Building for debugging...
[0/103] 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.
[3/103] Compiling AudioToolboxLinker.m
[3/103] Compiling ParameterAutomation.mm
[3/103] Compiling StereoFieldLimiterDSP.mm
[3/103] Compiling SequencerEngine.mm
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Internals/DSPBase.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[3/103] Compiling DSPBase.mm
[3/103] Compiling AtomicDataPtr.cpp
[3/103] Compiling DebugDSP.c
[3/103] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux