The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CXXMonkeysAudio, reference 12.13.0 (79cafc), with Swift 6.1 for Wasm on 13 Feb 2026 20:33:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXMonkeysAudio.git
Reference: 12.13.0
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
 * tag               12.13.0    -> FETCH_HEAD
HEAD is now at 79cafc4 Update Monkey's Audio SDK to version 12.13 (#11)
Cloned https://github.com/sbooth/CXXMonkeysAudio.git
Revision (git rev-parse @):
79cafc4dfccff8b9d3065cbf198f6e171a9409c3
SUCCESS checkout https://github.com/sbooth/CXXMonkeysAudio.git at 12.13.0
========================================
Build
========================================
Selected platform:         wasm
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/AntiPredictorExtraHighOld.cpp",
        "MACLib/Old/AntiPredictorFastOld.cpp",
        "MACLib/Old/AntiPredictorHighOld.cpp",
        "MACLib/Old/AntiPredictorNormalOld.cpp",
        "MACLib/Old/AntiPredictorOld.cpp",
        "MACLib/Old/UnBitArrayOld.cpp",
        "MACLib/Old/UnMACOld.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-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/MAC/MACLib/APELink.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 APELink.cpp
[0/49] Compiling NNFilterAltiVec.cpp
[0/49] Compiling APEHeader.cpp
[0/49] Compiling APECompressCreate.cpp
[0/49] Compiling WinFileIO.cpp
[0/49] Compiling APECompressCore.cpp
[0/49] Compiling CPUFeatures.cpp
[0/49] Compiling APEInfo.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 WinFileIO.cpp
[0/49] Compiling Thread.cpp
[0/49] Compiling GlobalFunctions.cpp
[0/49] Compiling Semaphore.cpp
[0/49] Compiling MemoryIO.cpp
[0/49] Compiling WholeFileIO.cpp
[0/49] Compiling StdLibFileIO.cpp
BUILD FAILURE 6.1 wasm