The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CSpeex, reference main (649116), with Swift 5.9 for macOS (SPM) on 12 Jul 2024 01:14:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CSpeex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CSpeex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 649116e Update swift.yml (#1)
Cloned https://github.com/sbooth/CSpeex.git
Revision (git rev-parse @):
649116ed56c87ad697072be4d1bf47ab7d40aec4
SUCCESS checkout https://github.com/sbooth/CSpeex.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/sbooth/CSpeex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/40] Compiling exc_10_32_table.c
[0/40] Compiling exc_5_256_table.c
[2/40] Compiling exc_20_32_table.c
[2/40] Compiling exc_10_16_table.c
[2/40] Compiling exc_8_128_table.c
[3/40] Compiling exc_5_64_table.c
[6/40] Compiling jitter.c
[7/40] Compiling scal.c
/Users/admin/builder/spi-builder-workspace/Sources/speex/libspeexdsp/mdf.c:473:35: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
      st->window[i] = .5-.5*cos(2*M_PI*i/N);
                                  ^
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/math.h:695:9: note: expanding this definition of 'M_PI'
#define M_PI        3.14159265358979323846264338327950288   /* pi             */
        ^
/Users/admin/builder/spi-builder-workspace/Sources/speex/libspeexdsp/math_approx.h:306:9: note: other definition of 'M_PI'
#define M_PI           3.14159265358979323846  /* pi */
        ^
1 warning generated.
[8/40] Compiling mdf.c
[9/40] Compiling fftwrap.c
[10/40] Compiling cb_search.c
[11/40] Compiling window.c
[12/40] Compiling filterbank.c
[13/40] Compiling vorbis_psy.c
[14/40] Compiling vq.c
[15/40] Compiling buffer.c
[16/40] Compiling vbr.c
[17/40] Compiling stereo.c
[18/40] Compiling speex_header.c
[19/40] Compiling speex_callbacks.c
[20/40] Compiling speex.c
[21/40] Compiling resample.c
[22/40] Compiling smallft.c
[23/40] Compiling sb_celp.c
[24/40] Compiling lsp_tables_nb.c
[25/40] Compiling modes_wb.c
[26/40] Compiling modes.c
[27/40] Compiling quant_lsp.c
[28/40] Compiling preprocess.c
[29/40] Compiling filters.c
[30/40] Compiling ltp.c
[31/40] Compiling lsp.c
[32/40] Compiling high_lsp_tables.c
[33/40] Compiling hexc_table.c
[34/40] Compiling gain_table_lbr.c
[35/40] Compiling hexc_10_32_table.c
[36/40] Compiling nb_celp.c
[37/40] Compiling gain_table.c
[38/40] Compiling lpc.c
[39/40] Compiling bits.c
Build complete! (5.08s)
Build complete.
Done.