The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SFBAudioEngine, reference main (ab6a85), with Swift 6.0 for macOS (SPM) on 1 May 2026 01:49:28 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/SFBAudioEngine.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/SFBAudioEngine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ab6a858 Fix indentation in GitHub Actions workflow (#905)
Cloned https://github.com/sbooth/SFBAudioEngine.git
Revision (git rev-parse @):
ab6a858b6ad3fc2da06c8a312151f129a4d00298
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/SFBAudioEngine.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sbooth/SFBAudioEngine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/99] Write sources
[1/99] Copying wavpack.framework
[1/99] Copying tta-cpp.framework
[3/99] Copying lame.framework
[3/99] Copying mpg123.framework
[3/99] Copying sndfile.framework
[6/99] Copying ogg.framework
[6/99] Copying vorbis.framework
[8/99] Copying mpc.framework
[9/99] Copying opus.framework
[10/99] Copying FLAC.framework
[11/99] Write swift-version-5BDAB9E9C0126B9D.txt
[12/99] Compiling NSFileHandle+SFBHeaderReading.m
[13/99] Compiling SFBErrorWithLocalizedDescription.m
[14/99] Compiling SFBLocalizedNameForURL.m
[15/99] Compiling SFBOutputTarget.m
[16/99] Compiling SFBMutableDataOutputTarget.m
[17/99] Compiling SFBFileOutputTarget.m
[18/99] Compiling SFBBufferOutputTarget.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/SFBAudioPlayer.mm:8:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/SFBAudioPlayer+Internal.h:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:70:10: error: no type named 'jthread' in namespace 'std'; did you mean 'thread'?
   70 |     std::jthread decodingThread_;
      |     ~~~~~^~~~~~~
      |          thread
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__thread/thread.h:151:33: note: 'thread' declared here
  151 | class _LIBCPP_EXPORTED_FROM_ABI thread {
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/SFBAudioPlayer.mm:8:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/SFBAudioPlayer+Internal.h:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:75:10: error: no type named 'jthread' in namespace 'std'; did you mean 'thread'?
   75 |     std::jthread eventThread_;
      |     ~~~~~^~~~~~~
      |          thread
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__thread/thread.h:151:33: note: 'thread' declared here
  151 | class _LIBCPP_EXPORTED_FROM_ABI thread {
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/SFBAudioPlayer.mm:8:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/SFBAudioPlayer+Internal.h:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:245:31: error: no type named 'stop_token' in namespace 'std'
  245 |     void processDecoders(std::stop_token stoken) noexcept;
      |                          ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:280:40: error: no type named 'stop_token' in namespace 'std'
  280 |     void sequenceAndProcessEvents(std::stop_token stoken) noexcept;
      |                                   ~~~~~^
4 errors generated.
[19/99] Compiling SFBAudioPlayer.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:70:10: error: no type named 'jthread' in namespace 'std'; did you mean 'thread'?
   70 |     std::jthread decodingThread_;
      |     ~~~~~^~~~~~~
      |          thread
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__thread/thread.h:151:33: note: 'thread' declared here
  151 | class _LIBCPP_EXPORTED_FROM_ABI thread {
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:75:10: error: no type named 'jthread' in namespace 'std'; did you mean 'thread'?
   75 |     std::jthread eventThread_;
      |     ~~~~~^~~~~~~
      |          thread
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__thread/thread.h:151:33: note: 'thread' declared here
  151 | class _LIBCPP_EXPORTED_FROM_ABI thread {
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:245:31: error: no type named 'stop_token' in namespace 'std'
  245 |     void processDecoders(std::stop_token stoken) noexcept;
      |                          ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.h:280:40: error: no type named 'stop_token' in namespace 'std'
  280 |     void sequenceAndProcessEvents(std::stop_token stoken) noexcept;
      |                                   ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:499:32: error: no member named 'jthread' in namespace 'std'
  499 |         decodingThread_ = std::jthread(std::bind_front(&sfb::AudioPlayer::processDecoders, this));
      |                           ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:500:29: error: no member named 'jthread' in namespace 'std'
  500 |         eventThread_ = std::jthread(std::bind_front(&sfb::AudioPlayer::sequenceAndProcessEvents, this));
      |                        ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:561:23: error: expected ';' after expression
  561 |     std::stop_callback decodingThreadStopCallback(decodingThread_.get_stop_token(),
      |                       ^
      |                       ;
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:561:10: error: no member named 'stop_callback' in namespace 'std'
  561 |     std::stop_callback decodingThreadStopCallback(decodingThread_.get_stop_token(),
      |     ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:561:67: error: no member named 'get_stop_token' in 'std::thread'
  561 |     std::stop_callback decodingThreadStopCallback(decodingThread_.get_stop_token(),
      |                                                   ~~~~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:565:21: error: no member named 'request_stop' in 'std::thread'
  565 |     decodingThread_.request_stop();
      |     ~~~~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:573:23: error: expected ';' after expression
  573 |     std::stop_callback eventThreadStopCallback(eventThread_.get_stop_token(), [this] { eventSemaphore_.signal(); });
      |                       ^
      |                       ;
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:573:10: error: no member named 'stop_callback' in namespace 'std'
  573 |     std::stop_callback eventThreadStopCallback(eventThread_.get_stop_token(), [this] { eventSemaphore_.signal(); });
      |     ~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:573:61: error: no member named 'get_stop_token' in 'std::thread'
  573 |     std::stop_callback eventThreadStopCallback(eventThread_.get_stop_token(), [this] { eventSemaphore_.signal(); });
      |                                                ~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:576:18: error: no member named 'request_stop' in 'std::thread'
  576 |     eventThread_.request_stop();
      |     ~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:1154:56: error: use of undeclared identifier 'stoken'; did you mean 'strlen'?
 1154 | void sfb::AudioPlayer::processDecoders(std::stop_token stoken) noexcept {
      |                                                        ^~~~~~
      |                                                        strlen
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/_string.h:82:9: note: 'strlen' declared here
   82 | size_t   strlen(const char *__s);
      |          ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:1154:24: error: variable has incomplete type 'void'
 1154 | void sfb::AudioPlayer::processDecoders(std::stop_token stoken) noexcept {
      |                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:1154:56: error: expected ')'
 1154 | void sfb::AudioPlayer::processDecoders(std::stop_token stoken) noexcept {
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:1154:39: note: to match this '('
 1154 | void sfb::AudioPlayer::processDecoders(std::stop_token stoken) noexcept {
      |                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:1154:40: error: no member named 'stop_token' in namespace 'std'; did you mean 'typeToken'?
 1154 | void sfb::AudioPlayer::processDecoders(std::stop_token stoken) noexcept {
      |                                        ^~~~~~~~~~~~~~~
      |                                        typeToken
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEObjects.h:99:3: note: 'typeToken' declared here
   99 |   typeToken                     = 'toke', /*  0x746f6b65  */
      |   ^
/Users/admin/builder/spi-builder-workspace/Sources/CSFBAudioEngine/Player/AudioPlayer.mm:1154:63: error: expected ';' after top level declarator
 1154 | void sfb::AudioPlayer::processDecoders(std::stop_token stoken) noexcept {
      |                                                               ^
      |                                                               ;
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[19/99] Compiling AudioPlayer.mm
[19/99] Compiling NSData+SFBExtensions.m
[19/99] Compiling SFBWAVEFile.mm
[19/99] Compiling SFBWavPackFile.mm
[19/99] Compiling SFBTrueAudioFile.mm
[19/99] Compiling SFBLibsndfileUtilities.m
[19/99] Compiling SFBASBDFormatDescription.m
[19/99] Compiling SFBACLDescription.m
[19/99] Compiling SFBAudioEngineTypes.m
Fetching https://github.com/sbooth/lame-binary-xcframework
Fetching https://github.com/sbooth/tta-cpp-binary-xcframework
Fetching https://github.com/sbooth/sndfile-binary-xcframework
Fetching https://github.com/sbooth/mpc-binary-xcframework
Fetching https://github.com/sbooth/CSpeex
Fetching https://github.com/sbooth/vorbis-binary-xcframework
Fetching https://github.com/sbooth/mpg123-binary-xcframework
[1/19] Fetching lame-binary-xcframework
[20/177] Fetching lame-binary-xcframework, cspeex
[77/196] Fetching lame-binary-xcframework, cspeex, tta-cpp-binary-xcframework
[96/219] Fetching lame-binary-xcframework, cspeex, tta-cpp-binary-xcframework, vorbis-binary-xcframework
[119/250] Fetching lame-binary-xcframework, cspeex, tta-cpp-binary-xcframework, vorbis-binary-xcframework, mpc-binary-xcframework
Fetched https://github.com/sbooth/lame-binary-xcframework from cache (0.66s)
Fetching https://github.com/sbooth/opus-binary-xcframework
[131/263] Fetching cspeex, tta-cpp-binary-xcframework, vorbis-binary-xcframework, mpc-binary-xcframework, mpg123-binary-xcframework
Fetched https://github.com/sbooth/mpg123-binary-xcframework from cache (0.78s)
Fetching https://github.com/sbooth/flac-binary-xcframework
[231/254] Fetching cspeex, tta-cpp-binary-xcframework, vorbis-binary-xcframework, mpc-binary-xcframework, sndfile-binary-xcframework
Fetched https://github.com/sbooth/mpc-binary-xcframework from cache (0.91s)
Fetched https://github.com/sbooth/tta-cpp-binary-xcframework from cache (0.91s)
Fetched https://github.com/sbooth/CSpeex from cache (0.92s)
Fetched https://github.com/sbooth/vorbis-binary-xcframework from cache (0.92s)
Fetched https://github.com/sbooth/sndfile-binary-xcframework from cache (0.92s)
Fetching https://github.com/sbooth/wavpack-binary-xcframework
Fetching https://github.com/sbooth/ogg-binary-xcframework
Fetching https://github.com/sbooth/CXXTagLib
Fetching https://github.com/sbooth/CDUMB
Fetching https://github.com/sbooth/CXXMonkeysAudio
[1/32] Fetching flac-binary-xcframework
[24/65] Fetching flac-binary-xcframework, opus-binary-xcframework
Fetched https://github.com/sbooth/flac-binary-xcframework from cache (0.52s)
Fetched https://github.com/sbooth/opus-binary-xcframework from cache (0.65s)
Fetching https://github.com/sbooth/CXXUnfairLock
Fetching https://github.com/sbooth/CXXRingBuffer
[1/443] Fetching cxxtaglib
[15/467] Fetching cxxtaglib, wavpack-binary-xcframework
[16/490] Fetching cxxtaglib, wavpack-binary-xcframework, ogg-binary-xcframework
[53/637] Fetching cxxtaglib, wavpack-binary-xcframework, ogg-binary-xcframework, cdumb
Fetched https://github.com/sbooth/ogg-binary-xcframework from cache (0.61s)
Fetching https://github.com/sbooth/CXXDispatchSemaphore
[93/1100] Fetching cxxtaglib, wavpack-binary-xcframework, cdumb, cxxmonkeysaudio
Fetched https://github.com/sbooth/CXXTagLib from cache (0.92s)
Fetched https://github.com/sbooth/CXXMonkeysAudio from cache (0.92s)
Fetched https://github.com/sbooth/CDUMB from cache (0.92s)
Fetched https://github.com/sbooth/wavpack-binary-xcframework from cache (0.92s)
Fetching https://github.com/sbooth/AVFAudioExtensions
Fetching https://github.com/sbooth/CXXAudioRingBuffer
[1/697] Fetching cxxunfairlock
[113/3193] Fetching cxxunfairlock, cxxringbuffer
Fetched https://github.com/sbooth/CXXUnfairLock from cache (0.74s)
[624/2496] Fetching cxxringbuffer
[1424/3248] Fetching cxxringbuffer, cxxdispatchsemaphore
Fetched https://github.com/sbooth/CXXRingBuffer from cache (0.91s)
[204/752] Fetching cxxdispatchsemaphore
Fetched https://github.com/sbooth/CXXDispatchSemaphore from cache (0.80s)
[1/74] Fetching cxxaudioringbuffer
[10/701] Fetching cxxaudioringbuffer, avfaudioextensions
Fetched https://github.com/sbooth/CXXAudioRingBuffer from cache (0.60s)
[195/627] Fetching avfaudioextensions
Fetched https://github.com/sbooth/AVFAudioExtensions from cache (0.75s)
Computing version for https://github.com/sbooth/tta-cpp-binary-xcframework
Computed https://github.com/sbooth/tta-cpp-binary-xcframework at 0.1.2 (0.58s)
Computing version for https://github.com/sbooth/sndfile-binary-xcframework
Computed https://github.com/sbooth/sndfile-binary-xcframework at 0.1.2 (0.56s)
Computing version for https://github.com/sbooth/mpg123-binary-xcframework
Computed https://github.com/sbooth/mpg123-binary-xcframework at 0.3.1 (0.56s)
Computing version for https://github.com/sbooth/mpc-binary-xcframework
Computed https://github.com/sbooth/mpc-binary-xcframework at 0.1.2 (0.56s)
Computing version for https://github.com/sbooth/lame-binary-xcframework
Computed https://github.com/sbooth/lame-binary-xcframework at 0.1.2 (0.56s)
Computing version for https://github.com/sbooth/CSpeex
Computed https://github.com/sbooth/CSpeex at 1.2.1 (0.55s)
Computing version for https://github.com/sbooth/vorbis-binary-xcframework
Computed https://github.com/sbooth/vorbis-binary-xcframework at 0.1.2 (0.55s)
Computing version for https://github.com/sbooth/opus-binary-xcframework
Computed https://github.com/sbooth/opus-binary-xcframework at 0.3.0 (0.56s)
Computing version for https://github.com/sbooth/flac-binary-xcframework
Computed https://github.com/sbooth/flac-binary-xcframework at 0.2.0 (0.56s)
Computing version for https://github.com/sbooth/ogg-binary-xcframework
Computed https://github.com/sbooth/ogg-binary-xcframework at 0.1.3 (0.56s)
Computing version for https://github.com/sbooth/wavpack-binary-xcframework
Computed https://github.com/sbooth/wavpack-binary-xcframework at 0.2.0 (0.55s)
Computing version for https://github.com/sbooth/CXXTagLib
Computed https://github.com/sbooth/CXXTagLib at 2.1.1 (0.58s)
Computing version for https://github.com/sbooth/CXXMonkeysAudio
Computed https://github.com/sbooth/CXXMonkeysAudio at 12.13.0 (0.56s)
Computing version for https://github.com/sbooth/CDUMB
Computed https://github.com/sbooth/CDUMB at 2.0.3 (0.56s)
Computing version for https://github.com/sbooth/CXXUnfairLock
Computed https://github.com/sbooth/CXXUnfairLock at 0.3.1 (0.44s)
Computing version for https://github.com/sbooth/CXXRingBuffer
Computed https://github.com/sbooth/CXXRingBuffer at 0.6.1 (0.44s)
Computing version for https://github.com/sbooth/CXXDispatchSemaphore
Computed https://github.com/sbooth/CXXDispatchSemaphore at 0.4.1 (0.44s)
Computing version for https://github.com/sbooth/CXXAudioRingBuffer
Computed https://github.com/sbooth/CXXAudioRingBuffer at 0.1.1 (0.44s)
Computing version for https://github.com/sbooth/AVFAudioExtensions
Computed https://github.com/sbooth/AVFAudioExtensions at 0.5.1 (0.56s)
Creating working copy for https://github.com/sbooth/CXXTagLib
Working copy of https://github.com/sbooth/CXXTagLib resolved at 2.1.1
Creating working copy for https://github.com/sbooth/CXXMonkeysAudio
Working copy of https://github.com/sbooth/CXXMonkeysAudio resolved at 12.13.0
Creating working copy for https://github.com/sbooth/CSpeex
Working copy of https://github.com/sbooth/CSpeex resolved at 1.2.1
Creating working copy for https://github.com/sbooth/mpg123-binary-xcframework
Working copy of https://github.com/sbooth/mpg123-binary-xcframework resolved at 0.3.1
Creating working copy for https://github.com/sbooth/sndfile-binary-xcframework
Working copy of https://github.com/sbooth/sndfile-binary-xcframework resolved at 0.1.2
Creating working copy for https://github.com/sbooth/CXXUnfairLock
Working copy of https://github.com/sbooth/CXXUnfairLock resolved at 0.3.1
Creating working copy for https://github.com/sbooth/mpc-binary-xcframework
Working copy of https://github.com/sbooth/mpc-binary-xcframework resolved at 0.1.2
Creating working copy for https://github.com/sbooth/CXXDispatchSemaphore
Working copy of https://github.com/sbooth/CXXDispatchSemaphore resolved at 0.4.1
Creating working copy for https://github.com/sbooth/CDUMB
Working copy of https://github.com/sbooth/CDUMB resolved at 2.0.3
Creating working copy for https://github.com/sbooth/CXXAudioRingBuffer
Working copy of https://github.com/sbooth/CXXAudioRingBuffer resolved at 0.1.1
Creating working copy for https://github.com/sbooth/lame-binary-xcframework
Working copy of https://github.com/sbooth/lame-binary-xcframework resolved at 0.1.2
Creating working copy for https://github.com/sbooth/flac-binary-xcframework
Working copy of https://github.com/sbooth/flac-binary-xcframework resolved at 0.2.0
Creating working copy for https://github.com/sbooth/CXXRingBuffer
Working copy of https://github.com/sbooth/CXXRingBuffer resolved at 0.6.1
Creating working copy for https://github.com/sbooth/AVFAudioExtensions
Working copy of https://github.com/sbooth/AVFAudioExtensions resolved at 0.5.1
Creating working copy for https://github.com/sbooth/ogg-binary-xcframework
Working copy of https://github.com/sbooth/ogg-binary-xcframework resolved at 0.1.3
Creating working copy for https://github.com/sbooth/wavpack-binary-xcframework
Working copy of https://github.com/sbooth/wavpack-binary-xcframework resolved at 0.2.0
Creating working copy for https://github.com/sbooth/vorbis-binary-xcframework
Working copy of https://github.com/sbooth/vorbis-binary-xcframework resolved at 0.1.2
Creating working copy for https://github.com/sbooth/tta-cpp-binary-xcframework
Working copy of https://github.com/sbooth/tta-cpp-binary-xcframework resolved at 0.1.2
Creating working copy for https://github.com/sbooth/opus-binary-xcframework
Working copy of https://github.com/sbooth/opus-binary-xcframework resolved at 0.3.0
[6881/4933438] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip
Downloading binary artifact https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip
[4966188/11930985] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip
[5291420/12380098] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip
Downloading binary artifact https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip
[6837389/17455340] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip
[6837466/21377758] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip
[6853013/30825558] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip, https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip
[6869397/31444305] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip, https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip, https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip
Downloading binary artifact https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip
Downloading binary artifact https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip
Downloading binary artifact https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip
Downloading binary artifact https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip
Downloading binary artifact https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip
[31477055/37462286] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip, https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip, https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip, https://github.com/sbooth/lame-binary-xcframework/releases/download/0.1.2/lame.xcframework.zip
[31492555/39425032] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip, https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip, https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip, https://github.com/sbooth/lame-binary-xcframework/releases/download/0.1.2/lame.xcframework.zip, https://github.com/sbooth/mpc-binary-xcframework/releases/download/0.1.2/mpc.xcframework.zip
[31541091/43077944] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip, https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip, https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip, https://github.com/sbooth/lame-binary-xcframework/releases/download/0.1.2/lame.xcframework.zip, https://github.com/sbooth/mpc-binary-xcframework/releases/download/0.1.2/mpc.xcframework.zip, https://github.com/sbooth/wavpack-binary-xcframework/releases/download/0.2.0/wavpack.xcframework.zip
Downloading binary artifact https://github.com/sbooth/wavpack-binary-xcframework/releases/download/0.2.0/wavpack.xcframework.zip
Downloading binary artifact https://github.com/sbooth/lame-binary-xcframework/releases/download/0.1.2/lame.xcframework.zip
Downloaded https://github.com/sbooth/tta-cpp-binary-xcframework/releases/download/0.1.2/tta-cpp.xcframework.zip (0.83s)
[41888928/42628831] Downloading https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip, https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip, https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip, https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip, https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip, https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip, https://github.com/sbooth/lame-binary-xcframework/releases/download/0.1.2/lame.xcframework.zip, https://github.com/sbooth/mpc-binary-xcframework/releases/download/0.1.2/mpc.xcframework.zip, https://github.com/sbooth/wavpack-binary-xcframework/releases/download/0.2.0/wavpack.xcframework.zip
Downloading binary artifact https://github.com/sbooth/mpc-binary-xcframework/releases/download/0.1.2/mpc.xcframework.zip
Downloaded https://github.com/sbooth/ogg-binary-xcframework/releases/download/0.1.3/ogg.xcframework.zip (0.67s)
Downloaded https://github.com/sbooth/mpg123-binary-xcframework/releases/download/0.3.1/mpg123.xcframework.zip (0.87s)
Downloaded https://github.com/sbooth/wavpack-binary-xcframework/releases/download/0.2.0/wavpack.xcframework.zip (0.94s)
Downloaded https://github.com/sbooth/flac-binary-xcframework/releases/download/0.2.0/FLAC.xcframework.zip (1.01s)
Downloaded https://github.com/sbooth/lame-binary-xcframework/releases/download/0.1.2/lame.xcframework.zip (1.06s)
Downloaded https://github.com/sbooth/vorbis-binary-xcframework/releases/download/0.1.2/vorbis.xcframework.zip (1.06s)
Downloaded https://github.com/sbooth/sndfile-binary-xcframework/releases/download/0.1.2/sndfile.xcframework.zip (1.09s)
Downloaded https://github.com/sbooth/mpc-binary-xcframework/releases/download/0.1.2/mpc.xcframework.zip (1.12s)
Downloaded https://github.com/sbooth/opus-binary-xcframework/releases/download/0.3.0/opus.xcframework.zip (1.16s)
BUILD FAILURE 6.0 macosSpm