The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build KurozoraKit, reference master (84e01a), with Swift 6.2 for Android on 6 Dec 2025 08:51:02 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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kurozora/KurozoraKit.git
Reference: master
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/Kurozora/KurozoraKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 84e01ab release: 1.22.2 - Bumped version
Cloned https://github.com/Kurozora/KurozoraKit.git
Revision (git rev-parse @):
84e01ab67869bf236f03463c8b25007b2990e455
SUCCESS checkout https://github.com/Kurozora/KurozoraKit.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kurozora/KurozoraKit.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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/MLSDev/TRON.git
[1/12979] Fetching tron
[2/17365] Fetching tron, keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (2.95s)
Fetched https://github.com/MLSDev/TRON.git from cache (3.02s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (5.97s)
Computing version for https://github.com/MLSDev/TRON.git
Computed https://github.com/MLSDev/TRON.git at 5.5.0-beta.1 (1.01s)
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/30519] Fetching alamofire
[1222/83373] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.92s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6213] Fetching swiftyjson
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.45s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.42s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (10.09s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.1 (0.42s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.41s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/MLSDev/TRON.git
Working copy of https://github.com/MLSDev/TRON.git resolved at 5.5.0-beta.1
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/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.1
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version--6B0C4D200E742BB1.txt
[8/48] Emitting module Alamofire
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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
[10/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
[11/53] Compiling Alamofire WebSocketRequest.swift
[12/53] Compiling Alamofire DispatchQueue+Alamofire.swift
[13/53] Compiling Alamofire OperationQueue+Alamofire.swift
[14/53] Compiling Alamofire Result+Alamofire.swift
[15/53] Compiling Alamofire StringEncoding+Alamofire.swift
[16/53] Compiling Alamofire NetworkReachabilityManager.swift
[17/53] Compiling Alamofire RedirectHandler.swift
[18/53] Compiling Alamofire RequestCompression.swift
[19/53] Compiling Alamofire RequestInterceptor.swift
[20/53] Compiling Alamofire ResponseSerialization.swift
[21/53] Compiling Alamofire RequestTaskMap.swift
[22/53] Compiling Alamofire Response.swift
[23/53] Compiling Alamofire Session.swift
[24/53] Compiling Alamofire SessionDelegate.swift
[25/53] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[26/53] Compiling Alamofire UploadRequest.swift
[27/53] Compiling Alamofire URLRequest+Alamofire.swift
[28/53] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[29/53] Compiling Alamofire AlamofireExtended.swift
[30/53] Compiling Alamofire AuthenticationInterceptor.swift
[31/53] Compiling Alamofire CachedResponseHandler.swift
[32/53] Compiling Alamofire Combine.swift
[33/53] Compiling Alamofire Concurrency.swift
[34/53] Compiling Alamofire EventMonitor.swift
[35/53] Compiling Alamofire MultipartFormData.swift
[36/53] Compiling Alamofire MultipartUpload.swift
BUILD FAILURE 6.2 android