The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CXXAudioToolbox, reference 0.2.0 (781eb0), with Swift 6.0 for macOS (SPM) on 20 Dec 2025 03:00:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXAudioToolbox.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CXXAudioToolbox
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 781eb0c Update `CXXCoreAudio` to version 0.3.0 (#19)
Cloned https://github.com/sbooth/CXXAudioToolbox.git
Revision (git rev-parse @):
781eb0c5f89607d31fcc7450f44b6f9d81a10340
SUCCESS checkout https://github.com/sbooth/CXXAudioToolbox.git at 0.2.0
========================================
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/824] Fetching cxxcoreaudio
Fetched https://github.com/sbooth/CXXCoreAudio from cache (0.81s)
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.4npe9M/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.IoIs7e/cxxcoreaudio-manifest"])
/Package.swift:29:3: error: unexpected ',' separator
27 | 				.linkedFramework("AudioToolbox"),
28 | 			],
29 | 		),
   |   `- error: unexpected ',' separator
30 | 		.testTarget(
31 | 			name: "CXXCoreAudioTests", in https://github.com/sbooth/CXXCoreAudio
BUILD FAILURE 6.0 macosSpm