The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NimbleLoyalty, reference 0.2.0 (d3a823), with Swift 6.3 for Linux on 21 Apr 2026 10:31:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
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-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Moya/Moya.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
[704/29668] Fetching keychainaccess, moya
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.59s)
[14157/25280] Fetching moya
Fetched https://github.com/Moya/Moya.git from cache (2.39s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 15.0.3 (2.96s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[1/52500] Fetching reactiveswift
[2626/84145] Fetching reactiveswift, alamofire
[10617/138450] Fetching reactiveswift, alamofire, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (8.14s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (8.22s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (8.36s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 3.2.1 (9.21s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 6.7.0 (0.46s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (0.55s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (0.44s)
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/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
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-24593BA9C3E375BF.txt
[7/48] Emitting module Alamofire
[8/53] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[9/53] Compiling Alamofire AlamofireExtended.swift
[10/53] Compiling Alamofire AuthenticationInterceptor.swift
[11/53] Compiling Alamofire CachedResponseHandler.swift
[12/53] Compiling Alamofire Combine.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/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
[14/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
[15/53] Compiling Alamofire WebSocketRequest.swift
[16/53] Compiling Alamofire DispatchQueue+Alamofire.swift
[17/53] Compiling Alamofire OperationQueue+Alamofire.swift
[18/53] Compiling Alamofire Result+Alamofire.swift
[19/53] Compiling Alamofire StringEncoding+Alamofire.swift
[20/53] Compiling Alamofire URLRequest+Alamofire.swift
[21/53] Compiling Alamofire OfflineRetrier.swift
[22/53] Compiling Alamofire RedirectHandler.swift
[23/53] Compiling Alamofire RequestCompression.swift
[24/53] Compiling Alamofire RequestInterceptor.swift
[25/53] Compiling Alamofire ResponseSerialization.swift
[26/53] Compiling Alamofire RetryPolicy.swift
[27/53] Compiling Alamofire ServerTrustEvaluation.swift
[28/53] Compiling Alamofire URLEncodedFormEncoder.swift
[29/53] Compiling Alamofire Validation.swift
[30/53] Compiling Alamofire resource_bundle_accessor.swift
BUILD FAILURE 6.3 linux