Build Information
Failed to build NimbleLoyalty, reference 0.2.0 (d3a823), with Swift 6.3 for Android on 13 Apr 2026 14:13:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/nimblehq/business-loyalty-ios-sdk-poc.git
Reference: 0.2.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/nimblehq/business-loyalty-ios-sdk-poc
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at d3a823e Merge pull request #21 from nimblehq/release/0.2.0
Cloned https://github.com/nimblehq/business-loyalty-ios-sdk-poc.git
Revision (git rev-parse @):
d3a823ea00b28299b89b0224a88cf73eafedefca
SUCCESS checkout https://github.com/nimblehq/business-loyalty-ios-sdk-poc.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/nimblehq/business-loyalty-ios-sdk-poc.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetching https://github.com/Moya/Moya.git
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.95s)
[1/25280] Fetching moya
Fetched https://github.com/Moya/Moya.git from cache (3.67s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 15.0.3 (5.47s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52500] Fetching reactiveswift
[1576/83997] Fetching reactiveswift, alamofire
[7666/138302] Fetching reactiveswift, alamofire, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (13.46s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (13.59s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (13.76s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 3.2.1 (14.52s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 6.7.0 (0.79s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (0.81s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (0.72s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
Creating working copy for https://github.com/Moya/Moya.git
Working copy of https://github.com/Moya/Moya.git resolved at 15.0.3
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 3.2.1
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 6.7.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.2
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[1/6] Write sources
[5/6] Write swift-version--4F562202D5529B1.txt
[7/48] Emitting module Alamofire
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/53] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[9/53] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[10/53] Compiling Alamofire WebSocketRequest.swift
[11/53] Compiling Alamofire DispatchQueue+Alamofire.swift
[12/53] Compiling Alamofire OperationQueue+Alamofire.swift
[13/53] Compiling Alamofire Result+Alamofire.swift
[14/53] Compiling Alamofire StringEncoding+Alamofire.swift
[15/53] Compiling Alamofire URLRequest+Alamofire.swift
[16/53] Compiling Alamofire RetryPolicy.swift
[17/53] Compiling Alamofire ServerTrustEvaluation.swift
[18/53] Compiling Alamofire URLEncodedFormEncoder.swift
[19/53] Compiling Alamofire Validation.swift
[20/53] Compiling Alamofire resource_bundle_accessor.swift
BUILD FAILURE 6.3 android