Build Information
Failed to build Assist, reference 0.10.0 (20abc1), with Swift 6.2 for Linux on 15 Dec 2025 18:18:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Blackjacx/Assist.git
Reference: 0.10.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/Blackjacx/Assist
* tag 0.10.0 -> FETCH_HEAD
HEAD is now at 20abc1f Merge branch 'release/0.10.0'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
20abc1f11c3d80f2044465b3b30dc1d51266647d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.10.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Blackjacx/Assist.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: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:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/blackjacx/Engine
[1/4867] Fetching swiftshell
[1024/5665] Fetching swiftshell, engine
[1288/22627] Fetching swiftshell, engine, swift-argument-parser
Fetched https://github.com/blackjacx/Engine from cache (0.29s)
[7285/21829] Fetching swiftshell, swift-argument-parser
Fetching https://github.com/blackjacx/ASCKit
Fetched https://github.com/kareman/SwiftShell from cache (0.71s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
[1/782] Fetching asckit
Fetched https://github.com/blackjacx/ASCKit from cache (0.22s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.34s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.1 (0.31s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.0 (0.31s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.54s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.37s)
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.0
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/33] Write sources
[13/33] Write swift-version-24593BA9C3E375BF.txt
[15/46] Emitting module ArgumentParserToolInfo
[16/46] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/47] Wrapping AST for ArgumentParserToolInfo for debugging
[19/91] Compiling ArgumentParser InputKey.swift
[20/91] Compiling ArgumentParser InputOrigin.swift
[21/91] Compiling ArgumentParser Name.swift
[22/91] Compiling ArgumentParser Parsed.swift
[23/91] Compiling ArgumentParser ParsedValues.swift
[24/91] Compiling ArgumentParser ParserError.swift
[25/91] Emitting module ArgumentParser
[26/97] Compiling SwiftShell Files.swift
[27/98] Emitting module SwiftShell
[28/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/98] Compiling ArgumentParser CompletionsGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/98] 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
[31/98] 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
[32/98] Compiling ArgumentParser CollectionExtensions.swift
[33/98] Compiling ArgumentParser Mutex.swift
[34/98] Compiling ArgumentParser Platform.swift
[35/98] Compiling ArgumentParser SequenceExtensions.swift
[36/98] Compiling ArgumentParser StringExtensions.swift
[37/98] Compiling ArgumentParser SwiftExtensions.swift
BUILD FAILURE 6.2 linux