Build Information
Failed to build SongSprout, reference main (8ef418
), with Swift 6.1 for Android on 29 May 2025 03:26:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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: 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-4609320-2":/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/btfranklin/ControlledChaos.git
Fetching https://github.com/AudioKit/AudioKitEX.git
[1/1833] Fetching soundpipeaudiokit
[313/1958] Fetching soundpipeaudiokit, controlledchaos
[559/2706] Fetching soundpipeaudiokit, controlledchaos, audiokitex
[2626/253395] Fetching soundpipeaudiokit, controlledchaos, audiokitex, audiokit
Fetched https://github.com/AudioKit/AudioKitEX.git from cache (1.13s)
Fetched https://github.com/AudioKit/SoundpipeAudioKit.git from cache (1.14s)
[25113/250814] Fetching controlledchaos, audiokit
Fetched https://github.com/btfranklin/ControlledChaos.git from cache (12.97s)
Fetched https://github.com/AudioKit/AudioKit.git from cache (13.61s)
Computing version for https://github.com/btfranklin/ControlledChaos.git
Computed https://github.com/btfranklin/ControlledChaos.git at 1.3.2 (14.68s)
Computing version for https://github.com/AudioKit/AudioKitEX.git
Computed https://github.com/AudioKit/AudioKitEX.git at 5.6.2 (0.98s)
Computing version for https://github.com/AudioKit/SoundpipeAudioKit.git
Computed https://github.com/AudioKit/SoundpipeAudioKit.git at 5.7.2 (0.72s)
Fetching https://github.com/AudioKit/KissFFT
Fetching https://github.com/AudioKit/Tonic
[1/26] Fetching kissfft
[26/4015] Fetching kissfft, tonic
Fetched https://github.com/AudioKit/KissFFT from cache (4.28s)
Fetched https://github.com/AudioKit/Tonic from cache (4.29s)
Computing version for https://github.com/AudioKit/Tonic
Computed https://github.com/AudioKit/Tonic at 2.0.0 (4.80s)
Computing version for https://github.com/AudioKit/KissFFT
Computed https://github.com/AudioKit/KissFFT at 1.0.0 (0.84s)
Computing version for https://github.com/AudioKit/AudioKit.git
Computed https://github.com/AudioKit/AudioKit.git at 5.6.5 (0.57s)
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/AudioKit.git
Working copy of https://github.com/AudioKit/AudioKit.git resolved at 5.6.5
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/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/Tonic
Working copy of https://github.com/AudioKit/Tonic resolved at 2.0.0
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...
/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.
[0/231] Compiling AudioToolboxLinker.m
[0/231] Compiling AtomicDataPtr.cpp
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.
[0/231] Compiling ExceptionCatcher.m
[0/231] Compiling streson.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/231] Compiling DSPBase.mm
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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/231] Compiling CallbackInstrumentDSP.mm
[0/231] Compiling reverse.c
[0/231] Compiling revsc.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/231] Write sources
[0/231] Copying PrivacyInfo.xcprivacy
[1/231] Write sources
[7/231] Copying Tonic.docc
[8/231] Copying GeneralUser GS v1.471.sf2
[9/231] Compiling wpkorg35.c
[10/231] Compiling waveset.c
[11/231] Compiling md5.c
[12/231] Compiling vocoder.c
[13/231] Compiling vdelay.c
[14/231] Compiling voc.c
[15/231] Compiling tseq.c
[16/231] Compiling tseg.c
[17/231] Compiling zitarev.c
[18/231] Compiling trand.c
[19/231] Compiling tin.c
[20/231] Compiling timer.c
[21/231] Compiling tone.c
[21/231] Compiling thresh.c
[21/231] Compiling tgate.c
[24/231] Compiling tevent.c
[25/231] Compiling tenvx.c
[26/231] Write swift-version-24593BA9C3E375BF.txt
[27/231] Compiling test.c
[28/231] Compiling tenv2.c
[28/231] Compiling tbvcf.c
[30/231] Compiling tdiv.c
[30/231] Compiling tenv.c
[32/231] Compiling tblrec.c
[33/231] Compiling tadsr.c
[33/231] Compiling talkbox.c
[35/231] Compiling switch.c
[36/231] Compiling tabread.c
[37/231] Compiling smoothdelay.c
[38/231] Compiling sndwarp.c
[39/231] Compiling streson.c
[40/233] Compiling scrambler.c
[40/233] Compiling slice.c
[42/252] Compiling sdelay.c
[43/258] Compiling scale.c
[44/336] Compiling saturator.c
[45/361] Compiling rspline.c
[46/379] Compiling rpt.c
[47/380] Compiling samphold.c
[48/380] Compiling reson.c
[49/380] Compiling reverse.c
[50/380] Compiling random.c
[51/380] Compiling rms.c
[52/380] Compiling randmt.c
[53/380] Compiling randi.c
[54/380] Compiling revsc.c
[55/380] Compiling pshift.c
[56/380] Compiling prop.c
[57/380] Compiling randh.c
[58/380] Compiling ptrack.c
[59/380] Compiling posc3.c
[60/380] Compiling port.c
[60/380] Compiling progress.c
[62/380] Compiling pluck.c
[63/380] Compiling pitchamdf.c
[64/380] Compiling pinknoise.c
[65/380] Compiling phasor.c
[66/380] Compiling phaser.c
[67/380] Compiling pdhalf.c
[68/380] Compiling peaklim.c
[69/380] Compiling paulstretch.c
[70/380] Compiling pareq.c
[71/380] Compiling panst.c
[72/380] Compiling padsynth.c
[73/380] Compiling pan2.c
[73/380] Compiling osc.c
[75/380] Compiling oscmorph.c
[76/380] Compiling oscmorph2d.c
[77/380] Compiling moogladder.c
[78/380] Compiling noise.c
[79/380] Compiling mode.c
[80/380] Compiling mincer.c
[81/380] Compiling nsmp.c
[82/380] Compiling maygate.c
[83/380] Compiling metro.c
[84/380] Compiling line.c
[85/380] Compiling lpf18.c
[86/380] Compiling jitter.c
[87/380] Compiling incr.c
[88/380] Compiling jcrev.c
[89/380] Compiling hilbert.c
[90/380] Compiling in.c
[91/380] Compiling ftbl.c
[92/380] Compiling gbuzz.c
[93/380] Compiling foo.c
[94/380] Compiling fosc.c
[95/380] Compiling fold.c
[96/380] Compiling fofilt.c
[97/380] Compiling fof.c
[98/380] Compiling expon.c
[99/380] Compiling fog.c
[100/380] Compiling fftwrapper.c
[101/380] Compiling eqfil.c
[102/380] Compiling dynamicosc.c
[103/380] Compiling dust.c
[104/380] Compiling dtrig.c
[105/380] Compiling dmetro.c
[106/380] Compiling dist.c
[107/380] Compiling diode.c
[108/380] Compiling delay.c
[109/380] Compiling crossfade.c
[109/380] Compiling dcblock.c
[111/380] Compiling count.c
[112/380] Compiling conv.c
[113/380] Compiling comb.c
[114/380] Compiling compressor.c
[115/380] Compiling clock.c
[116/380] Compiling clip.c
[117/380] Compiling clamp.c
[118/380] Compiling butbr.c
[119/380] Compiling buthp.c
[120/380] Compiling butlp.c
[121/380] Compiling butbp.c
[122/380] Compiling bltriangle.c
[122/380] Compiling brown.c
[124/380] Compiling blsquare.c
[125/380] Compiling blsaw.c
[126/380] Compiling bitcrush.c
[127/380] Compiling biscale.c
[128/380] Compiling biquad.c
[129/380] Compiling base.c
[130/380] Compiling bar.c
[131/380] Compiling atone.c
[132/380] Compiling bal.c
[132/380] Compiling autowah.c
[134/380] Compiling allpass.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.
[135/380] Compiling voix_vocoder.c
[135/380] Compiling adsr.c
[135/380] Compiling pitchcorrect.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"
| ^~~~~~~~~~~~~
[135/380] Compiling pitchshift2.c
[135/380] Compiling pitchshift.c
BUILD FAILURE 6.1 android