Build Information
Failed to build AppsOnAir-AppSync, reference main (6593a6), with Swift 6.3 for Android on 23 Apr 2026 22:01:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.3-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-AppSync.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-AppSync
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6593a65 Merge pull request #25 from apps-on-air/dev
Cloned https://github.com/apps-on-air/AppsOnAir-iOS-AppSync.git
Revision (git rev-parse @):
6593a65386baf3cbc63eb9458c4e4c441f0c4343
SUCCESS checkout https://github.com/apps-on-air/AppsOnAir-iOS-AppSync.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/apps-on-air/AppsOnAir-iOS-AppSync.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-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.90s)
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 (5.93s)
Fetching https://github.com/ashleymills/Reachability.swift.git
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift.git from cache (0.48s)
Computing version for https://github.com/ashleymills/Reachability.swift.git
Computed https://github.com/ashleymills/Reachability.swift.git at 5.2.4 (1.35s)
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
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
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/11] Copying AppUpdate.storyboard
[1/11] Copying PrivacyInfo.xcprivacy
[1/11] Copying AppsOnAir-CoreInfo.plist
[1/11] Copying AppsOnAir-AppSyncInfo.plist
[1/11] Copying assets.xcassets
[1/11] Write sources
[8/11] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/14] 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 |
[11/14] 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 |
[12/14] 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 |
BUILD FAILURE 6.3 android