The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ETBDependencyInjection, reference 2.0.0 (d86506), with Swift 6.3 for Android on 18 Apr 2026 07:20:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 2.0.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/elf0-fr/ETBDependencyInjection
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at d865067 Merge pull request #20 from elf0-fr/Refactor/ExtractTypealiasSynthesisLogicIntoFunction
Cloned https://github.com/elf0-fr/ETBDependencyInjection.git
Revision (git rev-parse @):
d865067f2c53aaa8a1e14447484620d8ef90b1c1
SUCCESS checkout https://github.com/elf0-fr/ETBDependencyInjection.git at 2.0.0
========================================
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-4609320-1":/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 (5.46s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.88s)
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.34s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version--4F562202D5529B1.txt
[5/17] Compiling ETBDependencyInjectionMacros InjectionMacro.swift
[6/17] Emitting module ETBDependencyInjectionMacros
[7/17] Compiling ETBDependencyInjectionMacros ETBDependencyInjectionMacro+Utils.swift
[8/17] Compiling ETBDependencyInjectionMacros InjectableMacro.swift
[9/17] Compiling ETBDependencyInjectionMacros ETBDependencyInjectionMacro+Main.swift
[10/17] Compiling ETBDependencyInjectionMacros ServiceMacro.swift
[11/18] Wrapping AST for ETBDependencyInjectionMacros for debugging
[12/18] Write Objects.LinkFileList
[13/18] Linking ETBDependencyInjectionMacros-tool
[15/25] Compiling ETBDependencyInjection Service.swift
[16/25] Compiling ETBDependencyInjection ServiceCollection.swift
[17/25] Emitting module ETBDependencyInjection
[18/25] Compiling ETBDependencyInjection Injectable.swift
[19/25] Compiling ETBDependencyInjection Container.swift
[20/25] Compiling ETBDependencyInjection ETBDependencyInjection.swift
[21/25] Compiling ETBDependencyInjection ServiceProvider.swift
[22/26] Wrapping AST for ETBDependencyInjection for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/28] Emitting module ETBDependencyInjectionClient
/host/spi-builder-workspace/Sources/ETBDependencyInjectionClient/main.swift:2:8: error: no such module 'SwiftUI'
 1 | import ETBDependencyInjection
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 | import Observation
 4 |
[25/28] Compiling ETBDependencyInjectionClient main.swift
/host/spi-builder-workspace/Sources/ETBDependencyInjectionClient/main.swift:2:8: error: no such module 'SwiftUI'
 1 | import ETBDependencyInjection
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 | import Observation
 4 |
BUILD FAILURE 6.3 android