The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CDUMB, reference main (d1c63c), with Swift 6.1 for Android on 18 Aug 2025 18:24:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CDUMB.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/sbooth/CDUMB
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d1c63ce Bump actions/checkout from 4 to 5 (#2)
Cloned https://github.com/sbooth/CDUMB.git
Revision (git rev-parse @):
d1c63ce197750eb43da5a69adf340ab1af6f7a31
SUCCESS checkout https://github.com/sbooth/CDUMB.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sbooth/CDUMB.git
https://github.com/sbooth/CDUMB.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CDUMB",
  "name" : "CDUMB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "dumb",
      "targets" : [
        "dumb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dumb",
      "module_type" : "ClangTarget",
      "name" : "dumb",
      "path" : "Sources/dumb",
      "product_memberships" : [
        "dumb"
      ],
      "sources" : [
        "core/atexit.c",
        "core/duhlen.c",
        "core/duhtag.c",
        "core/dumbfile.c",
        "core/loadduh.c",
        "core/makeduh.c",
        "core/rawsig.c",
        "core/readduh.c",
        "core/register.c",
        "core/rendduh.c",
        "core/rendsig.c",
        "core/unload.c",
        "helpers/barray.c",
        "helpers/clickrem.c",
        "helpers/lpc.c",
        "helpers/memfile.c",
        "helpers/resample.c",
        "helpers/resampler.c",
        "helpers/riff.c",
        "helpers/sampbuf.c",
        "helpers/silence.c",
        "helpers/stdfile.c",
        "helpers/tarray.c",
        "it/itload.c",
        "it/itload2.c",
        "it/itmisc.c",
        "it/itorder.c",
        "it/itread.c",
        "it/itread2.c",
        "it/itrender.c",
        "it/itunload.c",
        "it/load669.c",
        "it/load6692.c",
        "it/loadamf.c",
        "it/loadamf2.c",
        "it/loadany.c",
        "it/loadany2.c",
        "it/loadasy.c",
        "it/loadasy2.c",
        "it/loadmod.c",
        "it/loadmod2.c",
        "it/loadmtm.c",
        "it/loadmtm2.c",
        "it/loadokt.c",
        "it/loadokt2.c",
        "it/loadoldpsm.c",
        "it/loadoldpsm2.c",
        "it/loadpsm.c",
        "it/loadpsm2.c",
        "it/loadptm.c",
        "it/loadptm2.c",
        "it/loadriff.c",
        "it/loadriff2.c",
        "it/loads3m.c",
        "it/loads3m2.c",
        "it/loadstm.c",
        "it/loadstm2.c",
        "it/loadxm.c",
        "it/loadxm2.c",
        "it/ptmeffect.c",
        "it/read669.c",
        "it/read6692.c",
        "it/readam.c",
        "it/readamf.c",
        "it/readamf2.c",
        "it/readany.c",
        "it/readany2.c",
        "it/readasy.c",
        "it/readdsmf.c",
        "it/readmod.c",
        "it/readmod2.c",
        "it/readmtm.c",
        "it/readokt.c",
        "it/readokt2.c",
        "it/readoldpsm.c",
        "it/readpsm.c",
        "it/readptm.c",
        "it/readriff.c",
        "it/reads3m.c",
        "it/reads3m2.c",
        "it/readstm.c",
        "it/readstm2.c",
        "it/readxm.c",
        "it/readxm2.c",
        "it/xmeffect.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CDUMBTests",
      "module_type" : "SwiftTarget",
      "name" : "CDUMBTests",
      "path" : "Tests/CDUMBTests",
      "sources" : [
        "CDUMBTests.swift"
      ],
      "target_dependencies" : [
        "dumb"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/85] Compiling dumbfile.c
[1/85] Compiling rendduh.c
[2/85] Compiling readstm2.c
[3/85] Compiling reads3m2.c
[4/85] Compiling readxm2.c
[4/85] Compiling xmeffect.c
[6/85] Compiling readxm.c
[7/85] Compiling readriff.c
[8/85] Compiling readstm.c
[9/85] Compiling readokt2.c
[10/85] Compiling reads3m.c
[11/85] Compiling readptm.c
[12/85] Compiling readokt.c
[12/85] Compiling readmtm.c
[14/85] Compiling readmod2.c
[15/85] Compiling readdsmf.c
[16/85] Compiling readasy.c
[17/85] Compiling readoldpsm.c
[18/85] Compiling readany2.c
[19/85] Compiling readpsm.c
[20/85] Compiling readmod.c
[21/85] Compiling read6692.c
[22/85] Compiling readany.c
[23/85] Compiling readamf.c
[24/85] Compiling loadxm2.c
[25/85] Compiling readamf2.c
[26/85] Compiling loadstm2.c
[27/85] Compiling loadxm.c
[28/85] Compiling ptmeffect.c
[28/85] Compiling loadstm.c
[28/85] Compiling loads3m2.c
[31/85] Compiling loadriff2.c
[32/85] Compiling loads3m.c
[33/85] Compiling readam.c
[34/85] Compiling read669.c
[35/85] Compiling loadptm2.c
[36/85] Compiling loadpsm.c
[37/85] Compiling loadpsm2.c
[38/85] Compiling loadoldpsm2.c
[39/85] Compiling loadriff.c
[40/85] Compiling loadptm.c
[41/85] Compiling loadoldpsm.c
[42/85] Compiling loadokt2.c
[43/85] Compiling loadokt.c
[44/85] Compiling loadmtm2.c
[45/85] Compiling loadmod2.c
[46/85] Compiling loadmod.c
[47/85] Compiling loadmtm.c
[48/85] Compiling loadasy.c
[49/85] Compiling loadany2.c
[50/85] Compiling loadasy2.c
[51/85] Compiling loadany.c
[52/85] Compiling loadamf2.c
[53/85] Compiling loadamf.c
[54/85] Compiling load669.c
[55/85] Compiling load6692.c
[56/85] Compiling itread2.c
[57/85] Compiling itunload.c
[58/85] Compiling itorder.c
[59/85] Compiling itload2.c
[60/85] Compiling itmisc.c
[61/85] Compiling tarray.c
[62/85] Compiling itload.c
[63/85] Compiling stdfile.c
[64/85] Compiling silence.c
[64/85] Compiling itread.c
[66/85] Compiling sampbuf.c
[67/85] Compiling riff.c
[68/85] Compiling memfile.c
[69/85] Compiling lpc.c
[70/85] Compiling unload.c
[71/85] Compiling resampler.c
[72/85] Compiling barray.c
[73/85] Compiling clickrem.c
[74/85] Compiling register.c
[75/85] Compiling rendsig.c
[76/85] Compiling readduh.c
[77/85] Compiling resample.c
[78/85] Compiling loadduh.c
[79/85] Compiling rawsig.c
[80/85] Compiling duhtag.c
[81/85] Compiling duhlen.c
[82/85] Compiling makeduh.c
[83/85] Compiling atexit.c
[84/85] Compiling itrender.c
Build complete! (2.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CDUMB",
  "name" : "CDUMB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "dumb",
      "targets" : [
        "dumb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dumb",
      "module_type" : "ClangTarget",
      "name" : "dumb",
      "path" : "Sources/dumb",
      "product_memberships" : [
        "dumb"
      ],
      "sources" : [
        "core/atexit.c",
        "core/duhlen.c",
        "core/duhtag.c",
        "core/dumbfile.c",
        "core/loadduh.c",
        "core/makeduh.c",
        "core/rawsig.c",
        "core/readduh.c",
        "core/register.c",
        "core/rendduh.c",
        "core/rendsig.c",
        "core/unload.c",
        "helpers/barray.c",
        "helpers/clickrem.c",
        "helpers/lpc.c",
        "helpers/memfile.c",
        "helpers/resample.c",
        "helpers/resampler.c",
        "helpers/riff.c",
        "helpers/sampbuf.c",
        "helpers/silence.c",
        "helpers/stdfile.c",
        "helpers/tarray.c",
        "it/itload.c",
        "it/itload2.c",
        "it/itmisc.c",
        "it/itorder.c",
        "it/itread.c",
        "it/itread2.c",
        "it/itrender.c",
        "it/itunload.c",
        "it/load669.c",
        "it/load6692.c",
        "it/loadamf.c",
        "it/loadamf2.c",
        "it/loadany.c",
        "it/loadany2.c",
        "it/loadasy.c",
        "it/loadasy2.c",
        "it/loadmod.c",
        "it/loadmod2.c",
        "it/loadmtm.c",
        "it/loadmtm2.c",
        "it/loadokt.c",
        "it/loadokt2.c",
        "it/loadoldpsm.c",
        "it/loadoldpsm2.c",
        "it/loadpsm.c",
        "it/loadpsm2.c",
        "it/loadptm.c",
        "it/loadptm2.c",
        "it/loadriff.c",
        "it/loadriff2.c",
        "it/loads3m.c",
        "it/loads3m2.c",
        "it/loadstm.c",
        "it/loadstm2.c",
        "it/loadxm.c",
        "it/loadxm2.c",
        "it/ptmeffect.c",
        "it/read669.c",
        "it/read6692.c",
        "it/readam.c",
        "it/readamf.c",
        "it/readamf2.c",
        "it/readany.c",
        "it/readany2.c",
        "it/readasy.c",
        "it/readdsmf.c",
        "it/readmod.c",
        "it/readmod2.c",
        "it/readmtm.c",
        "it/readokt.c",
        "it/readokt2.c",
        "it/readoldpsm.c",
        "it/readpsm.c",
        "it/readptm.c",
        "it/readriff.c",
        "it/reads3m.c",
        "it/reads3m2.c",
        "it/readstm.c",
        "it/readstm2.c",
        "it/readxm.c",
        "it/readxm2.c",
        "it/xmeffect.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CDUMBTests",
      "module_type" : "SwiftTarget",
      "name" : "CDUMBTests",
      "path" : "Tests/CDUMBTests",
      "sources" : [
        "CDUMBTests.swift"
      ],
      "target_dependencies" : [
        "dumb"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.