Build Information
Failed to build SongSprout, reference main (8ef418
), with Swift 6.1 for Wasm on 29 May 2025 03:26:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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/btfranklin/SongSprout
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-3":/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/btfranklin/ControlledChaos.git
Fetching https://github.com/AudioKit/AudioKitEX.git
Fetching https://github.com/AudioKit/SoundpipeAudioKit.git
Fetching https://github.com/AudioKit/AudioKit.git
[1/125] Fetching controlledchaos
[126/873] Fetching controlledchaos, audiokitex
[179/2706] Fetching controlledchaos, audiokitex, soundpipeaudiokit
[2707/253395] Fetching controlledchaos, audiokitex, soundpipeaudiokit, audiokit
Fetched https://github.com/AudioKit/AudioKitEX.git from cache (1.13s)
[17000/252647] Fetching controlledchaos, soundpipeaudiokit, audiokit
Fetched https://github.com/btfranklin/ControlledChaos.git from cache (1.15s)
Fetched https://github.com/AudioKit/SoundpipeAudioKit.git from cache (1.16s)
[17549/250689] Fetching audiokit
Fetched https://github.com/AudioKit/AudioKit.git from cache (13.57s)
Computing version for https://github.com/btfranklin/ControlledChaos.git
Computed https://github.com/btfranklin/ControlledChaos.git at 1.3.2 (14.08s)
Computing version for https://github.com/AudioKit/AudioKitEX.git
Computed https://github.com/AudioKit/AudioKitEX.git at 5.6.2 (0.50s)
Computing version for https://github.com/AudioKit/SoundpipeAudioKit.git
Computed https://github.com/AudioKit/SoundpipeAudioKit.git at 5.7.2 (0.56s)
Fetching https://github.com/AudioKit/KissFFT
Fetching https://github.com/AudioKit/Tonic
[1/3989] Fetching tonic
[1358/4015] Fetching tonic, kissfft
Fetched https://github.com/AudioKit/KissFFT from cache (0.24s)
Fetched https://github.com/AudioKit/Tonic from cache (0.26s)
Computing version for https://github.com/AudioKit/Tonic
Computed https://github.com/AudioKit/Tonic at 2.0.0 (3.35s)
Computing version for https://github.com/AudioKit/KissFFT
Computed https://github.com/AudioKit/KissFFT at 1.0.0 (1.52s)
Computing version for https://github.com/AudioKit/AudioKit.git
Computed https://github.com/AudioKit/AudioKit.git at 5.6.5 (0.47s)
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/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
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/btfranklin/ControlledChaos.git
Working copy of https://github.com/btfranklin/ControlledChaos.git resolved at 1.3.2
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 AtomicDataPtr.cpp
/host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Internals/AudioToolboxLinker.m:4:9: fatal error: 'AudioToolbox/AudioToolbox.h' file not found
4 | #import <AudioToolbox/AudioToolbox.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/231] Compiling AudioToolboxLinker.m
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
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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/AudioKitEX/Sources/CAudioKitEX/Nodes/DryWetMixerDSP.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 DryWetMixerDSP.mm
[1/231] Compiling DSPBase.mm
[1/231] Compiling DryWetDualMixerDSP.mm
[1/231] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[2/230] Copying Tonic.docc
[3/230] Compiling md5.c
[4/230] Copying GeneralUser GS v1.471.sf2
[5/230] Compiling test.c
[6/230] Compiling wpkorg35.c
[7/230] Compiling waveset.c
[8/230] Compiling vocoder.c
[9/230] Compiling vdelay.c
[10/230] Compiling voc.c
[11/230] Compiling tseg.c
[12/230] Compiling trand.c
[13/230] Compiling tseq.c
[14/230] Compiling timer.c
[15/230] Compiling tone.c
[16/230] Compiling zitarev.c
[17/230] Compiling tin.c
[18/230] Compiling thresh.c
[19/230] Write swift-version-24593BA9C3E375BF.txt
[20/230] Compiling tenvx.c
[21/230] Compiling tevent.c
[22/230] Compiling tgate.c
[23/230] Compiling tenv2.c
[24/230] Compiling tenv.c
[25/230] Compiling tdiv.c
[26/230] Compiling tblrec.c
[27/230] Compiling tabread.c
[28/230] Compiling switch.c
[29/230] Compiling tbvcf.c
[30/230] Compiling sndwarp.c
[30/230] Compiling streson.c
[32/230] Compiling talkbox.c
[32/230] Compiling smoothdelay.c
[32/230] Compiling tadsr.c
[35/248] Compiling sdelay.c
[36/251] Compiling scale.c
[37/251] Compiling slice.c
[38/251] Compiling scrambler.c
[39/251] Compiling saturator.c
[40/251] Compiling rpt.c
[41/251] Compiling reverse.c
[42/251] Compiling rspline.c
[43/251] Compiling rms.c
[44/251] Compiling revsc.c
[45/251] Compiling reson.c
[45/251] Compiling samphold.c
[47/251] Compiling random.c
[48/251] Compiling randi.c
[49/251] Compiling randmt.c
[50/251] Compiling randh.c
[51/251] Compiling ptrack.c
[52/251] Compiling pshift.c
[53/251] Compiling posc3.c
[54/251] Compiling prop.c
[55/251] Compiling progress.c
[56/251] Compiling port.c
[57/251] Compiling pluck.c
[58/251] Compiling pitchamdf.c
[59/251] Compiling peaklim.c
[60/251] Compiling pdhalf.c
[61/251] Compiling phasor.c
[62/251] Compiling pinknoise.c
[63/251] Compiling panst.c
[64/251] Compiling pareq.c
[65/251] Compiling phaser.c
[66/251] Compiling paulstretch.c
[67/251] Compiling osc.c
[68/251] Compiling pan2.c
[69/251] Compiling padsynth.c
[70/251] Compiling oscmorph.c
[71/251] Compiling oscmorph2d.c
[72/251] Compiling moogladder.c
[73/251] Compiling mode.c
[74/251] Compiling nsmp.c
[75/251] Compiling noise.c
[76/251] Compiling maygate.c
[77/251] Compiling metro.c
[78/251] Compiling jitter.c
[79/251] Compiling lpf18.c
[80/251] Compiling line.c
[81/251] Compiling incr.c
[82/251] Compiling in.c
[83/251] Compiling jcrev.c
[84/251] Compiling fosc.c
[85/251] Compiling mincer.c
[86/251] Compiling hilbert.c
[87/251] Compiling gbuzz.c
[88/251] Compiling ftbl.c
[89/251] Compiling foo.c
[90/251] Compiling fold.c
[91/251] Compiling fftwrapper.c
[92/251] Compiling fof.c
[93/251] Compiling fofilt.c
[94/251] Compiling fog.c
[95/251] Compiling expon.c
[96/251] Compiling dust.c
[97/251] Compiling eqfil.c
[98/251] Compiling dynamicosc.c
[99/251] Compiling dist.c
[100/251] Compiling dmetro.c
[101/251] Compiling dtrig.c
[102/251] Compiling diode.c
[103/251] Compiling dcblock.c
[104/251] Compiling delay.c
[105/251] Compiling crossfade.c
[106/251] Compiling count.c
[107/251] Compiling clock.c
[108/251] Compiling clamp.c
[109/251] Compiling clip.c
[110/251] Compiling comb.c
[111/251] Compiling compressor.c
[112/251] Compiling butlp.c
[113/251] Compiling buthp.c
[114/251] Compiling conv.c
[115/251] Compiling butbp.c
[116/251] Compiling brown.c
[116/251] Compiling blsquare.c
[118/251] Compiling butbr.c
[119/251] Compiling bltriangle.c
[120/251] Compiling biscale.c
[121/251] Compiling blsaw.c
[121/251] Compiling bitcrush.c
[123/251] Compiling base.c
[124/251] Compiling biquad.c
[125/251] Compiling bar.c
[125/251] Compiling atone.c
[127/251] Compiling bal.c
[128/251] Compiling autowah.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.
[129/251] Compiling pitchshift2.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"
| ^~~~~~~~~~~~~
1 error generated.
[129/251] Compiling pitchshift.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.
[129/251] Compiling voix_vocoder.c
[129/251] Compiling pitchcorrect.c
[129/251] Compiling allpass.c
[129/251] Compiling adsr.c
In file included from /host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/modules/Custom Soundpipe Modules/pitchcalculate.c:1:
/host/spi-builder-workspace/.build/checkouts/SoundpipeAudioKit/Sources/Soundpipe/include/pitchcalculate.h:7:10: fatal error: 'soundpipe.h' file not found
7 | #include "soundpipe.h"
| ^~~~~~~~~~~~~
[129/251] Compiling pitchcalculate.c
BUILD FAILURE 6.1 wasm