The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swiftui-launcher-window, reference 1.1.0 (bb5304), with Swift 6.1 for Linux on 29 Apr 2025 02:51:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-launcher-window.git
Reference: 1.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-launcher-window
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at bb53047 Make launcher windows non-resizable
Cloned https://github.com/astzweig/swiftui-launcher-window.git
Revision (git rev-parse @):
bb53047fcb1941457bb30aea5a467bfa028d6b79
SUCCESS checkout https://github.com/astzweig/swiftui-launcher-window.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/astzweig/swiftui-launcher-window.git
https://github.com/astzweig/swiftui-launcher-window.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftui-frameless-window",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/astzweig/swiftui-frameless-window"
    }
  ],
  "manifest_display_name" : "swiftui-launcher-window",
  "name" : "swiftui-launcher-window",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LauncherWindow",
      "targets" : [
        "LauncherWindow"
      ],
      "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" : [
        "LauncherWindow"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LauncherWindow",
      "module_type" : "SwiftTarget",
      "name" : "LauncherWindow",
      "path" : "Sources/LauncherWindow",
      "product_dependencies" : [
        "FramelessWindow"
      ],
      "product_memberships" : [
        "LauncherWindow",
        "TestApp"
      ],
      "sources" : [
        "LauncherWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-frameless-window
[1/78] Fetching swiftui-frameless-window
Fetched https://github.com/astzweig/swiftui-frameless-window from cache (0.18s)
Computing version for https://github.com/astzweig/swiftui-frameless-window
Computed https://github.com/astzweig/swiftui-frameless-window at 2.1.0 (0.58s)
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.69s)
Creating working copy for https://github.com/astzweig/swiftui-frameless-window
Working copy of https://github.com/astzweig/swiftui-frameless-window resolved at 2.1.0
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/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/14] 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/14] 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.
[8/14] 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-0":/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/7] Write swift-version-24593BA9C3E375BF.txt
[2/10] 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)
[3/10] 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.
[4/10] 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.
BUILD FAILURE 6.1 linux