Build Information
Failed to build AppUpdater, reference 2.1.0 (e0b66c), with Swift 6.1 for Android on 1 May 2026 02:15:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/AppUpdater.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/mxcl/AppUpdater
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at e0b66ca Merge pull request #19 from mxcl/dmg
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
e0b66ca837e2400804322c8983a66e53312d83d6
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at 2.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mxcl/AppUpdater.git
https://github.com/mxcl/AppUpdater.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: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 swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/mxcl/Version
[1/311] Fetching version
Fetched https://github.com/mxcl/Version from cache (0.23s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.1 (2.99s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Version Version.swift
[5/9] Compiling Version Version+Range.swift
[6/9] Compiling Version Version+Comparable.swift
[7/9] Compiling Version Version+Codable.swift
[8/9] Compiling Version Version+Foundation.swift
[9/9] Emitting module Version
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/12] Emitting module AppUpdater
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AppUpdater.swift:1:8: error: no such module 'AppKit'
1 | import AppKit
| `- error: no such module 'AppKit'
2 | import Foundation
3 | import Security
[12/12] Compiling AppUpdater AppUpdater.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AppUpdater.swift:1:8: error: no such module 'AppKit'
1 | import AppKit
| `- error: no such module 'AppKit'
2 | import Foundation
3 | import Security
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling Version Version+Comparable.swift
[3/7] Compiling Version Version+Range.swift
[4/7] Compiling Version Version+Codable.swift
[5/7] Compiling Version Version+Foundation.swift
[6/7] Compiling Version Version.swift
[7/7] Emitting module Version
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module AppUpdater
/host/spi-builder-workspace/AppUpdater.swift:1:8: error: no such module 'AppKit'
1 | import AppKit
| `- error: no such module 'AppKit'
2 | import Foundation
3 | import Security
[10/10] Compiling AppUpdater AppUpdater.swift
/host/spi-builder-workspace/AppUpdater.swift:1:8: error: no such module 'AppKit'
1 | import AppKit
| `- error: no such module 'AppKit'
2 | import Foundation
3 | import Security
BUILD FAILURE 6.1 android