Build Information
Failed to build CXXAudioToolbox, reference main (f09d95), with Swift 6.0 for macOS (SPM) on 1 May 2026 20:25:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXAudioToolbox.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CXXAudioToolbox
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f09d95d Reformat workflow steps in swift.yml (#40)
Cloned https://github.com/sbooth/CXXAudioToolbox.git
Revision (git rev-parse @):
f09d95dcda2c481b25c52b309d332289c1afaaec
SUCCESS checkout https://github.com/sbooth/CXXAudioToolbox.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/sbooth/CXXAudioToolbox.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/sbooth/CXXCoreAudio
[1/2173] Fetching cxxcoreaudio
Fetched https://github.com/sbooth/CXXCoreAudio from cache (0.96s)
Computing version for https://github.com/sbooth/CXXCoreAudio
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.Y4HH7j/vfs.yaml", "-L", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk", "-F", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk", "-package-description-version", "5.9.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.118RWz/cxxcoreaudio-manifest"])
/Package.swift:28:9: error: unexpected ',' separator
26 | .linkedFramework("AudioToolbox"),
27 | ],
28 | ),
| `- error: unexpected ',' separator
29 | .testTarget(
30 | name: "CXXCoreAudioTests", in https://github.com/sbooth/CXXCoreAudio
BUILD FAILURE 6.0 macosSpm