The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AckGen, reference 0.2.0 (c41d92), with Swift 6.0 for Linux on 22 May 2025 12:56:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MartinP7r/AckGen.git
Reference: 0.2.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/MartinP7r/AckGen
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c41d922 Add support for settings plist format (#29)
Cloned https://github.com/MartinP7r/AckGen.git
Revision (git rev-parse @):
c41d922419bbf4fd6ce24fa5f2b15ea0f98f9bd1
SUCCESS checkout https://github.com/MartinP7r/AckGen.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MartinP7r/AckGen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eb4fa402aea9a5d8f220b50fa960a581858eee7d87d88f234799973af2acd8ee
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/10] Write sources
[3/10] Copying PrivacyInfo.xcprivacy
[5/10] Write swift-version-24593BA9C3E375BF.txt
[7/13] Compiling AckGenCore resource_bundle_accessor.swift
[8/13] Emitting module AckGenCore
[9/13] Compiling AckGenCore Acknowledgement.swift
[10/14] Wrapping AST for AckGenCore for debugging
[12/23] Compiling AckGenUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
 7 |
 8 | import AckGenCore
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[13/23] Compiling AckGenUI CustomNavigationTitle.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
 7 |
 8 | import AckGenCore
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[14/23] Compiling AckGenUI AcknowledgementsList.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
 7 |
 8 | import AckGenCore
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/23] Emitting module AckGenUI
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
 7 |
 8 | import AckGenCore
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[16/23] Compiling AckGenCLI main.swift
[17/23] Compiling AckGenCLI EnvironmentKey.swift
BUILD FAILURE 6.0 linux