The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NimbleLoyalty, reference develop (39df1f), with Swift 6.2 for Linux on 20 Jun 2025 02:27:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nimblehq/business-loyalty-ios-sdk-poc.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 39df1f8 Merge pull request #28 from nimblehq/chore/update-podspec-author-email
Cloned https://github.com/nimblehq/business-loyalty-ios-sdk-poc.git
Revision (git rev-parse @):
39df1f85c92e073e7b1112051449e056c14b7c9b
SUCCESS checkout https://github.com/nimblehq/business-loyalty-ios-sdk-poc.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/Moya/Moya.git
[1/4386] Fetching keychainaccess
[703/29652] Fetching keychainaccess, moya
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.68s)
[14149/25266] Fetching moya
Fetched https://github.com/Moya/Moya.git from cache (2.48s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 15.0.3 (4.09s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52493] Fetching reactiveswift
[4726/82634] Fetching reactiveswift, alamofire
[9160/135344] Fetching reactiveswift, alamofire, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (6.71s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (6.77s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.84s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 3.2.1 (7.38s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.50s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 6.7.0 (0.51s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.42s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.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/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.9.0
Building for debugging...
[0/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/47] Emitting module Alamofire
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/52] 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/52] 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/52] Compiling Alamofire RetryPolicy.swift
[11/52] Compiling Alamofire ServerTrustEvaluation.swift
[12/52] Compiling Alamofire URLEncodedFormEncoder.swift
[13/52] Compiling Alamofire Validation.swift
[14/52] Compiling Alamofire resource_bundle_accessor.swift
[15/52] Compiling Alamofire WebSocketRequest.swift
[16/52] Compiling Alamofire DispatchQueue+Alamofire.swift
[17/52] Compiling Alamofire OperationQueue+Alamofire.swift
[18/52] Compiling Alamofire Result+Alamofire.swift
[19/52] Compiling Alamofire StringEncoding+Alamofire.swift
BUILD FAILURE 6.2 linux