The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Inter-AppCommunication, reference main (2f7f6d), with Swift 6.1 for Android on 29 May 2025 08:15:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tapsandswipes/Inter-AppCommunication.git
https://github.com/tapsandswipes/Inter-AppCommunication.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Inter-AppCommunication",
  "name" : "Inter-AppCommunication",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IACCore",
      "targets" : [
        "IACCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IACClients",
      "targets" : [
        "IACClients"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IACTests",
      "module_type" : "SwiftTarget",
      "name" : "IACTests",
      "path" : "Tests/IACTests",
      "sources" : [
        "InterAppCommunicationTests.swift"
      ],
      "target_dependencies" : [
        "IACCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IACCore",
      "module_type" : "SwiftTarget",
      "name" : "IACCore",
      "path" : "Sources/IACCore",
      "product_memberships" : [
        "IACCore",
        "IACClients"
      ],
      "sources" : [
        "Extensions.swift",
        "IAC.swift",
        "IACClient.swift",
        "IACDelegate.swift",
        "IACManager.swift",
        "IACRequest.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IACClients",
      "module_type" : "SwiftTarget",
      "name" : "IACClients",
      "path" : "Sources/IACClients",
      "product_memberships" : [
        "IACClients"
      ],
      "sources" : [
        "FunboxIACClient.swift",
        "GoogleChromeIACClient.swift",
        "InstapaperIACClient.swift"
      ],
      "target_dependencies" : [
        "IACCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/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 |
[5/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 |
[6/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 |
[7/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)
[8/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 |
[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 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] 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 |
[3/8] 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 |
[4/8] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] 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 |
[6/8] 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 |
[7/8] 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 |
[8/8] 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 |
BUILD FAILURE 6.1 android