Build Information
Failed to build iShader, reference main (849c12
), with Swift 6.2 (beta) for Android on 21 Jun 2025 15:40:46 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Treata11/iShader.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/Treata11/iShader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 849c12e Update README.md
Cloned https://github.com/Treata11/iShader.git
Revision (git rev-parse @):
849c12e8a2e3c7090c38425af5159cf211f7068b
SUCCESS checkout https://github.com/Treata11/iShader.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Treata11/iShader.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/91] Write sources
[0/91] Copying LightbulbScreen .metal
[0/91] Copying Gamma.metal
[0/91] Copying Infrared.metal
[0/91] Copying Exposure.metal
[0/91] Copying CRT.metal
[0/91] Copying WavesRemix.metal
[0/91] Copying UniverseWithin.metal
[0/91] Copying SineSoundWaves.metal
[0/91] Copying ShadesOfMusic.metal
[0/91] Copying RoundAudioSpecturm.metal
[0/91] Copying GlowingSoundParticles.metal
[0/91] Copying GalaxyVisuals.metal
[0/91] Copying AudioEclipse.metal
[0/91] Write sources
[0/91] Copying FilmGrain.metal
[0/91] Write sources
[21/91] Copying WindowBlinds.metal
[21/91] Copying Wind.metal
[21/91] Copying Swirl.metal
[21/91] Copying Radial.metal
[21/91] Copying Morph.metal
[21/91] Copying Dreamy.metal
[21/91] Copying Genie.metal
[21/91] Copying Circle.metal
[21/91] Copying Crosswarp.metal
[21/91] Copying WetNeuralNetwork.metal
[21/91] Copying Writhe.metal
[21/91] Copying Turbulence.metal
[21/91] Copying TMGyroids.metal
[21/91] Copying StarNest.metal
[21/91] Copying StarField.metal
[21/91] Copying SpiralRiders.metal
[21/91] Copying Singularity.metal
[21/91] Copying SineWaves.metal
[21/91] Copying RotatingGradient.metal
[21/91] Copying RetroSun.metal
[21/91] Copying RainbowSherbet.metal
[21/91] Copying PulsatingFlesh.metal
[21/91] Copying NeonRug.metal
[21/91] Copying ModFan.metal
[21/91] Copying Portal.metal
[21/91] Copying Lightning01.metal
[21/91] Copying LensFlare.metal
[21/91] Copying LavaBlobs.metal
[21/91] Copying Iris.metal
[21/91] Copying HypnoticRipples.metal
[21/91] Copying GradientFlow.metal
[21/91] Copying Gradientify.metal
[21/91] Copying GlowingMarblingBlack.metal
[21/91] Copying GlossyGradients.metal
[21/91] Copying Fireworks.metal
[21/91] Copying FluidGradient.metal
[21/91] Copying FBMLightning.metal
[21/91] Copying ExplosionCloud.metal
[21/91] Copying ElectricField.metal
[21/91] Copying CrystalCaustic.metal
[21/91] Copying CrumpledWave.metal
[21/91] Copying CosmicBlood.metal
[21/91] Copying ColorWind.metal
[21/91] Copying ChromaGradients.metal
[21/91] Copying BlackHoleDawn.metal
[21/91] Copying BlueVoid.metal
[21/91] Copying BeamDroplet.metal
[21/91] Copying BaseWarpFBM.metal
[21/91] Copying 2DClouds.metal
[21/91] Copying WarpingLoupe.metal
[21/91] Copying VHS.metal
[21/91] Copying SoftThreshold.metal
[21/91] Copying Sobel.metal
[21/91] Copying SineWave.metal
[21/91] Copying Emboss.metal
[21/91] Copying ColorPlanes.metal
[21/91] Copying Bubble.metal
[21/91] Copying WorleyDisplacement.metal
[21/91] Copying Wave.metal
[22/91] Copying Water.metal
[35/91] Copying Pinch.metal
[35/91] Copying BarrelDistortion.metal
[53/91] Copying Vibrance.metal
[65/91] Copying NightVision.metal
[83/91] Copying Luminence.metal
[86/91] Copying RelativeWave.metal
[87/91] Copying SineDistortion.metal
[87/91] Copying Vignette.metal
[89/91] Copying TileableWaterCaustic.metal
[90/91] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/117] Emitting module LayerEffect
/host/spi-builder-workspace/Sources/LayerEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[93/117] Compiling LayerEffect BundleExtensions.swift
/host/spi-builder-workspace/Sources/LayerEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[94/117] Emitting module ShaderArt
/host/spi-builder-workspace/Sources/ShaderArt/2DArt/ArtShaders.swift:11:8: error: no such module 'SwiftUI'
9 | */
10 |
11 | import SwiftUI
| `- error: no such module 'SwiftUI'
12 |
13 | // MARK: - Hypnotic Ripples
error: emit-module command failed with exit code 1 (use -v to see invocation)
[95/117] Emitting module DistortionEffect
/host/spi-builder-workspace/Sources/DistortionEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[96/117] Compiling DistortionEffect BundleExtensions.swift
/host/spi-builder-workspace/Sources/DistortionEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[97/117] Compiling Transition TransitionTypes.swift
/host/spi-builder-workspace/Sources/Transition/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/117] Emitting module Transition
/host/spi-builder-workspace/Sources/Transition/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[99/117] Compiling Transition BundleExtensions.swift
/host/spi-builder-workspace/Sources/Transition/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[100/117] Compiling ColorEffect BundleExtensions.swift
/host/spi-builder-workspace/Sources/ColorEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[101/117] Compiling ShaderArt ArtShaders.swift
/host/spi-builder-workspace/Sources/ShaderArt/2DArt/ArtShaders.swift:11:8: error: no such module 'SwiftUI'
9 | */
10 |
11 | import SwiftUI
| `- error: no such module 'SwiftUI'
12 |
13 | // MARK: - Hypnotic Ripples
[102/117] Compiling ShaderArt Gradients.swift
/host/spi-builder-workspace/Sources/ShaderArt/2DArt/ArtShaders.swift:11:8: error: no such module 'SwiftUI'
9 | */
10 |
11 | import SwiftUI
| `- error: no such module 'SwiftUI'
12 |
13 | // MARK: - Hypnotic Ripples
[103/117] Compiling LayerEffect resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/LayerEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[104/117] Compiling LayerEffect LayerEffects.swift
/host/spi-builder-workspace/Sources/LayerEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/117] Emitting module ColorEffect
/host/spi-builder-workspace/Sources/ColorEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[106/117] Compiling ColorEffect ColorEffects.swift
/host/spi-builder-workspace/Sources/ColorEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[107/117] Compiling ColorEffect resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ColorEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/117] Compiling DistortionEffect DistortionEffects.swift
/host/spi-builder-workspace/Sources/DistortionEffect/BundleExtensions.swift:8:8: error: no such module 'SwiftUI'
6 | */
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension Bundle {
[109/117] Emitting module AudioVisualizer
/host/spi-builder-workspace/Sources/AudioVisualizer/AudioVisualizers.swift:11:8: error: no such module 'SwiftUI'
9 | */
10 |
11 | import SwiftUI
| `- error: no such module 'SwiftUI'
12 |
13 | /// `BASS` framework is responsible for all the audio playback & analysis
BUILD FAILURE 6.2 android