Build Information
Failed to build CXXAudioUtilities, reference 0.1.1 (ba5c23
), with Swift 5.10 for Linux on 29 Aug 2024 18:24:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXAudioUtilities.git
Reference: 0.1.1
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/sbooth/CXXAudioUtilities
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at ba5c23e Update swift.yml (#16)
Cloned https://github.com/sbooth/CXXAudioUtilities.git
Revision (git rev-parse @):
ba5c23e1b3364bf98b4d42f86f28cb1949fb6d98
SUCCESS checkout https://github.com/sbooth/CXXAudioUtilities.git at 0.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/sbooth/CXXAudioUtilities.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CXXAudioUtilities/SFBCAStreamBasicDescription.cpp:7:
/host/spi-builder-workspace/Sources/CXXAudioUtilities/include/SFBCAStreamBasicDescription.hpp:11:9: fatal error: 'CoreAudioTypes/CoreAudioTypes.h' file not found
#import <CoreAudioTypes/CoreAudioTypes.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/6] Compiling CXXAudioUtilities SFBCAStreamBasicDescription.cpp
[0/6] Compiling CXXAudioUtilities SFBCABufferList.cpp
[0/6] Compiling CXXAudioUtilities SFBRingBuffer.cpp
[0/6] Compiling CXXAudioUtilities SFBAudioRingBuffer.cpp
[0/6] Compiling CXXAudioUtilities SFBCARingBuffer.cpp
/host/spi-builder-workspace/Sources/CXXAudioUtilities/SFBCAChannelLayout.cpp:11:9: fatal error: 'AudioToolbox/AudioFormat.h' file not found
#import <AudioToolbox/AudioFormat.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/6] Compiling CXXAudioUtilities SFBCAChannelLayout.cpp
BUILD FAILURE 5.10 linux