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 Wasm on 29 May 2025 03:26:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/AudioKit/SoundpipeAudioKit.git
Fetching https://github.com/AudioKit/AudioKitEX.git
Fetching https://github.com/btfranklin/ControlledChaos.git
Fetching https://github.com/AudioKit/AudioKit.git
[1/1833] Fetching soundpipeaudiokit
[2/2581] Fetching soundpipeaudiokit, audiokitex
[150/2706] Fetching soundpipeaudiokit, audiokitex, controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos.git from cache (0.33s)
[1165/2581] Fetching soundpipeaudiokit, audiokitex
[2582/253270] Fetching soundpipeaudiokit, audiokitex, audiokit
Fetched https://github.com/AudioKit/AudioKitEX.git from cache (15.30s)
Fetched https://github.com/AudioKit/SoundpipeAudioKit.git from cache (15.31s)
Fetched https://github.com/AudioKit/AudioKit.git from cache (15.99s)
Computing version for https://github.com/btfranklin/ControlledChaos.git
Computed https://github.com/btfranklin/ControlledChaos.git at 1.3.2 (16.87s)
Computing version for https://github.com/AudioKit/AudioKitEX.git
Computed https://github.com/AudioKit/AudioKitEX.git at 5.6.2 (0.82s)
Computing version for https://github.com/AudioKit/SoundpipeAudioKit.git
Computed https://github.com/AudioKit/SoundpipeAudioKit.git at 5.7.2 (0.76s)
Fetching https://github.com/AudioKit/KissFFT
Fetching https://github.com/AudioKit/Tonic
[1/26] Fetching kissfft
[27/4015] Fetching kissfft, tonic
Fetched https://github.com/AudioKit/KissFFT from cache (0.55s)
Fetched https://github.com/AudioKit/Tonic from cache (0.56s)
Computing version for https://github.com/AudioKit/Tonic
Computed https://github.com/AudioKit/Tonic at 2.0.0 (1.52s)
Computing version for https://github.com/AudioKit/KissFFT
Computed https://github.com/AudioKit/KissFFT at 1.0.0 (0.77s)
Computing version for https://github.com/AudioKit/AudioKit.git
Computed https://github.com/AudioKit/AudioKit.git at 5.6.5 (3.85s)
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/SoundpipeAudioKit.git
Working copy of https://github.com/AudioKit/SoundpipeAudioKit.git resolved at 5.7.2
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/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/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] Compiling DebugDSP.c
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.
[1/231] Compiling ExceptionCatcher.m
[1/231] Compiling growl.c
[1/231] Compiling AudioToolboxLinker.m
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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1/231] Compiling DSPBase.mm
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Nodes/DryWetDualMixerDSP.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1/231] Compiling DryWetDualMixerDSP.mm
[1/231] Compiling AtomicDataPtr.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Nodes/CallbackInstrumentDSP.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1/231] Compiling CallbackInstrumentDSP.mm
[1/231] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/230] Write sources
[0/230] Copying PrivacyInfo.xcprivacy
[0/230] Write sources
[6/230] Copying GeneralUser GS v1.471.sf2
[7/230] Copying Tonic.docc
[8/230] Compiling md5.c
[9/230] Compiling waveset.c
[10/230] Compiling wpkorg35.c
[11/230] Compiling tseq.c
[12/230] Compiling vdelay.c
[13/230] Compiling zitarev.c
[14/230] Compiling tseg.c
[15/230] Compiling vocoder.c
[16/230] Compiling voc.c
[17/230] Compiling tin.c
[17/230] Compiling trand.c
[17/230] Compiling timer.c
[20/230] Compiling tone.c
[21/230] Write swift-version-24593BA9C3E375BF.txt
[22/230] Compiling test.c
[23/230] Compiling thresh.c
[24/230] Compiling tevent.c
[25/230] Compiling tenv.c
[26/230] Compiling tgate.c
[26/230] Compiling tenvx.c
[28/230] Compiling tenv2.c
[29/230] Compiling tbvcf.c
[30/230] Compiling tblrec.c
[31/230] Compiling talkbox.c
[32/230] Compiling tdiv.c
[33/230] Compiling tadsr.c
[34/230] Compiling streson.c
[35/230] Compiling switch.c
[36/230] Compiling sndwarp.c
[37/230] Compiling tabread.c
[38/230] Compiling slice.c
[39/230] Compiling sdelay.c
[40/249] Compiling samphold.c
[41/257] Compiling rspline.c
[42/257] Compiling scrambler.c
[43/257] Compiling rpt.c
[44/257] Compiling smoothdelay.c
[45/257] Compiling saturator.c
[46/257] Compiling rms.c
[47/257] Compiling scale.c
[48/257] Compiling revsc.c
[49/257] Compiling randi.c
[50/257] Compiling reson.c
[51/257] Compiling randh.c
[52/257] Compiling reverse.c
[53/257] Compiling random.c
[54/257] Compiling randmt.c
[55/257] Compiling pshift.c
[56/257] Compiling progress.c
[57/257] Compiling posc3.c
[58/257] Compiling prop.c
[59/257] Compiling port.c
[60/257] Compiling ptrack.c
[61/257] Compiling pluck.c
[62/257] Compiling pinknoise.c
[63/257] Compiling phasor.c
[64/257] Compiling pitchamdf.c
[65/257] Compiling paulstretch.c
[66/257] Compiling pdhalf.c
[67/257] Compiling peaklim.c
[68/257] Compiling pareq.c
[69/257] Compiling panst.c
[70/257] Compiling phaser.c
[71/257] Compiling pan2.c
[72/257] Compiling padsynth.c
[73/257] Compiling oscmorph2d.c
[74/257] Compiling osc.c
[74/257] Compiling noise.c
[76/257] Compiling nsmp.c
[77/257] Compiling oscmorph.c
[78/257] Compiling moogladder.c
[79/257] Compiling mode.c
[80/257] Compiling maygate.c
[81/257] Compiling metro.c
[82/257] Compiling mincer.c
[83/257] Compiling lpf18.c
[84/257] Compiling line.c
[85/257] Compiling incr.c
[86/257] Compiling jitter.c
[87/257] Compiling in.c
[88/257] Compiling jcrev.c
[88/257] Compiling ftbl.c
[88/257] Compiling fosc.c
[91/257] Compiling hilbert.c
[92/257] Compiling gbuzz.c
[93/257] Compiling foo.c
[94/257] Compiling fold.c
[95/257] Compiling fofilt.c
[96/257] Compiling fftwrapper.c
[97/257] Compiling fog.c
[98/257] Compiling fof.c
[99/257] Compiling expon.c
[100/257] Compiling dmetro.c
[101/257] Compiling eqfil.c
[102/257] Compiling dtrig.c
[102/257] Compiling dynamicosc.c
[104/257] Compiling dist.c
[105/257] Compiling dust.c
[106/257] Compiling delay.c
[107/257] Compiling diode.c
[108/257] Compiling count.c
[109/257] Compiling dcblock.c
[110/257] Compiling crossfade.c
[111/257] Compiling compressor.c
[112/257] Compiling conv.c
[112/257] Compiling comb.c
[114/257] Compiling clock.c
[115/257] Compiling clip.c
[116/257] Compiling clamp.c
[117/257] Compiling butlp.c
[118/257] Compiling butbr.c
[119/257] Compiling buthp.c
[120/257] Compiling brown.c
[121/257] Compiling butbp.c
[122/257] Compiling bltriangle.c
[123/257] Compiling blsquare.c
[124/257] Compiling blsaw.c
[125/257] Compiling bitcrush.c
[126/257] Compiling biscale.c
[127/257] Compiling base.c
[128/257] Compiling biquad.c
[129/257] Compiling bal.c
[130/257] Compiling bar.c
[131/257] Compiling allpass.c
[132/257] Compiling atone.c
[133/257] Compiling autowah.c
[134/257] Compiling adsr.c
In file included from /host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/modules/Custom Soundpipe Modules/pitchshift2.c:1:
/host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/include/pitchshift2.h:5:10: fatal error: 'soundpipe.h' file not found
    5 | #include "soundpipe.h"
      |          ^~~~~~~~~~~~~
1 error generated.
[135/257] Compiling pitchshift2.c
[135/257] Compiling harmonizer.c
[135/257] Compiling pitchcalculate.c
In file included from /host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/modules/Custom Soundpipe Modules/pitchshift.c:1:
/host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/include/pitchshift.h:9:10: fatal error: 'soundpipe.h' file not found
    9 | #include "soundpipe.h"
      |          ^~~~~~~~~~~~~
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"
      |          ^~~~~~~~~~~~~
[135/257] Compiling voix_vocoder.c
[135/257] Compiling pitchshift.c
[135/257] Compiling pitchcorrect.c
BUILD FAILURE 6.1 wasm