Build Information
Failed to build AckGen, reference 0.1.10 (0f22e7
), with Swift 6.0 for Linux on 18 Feb 2025 08:43:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MartinP7r/AckGen.git
Reference: 0.1.10
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.1.10 -> FETCH_HEAD
HEAD is now at 0f22e79 Add support for selecting a different bundle (#26)
Cloned https://github.com/MartinP7r/AckGen.git
Revision (git rev-parse @):
0f22e793fd69ce9dd7321ac734d6f02cc6b35981
SUCCESS checkout https://github.com/MartinP7r/AckGen.git at 0.1.10
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/MartinP7r/AckGen.git
https://github.com/MartinP7r/AckGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "AckGen",
"name" : "AckGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ackgen",
"targets" : [
"AckGenCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "AckGenUI",
"targets" : [
"AckGenUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AckGen",
"targets" : [
"AckGen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AckGenUI",
"module_type" : "SwiftTarget",
"name" : "AckGenUI",
"path" : "Sources/AckGenUI",
"product_memberships" : [
"AckGenUI"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AckGenUI/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AcknowledgementsList.swift",
"CustomNavigationTitle.swift"
],
"target_dependencies" : [
"AckGen"
],
"type" : "library"
},
{
"c99name" : "AckGenTests",
"module_type" : "SwiftTarget",
"name" : "AckGenTests",
"path" : "Tests/AckGenTests",
"sources" : [
"AckGenTests.swift"
],
"target_dependencies" : [
"AckGen"
],
"type" : "test"
},
{
"c99name" : "AckGenCLI",
"module_type" : "SwiftTarget",
"name" : "AckGenCLI",
"path" : "Sources/AckGenCLI",
"product_memberships" : [
"ackgen"
],
"sources" : [
"AckGen.swift",
"EnvironmentKey.swift",
"main.swift"
],
"target_dependencies" : [
"AckGen"
],
"type" : "executable"
},
{
"c99name" : "AckGen",
"module_type" : "SwiftTarget",
"name" : "AckGen",
"path" : "Sources/AckGen",
"product_memberships" : [
"ackgen",
"AckGenUI",
"AckGen"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AckGen/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Acknowledgement.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/10] Write sources
[2/10] Copying PrivacyInfo.xcprivacy
[5/10] Write swift-version-24593BA9C3E375BF.txt
[7/13] Compiling AckGen resource_bundle_accessor.swift
[8/13] Emitting module AckGen
[9/13] Compiling AckGen Acknowledgement.swift
[10/14] Wrapping AST for AckGen for debugging
[12/22] Compiling AckGenCLI main.swift
[13/22] Compiling AckGenUI AcknowledgementsList.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[14/22] Compiling AckGenUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[15/22] Compiling AckGenUI CustomNavigationTitle.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
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)
[16/22] Emitting module AckGenUI
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[17/22] Emitting module AckGenCLI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling AckGen resource_bundle_accessor.swift
[3/8] Emitting module AckGen
[4/8] Compiling AckGen Acknowledgement.swift
[6/16] Compiling AckGenUI CustomNavigationTitle.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[7/16] Compiling AckGenUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[8/16] Compiling AckGenUI AcknowledgementsList.swift
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
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)
[9/16] Emitting module AckGenUI
/host/spi-builder-workspace/Sources/AckGenUI/AcknowledgementsList.swift:9:8: error: no such module 'SwiftUI'
7 |
8 | import AckGen
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct AcknowledgementsList: View {
[10/16] Compiling AckGenCLI main.swift
[11/16] Compiling AckGenCLI EnvironmentKey.swift
[12/16] Emitting module AckGenCLI
BUILD FAILURE 6.0 linux