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

Failed to build SongSprout, reference 0.5.0 (8ef418), with Swift 6.1 for Android on 29 May 2025 03:27:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/SongSprout.git
Reference: 0.5.0
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/btfranklin/SongSprout
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 8ef4181 Fixed import of DryWetMixer
Cloned https://github.com/btfranklin/SongSprout.git
Revision (git rev-parse @):
8ef418162cef1cbe67dc001aadba8130c053defc
SUCCESS checkout https://github.com/btfranklin/SongSprout.git at 0.5.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/btfranklin/SongSprout.git
https://github.com/btfranklin/SongSprout.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "controlledchaos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/ControlledChaos.git"
    },
    {
      "identity" : "audiokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.2",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/AudioKit.git"
    },
    {
      "identity" : "audiokitex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/AudioKitEX.git"
    },
    {
      "identity" : "soundpipeaudiokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/SoundpipeAudioKit.git"
    }
  ],
  "manifest_display_name" : "SongSprout",
  "name" : "SongSprout",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SongSprout",
      "targets" : [
        "SongSprout"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SongSproutTests",
      "module_type" : "SwiftTarget",
      "name" : "SongSproutTests",
      "path" : "Tests/SongSproutTests",
      "sources" : [
        "MusicalScaleTests.swift",
        "Parts/Accompaniment/AccompanimentTrackDefinitionTests.swift",
        "Parts/Arpeggiator/ArpeggiatorTrackDefinitionTests.swift",
        "Parts/Bass/BassTrackDefinitionTests.swift",
        "Parts/Drone/DroneTrackDefinitionTests.swift",
        "Parts/Drums/DrumsTrackDefinitionTests.swift",
        "Parts/Lead/LeadTrackDefinitionTests.swift",
        "Parts/Pad/PadTrackDefinitionTests.swift",
        "VolumeTests.swift"
      ],
      "target_dependencies" : [
        "SongSprout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SongSprout",
      "module_type" : "SwiftTarget",
      "name" : "SongSprout",
      "path" : "Sources/SongSprout",
      "product_dependencies" : [
        "ControlledChaos",
        "AudioKit",
        "AudioKitEX",
        "SoundpipeAudioKit"
      ],
      "product_memberships" : [
        "SongSprout"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SongSprout/Resources/GeneralUser GS v1.471.sf2",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Chords/Chord.swift",
        "Chords/ChordDescriptor.swift",
        "Chords/ChordFunction.swift",
        "Chords/ChordFunctionCategory.swift",
        "Chords/ChordFunctionCategorySequence.swift",
        "Chords/ChordPlacementMap.swift",
        "Chords/ChordProgression.swift",
        "Complexity.swift",
        "ComposedPartSection.swift",
        "Extensions/Bool+randomProbabilityInt.swift",
        "Extensions/MIDINoteData Array + shifted.swift",
        "GeneralUserDrumKit.swift",
        "GeneralUserInstrumentDetails.swift",
        "InstrumentDetails.swift",
        "Motif.swift",
        "MusicalFlowPattern.swift",
        "MusicalGenotype.swift",
        "MusicalKeyName.swift",
        "MusicalScale.swift",
        "MusicalScaleType.swift",
        "Orchestrion.swift",
        "Parts/Accompaniment/AccompanimentInstruments.swift",
        "Parts/Accompaniment/AccompanimentPartComposer+Arpeggio Style.swift",
        "Parts/Accompaniment/AccompanimentPartComposer+Chord Picking Style.swift",
        "Parts/Accompaniment/AccompanimentPartComposer+Chord Style.swift",
        "Parts/Accompaniment/AccompanimentPartComposer+Decorated Chord Style.swift",
        "Parts/Accompaniment/AccompanimentPartComposer+Freeform Style.swift",
        "Parts/Accompaniment/AccompanimentPartComposer+Long Chord Style.swift",
        "Parts/Accompaniment/AccompanimentPartComposer.swift",
        "Parts/Accompaniment/AccompanimentPartGenotype.swift",
        "Parts/Accompaniment/AccompanimentPhrasePatternStyle.swift",
        "Parts/Accompaniment/AccompanimentTrackDefinition.swift",
        "Parts/Arpeggiator/ArpeggiatorPartComposer.swift",
        "Parts/Arpeggiator/ArpeggiatorPartGenotype.swift",
        "Parts/Arpeggiator/ArpeggiatorTrackDefinition.swift",
        "Parts/Arpeggiator/ArpeggioInstruments.swift",
        "Parts/Arpeggiator/ArpeggioPitchOrderingStyle.swift",
        "Parts/Bass/BassInstruments.swift",
        "Parts/Bass/BassPartComposer.swift",
        "Parts/Bass/BassPartGenotype.swift",
        "Parts/Bass/BassTrackDefinition.swift",
        "Parts/Drone/DroneInstruments.swift",
        "Parts/Drone/DronePartComposer.swift",
        "Parts/Drone/DronePartGenotype.swift",
        "Parts/Drone/DroneTrackDefinition.swift",
        "Parts/Drums/BassDrumSubPartGenotype.swift",
        "Parts/Drums/CymbalSubPartGenotype.swift",
        "Parts/Drums/DrumsPartComposer.swift",
        "Parts/Drums/DrumsPartGenotype.swift",
        "Parts/Drums/DrumsPartSongContext.swift",
        "Parts/Drums/DrumsTrackDefinition.swift",
        "Parts/Drums/Fill.swift",
        "Parts/Drums/HihatRideSubPartGenotype.swift",
        "Parts/Drums/SnareDrumSubPartGenotype.swift",
        "Parts/Lead/LeadInstruments.swift",
        "Parts/Lead/LeadPartComposer.swift",
        "Parts/Lead/LeadPartGenotype.swift",
        "Parts/Lead/LeadTrackDefinition.swift",
        "Parts/Pad/PadInstruments.swift",
        "Parts/Pad/PadPartComposer.swift",
        "Parts/Pad/PadPartGenotype.swift",
        "Parts/Pad/PadTrackDefinition.swift",
        "Parts/PartChannel.swift",
        "Parts/PartIdentifier.swift",
        "Parts/SignalToMixerRouteConnector.swift",
        "Parts/TrackNodeProducer.swift",
        "PercussionNoteNumber.swift",
        "Pitch.swift",
        "Section.swift",
        "SectionDescriptor.swift",
        "Song.swift",
        "Volume.swift",
        "global constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/AudioKit/SoundpipeAudioKit.git
Fetching https://github.com/AudioKit/AudioKit.git
Fetching https://github.com/AudioKit/AudioKitEX.git
[1/748] Fetching audiokitex
[31/2581] Fetching audiokitex, soundpipeaudiokit
[1021/253270] Fetching audiokitex, soundpipeaudiokit, audiokit
Fetched https://github.com/AudioKit/AudioKitEX.git from cache (0.61s)
[6847/252522] Fetching soundpipeaudiokit, audiokit
Fetching https://github.com/btfranklin/ControlledChaos.git
Fetched https://github.com/AudioKit/SoundpipeAudioKit.git from cache (18.00s)
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos.git from cache (0.39s)
Fetched https://github.com/AudioKit/AudioKit.git from cache (18.72s)
Computing version for https://github.com/btfranklin/ControlledChaos.git
Computed https://github.com/btfranklin/ControlledChaos.git at 1.3.2 (21.54s)
Computing version for https://github.com/AudioKit/AudioKitEX.git
Computed https://github.com/AudioKit/AudioKitEX.git at 5.6.2 (1.71s)
Computing version for https://github.com/AudioKit/SoundpipeAudioKit.git
Computed https://github.com/AudioKit/SoundpipeAudioKit.git at 5.7.2 (1.05s)
Fetching https://github.com/AudioKit/Tonic
Fetching https://github.com/AudioKit/KissFFT
[1/3989] Fetching tonic
[2/4015] Fetching tonic, kissfft
Fetched https://github.com/AudioKit/KissFFT from cache (1.08s)
Fetched https://github.com/AudioKit/Tonic from cache (1.08s)
Computing version for https://github.com/AudioKit/Tonic
Computed https://github.com/AudioKit/Tonic at 2.0.0 (1.72s)
Computing version for https://github.com/AudioKit/KissFFT
Computed https://github.com/AudioKit/KissFFT at 1.0.0 (0.81s)
Computing version for https://github.com/AudioKit/AudioKit.git
Computed https://github.com/AudioKit/AudioKit.git at 5.6.5 (0.51s)
Creating working copy for https://github.com/btfranklin/ControlledChaos.git
Working copy of https://github.com/btfranklin/ControlledChaos.git resolved at 1.3.2
Creating working copy for https://github.com/AudioKit/KissFFT
Working copy of https://github.com/AudioKit/KissFFT resolved at 1.0.0
Creating working copy for https://github.com/AudioKit/AudioKitEX.git
Working copy of https://github.com/AudioKit/AudioKitEX.git resolved at 5.6.2
Creating working copy for https://github.com/AudioKit/SoundpipeAudioKit.git
Working copy of https://github.com/AudioKit/SoundpipeAudioKit.git resolved at 5.7.2
Creating working copy for https://github.com/AudioKit/Tonic
Working copy of https://github.com/AudioKit/Tonic resolved at 2.0.0
Creating working copy for https://github.com/AudioKit/AudioKit.git
Working copy of https://github.com/AudioKit/AudioKit.git resolved at 5.6.5
warning: 'tonic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Chord.swift.orig
Building for debugging...
[0/231] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Internals/ExceptionCatcher.m:3:
/host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/include/ExceptionCatcher.h:7:9: fatal error: 'Foundation/Foundation.h' file not found
    7 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/231] Compiling ExceptionCatcher.m
[2/231] Compiling DebugDSP.c
[2/231] Compiling wpkorg35.c
[2/231] Compiling md5.c
[2/231] Compiling zitarev.c
[2/231] Compiling test.c
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Internals/DSPBase.mm:3:
/host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/include/DSPBase.h:6:9: fatal error: 'AudioToolbox/AudioToolbox.h' file not found
    6 | #import <AudioToolbox/AudioToolbox.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2/231] Compiling DSPBase.mm
[2/231] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'tonic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Chord.swift.orig
[0/1] Planning build
Building for debugging...
[0/229] Write sources
[0/229] Copying PrivacyInfo.xcprivacy
[3/229] Compiling md5.c
[4/229] Copying Tonic.docc
[5/229] Copying GeneralUser GS v1.471.sf2
[6/229] Compiling waveset.c
[7/229] Compiling zitarev.c
[8/229] Compiling tseq.c
[9/229] Compiling wpkorg35.c
[10/229] Compiling vdelay.c
[10/229] Compiling voc.c
[12/229] Compiling vocoder.c
[13/229] Compiling trand.c
[14/229] Compiling tseg.c
[15/229] Compiling tone.c
[16/229] Compiling tin.c
[17/229] Compiling timer.c
[18/229] Compiling thresh.c
[19/229] Compiling tgate.c
[20/229] Compiling tevent.c
[21/229] Compiling tenvx.c
[22/229] Compiling tenv2.c
[23/229] Compiling test.c
[23/229] Compiling tenv.c
[25/229] Write swift-version-24593BA9C3E375BF.txt
[26/229] Compiling tdiv.c
[26/229] Compiling tbvcf.c
[28/229] Compiling tblrec.c
[29/229] Compiling tabread.c
[30/229] Compiling talkbox.c
[31/229] Compiling tadsr.c
[32/229] Compiling switch.c
[33/229] Compiling streson.c
[34/229] Compiling sndwarp.c
[35/229] Compiling slice.c
[36/229] Compiling sdelay.c
[37/229] Compiling smoothdelay.c
[38/229] Compiling scrambler.c
[39/237] Compiling samphold.c
[40/245] Compiling scale.c
[41/245] Compiling saturator.c
[42/256] Compiling rpt.c
[43/256] Compiling rspline.c
[43/256] Compiling rms.c
[45/256] Compiling reson.c
[46/256] Compiling reverse.c
[47/256] Compiling random.c
[48/256] Compiling randh.c
[49/256] Compiling pshift.c
[50/256] Compiling randi.c
[50/256] Compiling randmt.c
[52/256] Compiling ptrack.c
[53/256] Compiling progress.c
[54/256] Compiling revsc.c
[55/256] Compiling pluck.c
[56/256] Compiling prop.c
[56/256] Compiling posc3.c
[58/256] Compiling pitchamdf.c
[59/256] Compiling phasor.c
[59/256] Compiling port.c
[61/256] Compiling pinknoise.c
[62/256] Compiling peaklim.c
[63/256] Compiling pdhalf.c
[64/256] Compiling pareq.c
[65/256] Compiling paulstretch.c
[65/256] Compiling phaser.c
[67/256] Compiling panst.c
[68/256] Compiling pan2.c
[69/256] Compiling oscmorph.c
[70/256] Compiling oscmorph2d.c
[71/256] Compiling osc.c
[72/256] Compiling padsynth.c
[73/256] Compiling nsmp.c
[74/256] Compiling noise.c
[75/256] Compiling moogladder.c
[76/256] Compiling metro.c
[77/256] Compiling mode.c
[78/256] Compiling mincer.c
[79/256] Compiling maygate.c
[80/256] Compiling lpf18.c
[81/256] Compiling line.c
[82/256] Compiling jitter.c
[83/256] Compiling in.c
[84/256] Compiling incr.c
[85/256] Compiling hilbert.c
[86/256] Compiling jcrev.c
[87/256] Compiling foo.c
[88/256] Compiling gbuzz.c
[88/256] Compiling fosc.c
[90/256] Compiling fold.c
[91/256] Compiling fog.c
[92/256] Compiling ftbl.c
[93/256] Compiling fofilt.c
[94/256] Compiling fftwrapper.c
[95/256] Compiling expon.c
[95/256] Compiling fof.c
[97/256] Compiling eqfil.c
[98/256] Compiling dust.c
[99/256] Compiling dist.c
[100/256] Compiling dtrig.c
[101/256] Compiling dmetro.c
[102/256] Compiling dynamicosc.c
[103/256] Compiling count.c
[103/256] Compiling crossfade.c
[105/256] Compiling diode.c
[105/256] Compiling conv.c
[107/256] Compiling delay.c
[108/256] Compiling dcblock.c
[109/256] Compiling clock.c
[110/256] Compiling comb.c
[111/256] Compiling compressor.c
[112/256] Compiling clamp.c
[113/256] Compiling clip.c
[114/256] Compiling butlp.c
[115/256] Compiling butbr.c
[116/256] Compiling brown.c
[116/256] Compiling buthp.c
[118/256] Compiling butbp.c
[119/256] Compiling bltriangle.c
[120/256] Compiling blsquare.c
[121/256] Compiling bitcrush.c
[122/256] Compiling blsaw.c
[123/256] Compiling biscale.c
[124/256] Compiling biquad.c
[125/256] Compiling base.c
[126/256] Compiling bar.c
[127/256] Compiling bal.c
[128/256] Compiling atone.c
[128/256] Compiling autowah.c
In file included from /host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/modules/Custom Soundpipe Modules/voix_vocoder.c:1:
/host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/include/voix_vocoder.h:7:10: fatal error: 'soundpipe.h' file not found
    7 | #include "soundpipe.h"
      |          ^~~~~~~~~~~~~
1 error generated.
[130/256] Compiling voix_vocoder.c
[130/256] Compiling pitchcorrect.c
[130/256] Compiling pitchshift.c
[130/256] Compiling allpass.c
[130/256] Compiling adsr.c
[130/256] Compiling pitchshift2.c
BUILD FAILURE 6.1 android