Build Information
Failed to build ETBDependencyInjection, reference main (075173), with Swift 6.2 for Linux on 27 Feb 2026 22:58:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/elf0-fr/ETBDependencyInjection.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74509] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.03s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.82s)
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.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.34s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/17] Emitting module ETBDependencyInjectionMacros
[6/17] Compiling ETBDependencyInjectionMacros ETBDependencyInjectionMacro+Main.swift
[7/17] Compiling ETBDependencyInjectionMacros InjectionMacro.swift
[8/17] Compiling ETBDependencyInjectionMacros InjectableMacro.swift
[9/17] Compiling ETBDependencyInjectionMacros ETBDependencyInjectionMacro+Utils.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/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 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/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.
[18/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.
[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 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.
[22/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.
BUILD FAILURE 6.2 linux