Build Information
Failed to build swiftui-frameless-window, reference 2.1.0 (b4c31f
), with Swift 6.1 for Linux on 29 Apr 2025 02:46:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/astzweig/swiftui-frameless-window.git
Reference: 2.1.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/astzweig/swiftui-frameless-window
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at b4c31fe Add windowInitializer option
Cloned https://github.com/astzweig/swiftui-frameless-window.git
Revision (git rev-parse @):
b4c31fe0a32ab3abd113f4717230bd631d5db245
SUCCESS checkout https://github.com/astzweig/swiftui-frameless-window.git at 2.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/astzweig/swiftui-frameless-window.git
https://github.com/astzweig/swiftui-frameless-window.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftui-window-reference",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/astzweig/swiftui-window-reference"
}
],
"manifest_display_name" : "swiftui-frameless-window",
"name" : "swiftui-frameless-window",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FramelessWindow",
"targets" : [
"FramelessWindow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TestApp",
"targets" : [
"TestApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestApp",
"module_type" : "SwiftTarget",
"name" : "TestApp",
"path" : "Sources/TestApp",
"product_memberships" : [
"TestApp"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"FramelessWindow"
],
"type" : "executable"
},
{
"c99name" : "FramelessWindow",
"module_type" : "SwiftTarget",
"name" : "FramelessWindow",
"path" : "Sources/FramelessWindow",
"product_dependencies" : [
"WindowReference"
],
"product_memberships" : [
"FramelessWindow",
"TestApp"
],
"sources" : [
"FramelessWindow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/astzweig/swiftui-window-reference
[1/22] Fetching swiftui-window-reference
Fetched https://github.com/astzweig/swiftui-window-reference from cache (0.19s)
Computing version for https://github.com/astzweig/swiftui-window-reference
Computed https://github.com/astzweig/swiftui-window-reference at 1.0.0 (0.59s)
Creating working copy for https://github.com/astzweig/swiftui-window-reference
Working copy of https://github.com/astzweig/swiftui-window-reference resolved at 1.0.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling WindowReference WindowReference.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-window-reference/Sources/WindowReference/Environment.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The internal storage environment key for the frameless window.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/12] Emitting module WindowReference
/host/spi-builder-workspace/.build/checkouts/swiftui-window-reference/Sources/WindowReference/Environment.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The internal storage environment key for the frameless window.
[7/12] Compiling WindowReference Environment.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-window-reference/Sources/WindowReference/Environment.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The internal storage environment key for the frameless window.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/9] Emitting module WindowReference
/host/spi-builder-workspace/.build/checkouts/swiftui-window-reference/Sources/WindowReference/Environment.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The internal storage environment key for the frameless window.
[3/9] Compiling WindowReference Environment.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-window-reference/Sources/WindowReference/Environment.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The internal storage environment key for the frameless window.
[4/9] Compiling WindowReference WindowReference.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-window-reference/Sources/WindowReference/Environment.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The internal storage environment key for the frameless window.
BUILD FAILURE 6.1 linux