The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ETBDependencyInjection, reference main (075173), with Swift 6.3 for Android on 18 Apr 2026 07:20:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elf0-fr/ETBDependencyInjection.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/elf0-fr/ETBDependencyInjection
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 075173c Merge pull request #23 from elf0-fr/US/BootstrappingForPreview
Cloned https://github.com/elf0-fr/ETBDependencyInjection.git
Revision (git rev-parse @):
075173c667683f4fa4e1bd38db215b4fe713f12b
SUCCESS checkout https://github.com/elf0-fr/ETBDependencyInjection.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/elf0-fr/ETBDependencyInjection.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.07s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (12.96s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.47s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version--4F562202D5529B1.txt
[5/17] Compiling ETBDependencyInjectionMacros ETBDependencyInjectionMacro+Utils.swift
[6/17] Emitting module ETBDependencyInjectionMacros
[7/17] Compiling ETBDependencyInjectionMacros ETBDependencyInjectionMacro+Main.swift
[8/17] Compiling ETBDependencyInjectionMacros InjectableMacro.swift
[9/17] Compiling ETBDependencyInjectionMacros ServiceMacro.swift
[10/17] Compiling ETBDependencyInjectionMacros InjectionMacro.swift
[11/18] Wrapping AST for ETBDependencyInjectionMacros for debugging
[12/18] Write Objects.LinkFileList
[13/18] Linking ETBDependencyInjectionMacros-tool
[15/26] Compiling ETBDependencyInjection BootstrappingView.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
[16/26] Compiling ETBDependencyInjection ServiceProvider.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
[17/26] Compiling ETBDependencyInjection ETBDependencyInjection.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/26] Emitting module ETBDependencyInjection
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
[19/26] Compiling ETBDependencyInjection Service.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
[20/26] Compiling ETBDependencyInjection ServiceCollection.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
[21/26] Compiling ETBDependencyInjection Injectable.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
[22/26] Compiling ETBDependencyInjection Container.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjection/Preview/BootstrappingView.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | /// A container view that runs a one-time bootstrapping action before displaying its content.
BUILD FAILURE 6.3 android