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 AppKitFocusOverlay with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/AppKitFocusOverlay.git
Reference: 1.0.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/dagronf/AppKitFocusOverlay
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at ec8674a Fixed test build
Cloned https://github.com/dagronf/AppKitFocusOverlay.git
Revision (git rev-parse @):
ec8674a6b900c81f8b98febc3370ff23166df43e
SUCCESS checkout https://github.com/dagronf/AppKitFocusOverlay.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/dagronf/AppKitFocusOverlay.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/dagronf/HotKey
[1/326] Fetching hotkey
Fetched https://github.com/dagronf/HotKey (0.20s)
Computing version for https://github.com/dagronf/HotKey
Computed https://github.com/dagronf/HotKey at 0.1.3 (0.39s)
Creating working copy for https://github.com/dagronf/HotKey
Working copy of https://github.com/dagronf/HotKey resolved at 0.1.3
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/7] Emitting module HotKey
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
[2/7] Compiling HotKey HotKey.swift
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
[3/7] Compiling HotKey Key.swift
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
[4/7] Compiling HotKey HotKeysController.swift
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
[5/7] Compiling HotKey NSEventModifierFlags+HotKey.swift
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
[6/7] Compiling HotKey KeyCombo+System.swift
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
[7/7] Compiling HotKey KeyCombo.swift
/host/spi-builder-workspace/.build/checkouts/HotKey/Sources/HotKey/HotKey.swift:1:8: error: no such module 'AppKit'
import AppKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux