Build Information
Failed to build AppsOnAir-AppLink, reference main (57ec94), with Swift 6.2 for Android on 28 Apr 2026 09:08:38 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.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/apps-on-air/AppsOnAir-iOS-AppLink
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 57ec942 Merge pull request #46 from apps-on-air/dev
Cloned https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git
Revision (git rev-parse @):
57ec9423b9ac71971b5a702f72897c46516a5abe
SUCCESS checkout https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git
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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/apps-on-air/AppsOnAir-iOS-Core.git
[1/342] Fetching appsonair-ios-core
Fetched https://github.com/apps-on-air/AppsOnAir-iOS-Core.git from cache (1.23s)
Computing version for https://github.com/apps-on-air/AppsOnAir-iOS-Core.git
Computed https://github.com/apps-on-air/AppsOnAir-iOS-Core.git at 1.2.1 (4.06s)
Fetching https://github.com/ashleymills/Reachability.swift.git
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift.git from cache (0.32s)
Computing version for https://github.com/ashleymills/Reachability.swift.git
Computed https://github.com/ashleymills/Reachability.swift.git at 5.2.4 (0.77s)
Creating working copy for https://github.com/apps-on-air/AppsOnAir-iOS-Core.git
Working copy of https://github.com/apps-on-air/AppsOnAir-iOS-Core.git resolved at 1.2.1
Creating working copy for https://github.com/ashleymills/Reachability.swift.git
Working copy of https://github.com/ashleymills/Reachability.swift.git resolved at 5.2.4
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
Building for debugging...
[0/9] Write sources
[0/9] Copying AppsOnAir-CoreInfo.plist
[0/9] Copying PrivacyInfo.xcprivacy
[5/9] Copying AppsOnAir-AppLinkInfo.plist
[6/9] Write swift-version--11D90AFD9DD3AB2.txt
[8/12] Compiling Reachability resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Compiling Reachability Reachability.swift
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
[10/12] Emitting module Reachability
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
BUILD FAILURE 6.2 android