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 main (c41d92), with Swift 5.9 for Linux on 22 May 2025 12:56:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: 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/MartinP7r/AckGen
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/MartinP7r/AckGen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:3c23ece1beca5e800bf06b435032bf1c62924d379eca6b5cec7cd50afe0368f1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[3/8] Emitting module AckGenCore
[4/8] Compiling AckGenCore resource_bundle_accessor.swift
[5/8] Compiling AckGenCore Acknowledgement.swift
[7/10] Wrapping AST for AckGenCore for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/19] Emitting module AckGenUI
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/19] Compiling AckGenUI CustomNavigationTitle.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/19] Compiling AckGenUI AcknowledgementsList.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/19] Compiling AckGenUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/19] Compiling AckGenCLI main.swift
[14/19] Compiling AckGenCLI EnvironmentKey.swift
error: fatalError
BUILD FAILURE 5.9 linux