The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Inter-AppCommunication, reference main (2f7f6d), with Swift 6.3 for Linux on 14 Apr 2026 12:16:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tapsandswipes/Inter-AppCommunication.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/tapsandswipes/Inter-AppCommunication
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2f7f6d4 Merge pull request #5 from aonez/visionOS
Cloned https://github.com/tapsandswipes/Inter-AppCommunication.git
Revision (git rev-parse @):
2f7f6d401a4a48c13548a7041e0202a13b432f94
SUCCESS checkout https://github.com/tapsandswipes/Inter-AppCommunication.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tapsandswipes/Inter-AppCommunication.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling IACCore IACDelegate.swift
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
[5/10] Compiling IACCore IACManager.swift
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
[6/10] Compiling IACCore IACRequest.swift
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module IACCore
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
[8/10] Compiling IACCore Extensions.swift
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
[9/10] Compiling IACCore IAC.swift
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
[10/10] Compiling IACCore IACClient.swift
/host/spi-builder-workspace/Sources/IACCore/Extensions.swift:5:14: error: no such module 'UIKit'
 3 | import class AppKit.NSWorkspace
 4 | #else
 5 | import class UIKit.UIApplication
   |              `- error: no such module 'UIKit'
 6 | #endif
 7 |
BUILD FAILURE 6.3 linux