Build Information
Failed to build Assist, reference develop (e1ec76), with Swift 6.3 for Android on 12 Apr 2026 17:10:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Blackjacx/Assist.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/Blackjacx/Assist
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at e1ec760 chore: update AGENTS.md
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
e1ec760a7591fcfdfed183d3335443f33f061c7b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/Blackjacx/Assist.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/kareman/SwiftShell
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/blackjacx/Engine
[1/837] Fetching engine
[688/5728] Fetching engine, swiftshell
[1328/6533] Fetching engine, swiftshell, asckit
[2768/24056] Fetching engine, swiftshell, asckit, swift-argument-parser
Fetched https://github.com/blackjacx/Engine from cache (0.33s)
[2603/23219] Fetching swiftshell, asckit, swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (0.68s)
[16751/18328] Fetching asckit, swift-argument-parser
Fetched https://github.com/blackjacx/ASCKit from cache (1.01s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.02s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.2 (1.40s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.1 (0.37s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.56s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (2.91s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.1 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.58s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.1
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/33] Write sources
[13/33] Write swift-version--4F562202D5529B1.txt
[15/46] Emitting module ArgumentParserToolInfo
[16/46] Compiling SwiftShell Array.swift
[17/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/48] Wrapping AST for ArgumentParserToolInfo for debugging
[20/94] Emitting module ArgumentParser
[21/100] Compiling ArgumentParser InputOrigin.swift
[22/100] Compiling ArgumentParser Name.swift
[23/100] Compiling ArgumentParser Parsed.swift
[24/100] Compiling ArgumentParser ParsedValues.swift
[25/100] Compiling ArgumentParser ParserError.swift
[26/100] Compiling ArgumentParser SplitArguments.swift
[27/100] Compiling ArgumentParser Tree.swift
[28/100] Compiling ArgumentParser CodingKeyValidator.swift
[29/100] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/100] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/100] Compiling ArgumentParser UniqueNamesValidator.swift
[33/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/100] Compiling ArgumentParser CompletionsGenerator.swift
[35/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/100] Compiling ArgumentParser Argument.swift
[38/100] Compiling ArgumentParser ArgumentDiscussion.swift
[39/100] Compiling ArgumentParser ArgumentHelp.swift
[40/100] Compiling ArgumentParser Foundation.swift
[41/100] Compiling ArgumentParser Mutex.swift
[42/100] Compiling ArgumentParser Platform.swift
[43/100] Compiling ArgumentParser SequenceExtensions.swift
[44/100] Compiling ArgumentParser StringExtensions.swift
[45/100] Compiling ArgumentParser SwiftExtensions.swift
[48/100] Emitting module SwiftShell
[49/100] Compiling SwiftShell Files.swift
[50/100] Compiling SwiftShell Context.swift
[51/100] Compiling SwiftShell String.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/100] 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
[53/100] 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
[54/100] Compiling ArgumentParser ArgumentVisibility.swift
[55/100] Compiling ArgumentParser CompletionKind.swift
[56/100] Compiling ArgumentParser Errors.swift
[57/100] Compiling ArgumentParser Flag.swift
[58/100] Compiling ArgumentParser NameSpecification.swift
[59/100] Compiling ArgumentParser Option.swift
[60/100] Compiling ArgumentParser OptionGroup.swift
[61/100] Compiling ArgumentParser ParentCommand.swift
[62/100] Compiling ArgumentParser AsyncParsableCommand.swift
[63/100] Compiling ArgumentParser CommandConfiguration.swift
[64/100] Compiling ArgumentParser CommandGroup.swift
[65/100] Compiling ArgumentParser EnumerableFlag.swift
[66/100] Compiling ArgumentParser ExpressibleByArgument.swift
[67/100] Compiling ArgumentParser ParsableArguments.swift
[68/100] Compiling SwiftShell Process.swift
[69/100] Compiling SwiftShell Lazy-split.swift
BUILD FAILURE 6.3 android