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 1.2.1 (ba33fd), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 21:28:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CSpeex.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CSpeex
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at ba33fd9 Fix SSE defines
Cloned https://github.com/sbooth/CSpeex.git
Revision (git rev-parse @):
ba33fd93d54d8e7fc93b8a1d27991e756bac7345
SUCCESS checkout https://github.com/sbooth/CSpeex.git at 1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cspeex",
      "name": "CSpeex",
      "url": "https://github.com/sbooth/CSpeex.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSpeex",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sbooth/CSpeex.git
[2/146] Fetching cspeex
Fetched https://github.com/sbooth/CSpeex.git from cache (0.79s)
Creating working copy for https://github.com/sbooth/CSpeex.git
Working copy of https://github.com/sbooth/CSpeex.git resolved at 1.2.1 (ba33fd9)
warning: '.resolve-product-dependencies': dependency 'cspeex' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sbooth/CSpeex.git
https://github.com/sbooth/CSpeex.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CSpeex",
  "name" : "CSpeex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "speex",
      "targets" : [
        "speex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "speex",
      "module_type" : "ClangTarget",
      "name" : "speex",
      "path" : "Sources/speex",
      "product_memberships" : [
        "speex"
      ],
      "sources" : [
        "libspeex/bits.c",
        "libspeex/cb_search.c",
        "libspeex/exc_10_16_table.c",
        "libspeex/exc_10_32_table.c",
        "libspeex/exc_20_32_table.c",
        "libspeex/exc_5_256_table.c",
        "libspeex/exc_5_64_table.c",
        "libspeex/exc_8_128_table.c",
        "libspeex/filters.c",
        "libspeex/gain_table.c",
        "libspeex/gain_table_lbr.c",
        "libspeex/hexc_10_32_table.c",
        "libspeex/hexc_table.c",
        "libspeex/high_lsp_tables.c",
        "libspeex/lpc.c",
        "libspeex/lsp.c",
        "libspeex/lsp_tables_nb.c",
        "libspeex/ltp.c",
        "libspeex/modes.c",
        "libspeex/modes_wb.c",
        "libspeex/nb_celp.c",
        "libspeex/quant_lsp.c",
        "libspeex/sb_celp.c",
        "libspeex/smallft.c",
        "libspeex/speex.c",
        "libspeex/speex_callbacks.c",
        "libspeex/speex_header.c",
        "libspeex/stereo.c",
        "libspeex/vbr.c",
        "libspeex/vorbis_psy.c",
        "libspeex/vq.c",
        "libspeex/window.c",
        "libspeexdsp/buffer.c",
        "libspeexdsp/fftwrap.c",
        "libspeexdsp/filterbank.c",
        "libspeexdsp/jitter.c",
        "libspeexdsp/mdf.c",
        "libspeexdsp/preprocess.c",
        "libspeexdsp/resample.c",
        "libspeexdsp/scal.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSpeexTests",
      "module_type" : "SwiftTarget",
      "name" : "CSpeexTests",
      "path" : "Tests/CSpeexTests",
      "sources" : [
        "CSpeexTests.swift"
      ],
      "target_dependencies" : [
        "speex"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/40] Compiling exc_10_32_table.c
[1/40] Compiling hexc_10_32_table.c
[1/40] Compiling gain_table_lbr.c
[2/40] Compiling exc_8_128_table.c
[2/40] Compiling exc_20_32_table.c
[3/40] Compiling exc_5_64_table.c
[4/40] Compiling gain_table.c
[7/40] Compiling exc_5_256_table.c
[8/40] Compiling window.c
[9/40] Compiling vq.c
[10/40] Compiling vorbis_psy.c
[11/40] Compiling vbr.c
[12/40] Compiling buffer.c
[13/40] Compiling stereo.c
/Users/admin/builder/spi-builder-workspace/Sources/speex/libspeexdsp/mdf.c:473:35: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  473 |       st->window[i] = .5-.5*cos(2*M_PI*i/N);
      |                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/math.h:715:9: note: expanding this definition of 'M_PI'
  715 | #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'
  306 | #define M_PI           3.14159265358979323846  /* pi */
      |         ^
1 warning generated.
[14/40] Compiling mdf.c
[15/40] Compiling preprocess.c
[16/40] Compiling speex_header.c
[17/40] Compiling filters.c
[18/40] Compiling speex_callbacks.c
[19/40] Compiling resample.c
[20/40] Compiling speex.c
[21/40] Compiling fftwrap.c
[22/40] Compiling smallft.c
[23/40] Compiling quant_lsp.c
[24/40] Compiling scal.c
[25/40] Compiling jitter.c
[26/40] Compiling sb_celp.c
[27/40] Compiling filterbank.c
[28/40] Compiling modes_wb.c
[29/40] Compiling modes.c
[30/40] Compiling lsp_tables_nb.c
[31/40] Compiling nb_celp.c
[32/40] Compiling high_lsp_tables.c
[33/40] Compiling hexc_table.c
[34/40] Compiling exc_10_16_table.c
[35/40] Compiling lpc.c
[36/40] Compiling lsp.c
[37/40] Compiling ltp.c
[38/40] Compiling bits.c
[39/40] Compiling cb_search.c
Build complete! (0.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CSpeex",
  "name" : "CSpeex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "speex",
      "targets" : [
        "speex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "speex",
      "module_type" : "ClangTarget",
      "name" : "speex",
      "path" : "Sources/speex",
      "product_memberships" : [
        "speex"
      ],
      "sources" : [
        "libspeex/bits.c",
        "libspeex/cb_search.c",
        "libspeex/exc_10_16_table.c",
        "libspeex/exc_10_32_table.c",
        "libspeex/exc_20_32_table.c",
        "libspeex/exc_5_256_table.c",
        "libspeex/exc_5_64_table.c",
        "libspeex/exc_8_128_table.c",
        "libspeex/filters.c",
        "libspeex/gain_table.c",
        "libspeex/gain_table_lbr.c",
        "libspeex/hexc_10_32_table.c",
        "libspeex/hexc_table.c",
        "libspeex/high_lsp_tables.c",
        "libspeex/lpc.c",
        "libspeex/lsp.c",
        "libspeex/lsp_tables_nb.c",
        "libspeex/ltp.c",
        "libspeex/modes.c",
        "libspeex/modes_wb.c",
        "libspeex/nb_celp.c",
        "libspeex/quant_lsp.c",
        "libspeex/sb_celp.c",
        "libspeex/smallft.c",
        "libspeex/speex.c",
        "libspeex/speex_callbacks.c",
        "libspeex/speex_header.c",
        "libspeex/stereo.c",
        "libspeex/vbr.c",
        "libspeex/vorbis_psy.c",
        "libspeex/vq.c",
        "libspeex/window.c",
        "libspeexdsp/buffer.c",
        "libspeexdsp/fftwrap.c",
        "libspeexdsp/filterbank.c",
        "libspeexdsp/jitter.c",
        "libspeexdsp/mdf.c",
        "libspeexdsp/preprocess.c",
        "libspeexdsp/resample.c",
        "libspeexdsp/scal.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSpeexTests",
      "module_type" : "SwiftTarget",
      "name" : "CSpeexTests",
      "path" : "Tests/CSpeexTests",
      "sources" : [
        "CSpeexTests.swift"
      ],
      "target_dependencies" : [
        "speex"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Done.