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 CXXMonkeysAudio, reference main (eab1ed), with Swift 6.1 for Linux on 18 Aug 2025 12:44:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXMonkeysAudio.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/sbooth/CXXMonkeysAudio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eab1eda Bump actions/checkout from 4 to 5 (#6)
Cloned https://github.com/sbooth/CXXMonkeysAudio.git
Revision (git rev-parse @):
eab1edaf2c50071a90e438d953f901c968b876f1
SUCCESS checkout https://github.com/sbooth/CXXMonkeysAudio.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sbooth/CXXMonkeysAudio.git
https://github.com/sbooth/CXXMonkeysAudio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CXXMonkeysAudio",
  "name" : "CXXMonkeysAudio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MAC",
      "targets" : [
        "MAC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MAC",
      "module_type" : "ClangTarget",
      "name" : "MAC",
      "path" : "Sources/MAC",
      "product_memberships" : [
        "MAC"
      ],
      "sources" : [
        "MACLib/APECompress.cpp",
        "MACLib/APECompressCore.cpp",
        "MACLib/APECompressCreate.cpp",
        "MACLib/APEDecompress.cpp",
        "MACLib/APEDecompressCore.cpp",
        "MACLib/APEHeader.cpp",
        "MACLib/APEInfo.cpp",
        "MACLib/APELink.cpp",
        "MACLib/APETag.cpp",
        "MACLib/BitArray.cpp",
        "MACLib/FloatTransform.cpp",
        "MACLib/MACLib.cpp",
        "MACLib/MACProgressHelper.cpp",
        "MACLib/MD5.cpp",
        "MACLib/NNFilter.cpp",
        "MACLib/NNFilterAVX2.cpp",
        "MACLib/NNFilterAVX512.cpp",
        "MACLib/NNFilterAltiVec.cpp",
        "MACLib/NNFilterGeneric.cpp",
        "MACLib/NNFilterNeon.cpp",
        "MACLib/NNFilterRVV.cpp",
        "MACLib/NNFilterSSE2.cpp",
        "MACLib/NNFilterSSE4.1.cpp",
        "MACLib/NewPredictor.cpp",
        "MACLib/Old/APEDecompressCoreOld.cpp",
        "MACLib/Old/APEDecompressOld.cpp",
        "MACLib/Old/Anti-Predictor.cpp",
        "MACLib/Old/AntiPredictorExtraHigh.cpp",
        "MACLib/Old/AntiPredictorFast.cpp",
        "MACLib/Old/AntiPredictorHigh.cpp",
        "MACLib/Old/AntiPredictorNormal.cpp",
        "MACLib/Old/UnBitArrayOld.cpp",
        "MACLib/Old/UnMAC.cpp",
        "MACLib/Prepare.cpp",
        "MACLib/UnBitArray.cpp",
        "MACLib/UnBitArrayBase.cpp",
        "MACLib/WAVInputSource.cpp",
        "Shared/BufferIO.cpp",
        "Shared/CPUFeatures.cpp",
        "Shared/CRC.cpp",
        "Shared/CharacterHelper.cpp",
        "Shared/CircleBuffer.cpp",
        "Shared/GlobalFunctions.cpp",
        "Shared/MemoryIO.cpp",
        "Shared/Semaphore.cpp",
        "Shared/StdLibFileIO.cpp",
        "Shared/Thread.cpp",
        "Shared/WholeFileIO.cpp",
        "Shared/WinFileIO.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CXXMonkeysAudioTests",
      "module_type" : "SwiftTarget",
      "name" : "CXXMonkeysAudioTests",
      "path" : "Tests/CXXMonkeysAudioTests",
      "sources" : [
        "CXXMonkeysAudioTests.swift"
      ],
      "target_dependencies" : [
        "MAC"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/MAC/MACLib/APETag.cpp:1:
In file included from /host/spi-builder-workspace/Sources/MAC/include/MAC/All.h:77:
/host/spi-builder-workspace/Sources/MAC/include/MAC/NoWindows.h:7:14: fatal error: 'AvailabilityMacros.h' file not found
    7 |     #include <AvailabilityMacros.h>
      |              ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/49] Compiling APETag.cpp
[0/49] Compiling APELink.cpp
[0/49] Compiling APEHeader.cpp
[0/49] Compiling BitArray.cpp
[0/49] Compiling APEDecompressCore.cpp
[0/49] Compiling APEInfo.cpp
[0/49] Compiling APEDecompress.cpp
[0/49] Compiling APECompressCreate.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/MAC/Shared/CircleBuffer.cpp:1:
In file included from /host/spi-builder-workspace/Sources/MAC/include/MAC/All.h:77:
/host/spi-builder-workspace/Sources/MAC/include/MAC/NoWindows.h:7:14: fatal error: 'AvailabilityMacros.h' file not found
    7 |     #include <AvailabilityMacros.h>
      |              ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/49] Compiling CircleBuffer.cpp
[0/49] Compiling GlobalFunctions.cpp
[0/49] Compiling WholeFileIO.cpp
[0/49] Compiling Thread.cpp
[0/49] Compiling WinFileIO.cpp
[0/49] Compiling StdLibFileIO.cpp
[0/49] Compiling MemoryIO.cpp
[0/49] Compiling Semaphore.cpp
BUILD FAILURE 6.1 linux