Build Information
Failed to build AudiConnect, reference v1.1.0 (1c6c83), with Swift 6.0 for Linux on 15 Oct 2025 10:27:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.0-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/wtpalexander/audi-connect.git
Reference: v1.1.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/wtpalexander/audi-connect
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at 1c6c836 Merge pull request #5 from APPSTRM/feature/add-debug-logging-flag
Cloned https://github.com/wtpalexander/audi-connect.git
Revision (git rev-parse @):
1c6c83691c7cc81a896d18138dcbe2750550247d
SUCCESS checkout https://github.com/wtpalexander/audi-connect.git at v1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/wtpalexander/audi-connect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser
[1/16656] Fetching swift-argument-parser
[335/21290] Fetching swift-argument-parser, swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.81s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.87s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (1.12s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/nicklockwood/LRUCache.git
[1/1814] Fetching swift-atomics
[20/2134] Fetching swift-atomics, lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.53s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.80s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (3.12s)
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
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.11.1
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.1.2
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module AudiConnectCLT
/host/spi-builder-workspace/Sources/AudiConnectCLT/AudiConnectCLT.swift:8:8: error: no such module 'ArgumentParser'
6 | //
7 |
8 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
9 | import Foundation
10 | import AudiConnect
[6/9] Compiling AudiConnectCLT AudiConnectCLT.swift
/host/spi-builder-workspace/Sources/AudiConnectCLT/AudiConnectCLT.swift:8:8: error: no such module 'ArgumentParser'
6 | //
7 |
8 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
9 | import Foundation
10 | import AudiConnect
BUILD FAILURE 6.0 linux