The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AudiConnect, reference main (24838f), with Swift 6.1 for Linux on 15 Oct 2025 10:22:36 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wtpalexander/audi-connect.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 24838ff Add senable conformance
Cloned https://github.com/wtpalexander/audi-connect.git
Revision (git rev-parse @):
24838ffda3ef609e2beb87ea044ee7606e49c23d
SUCCESS checkout https://github.com/wtpalexander/audi-connect.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wtpalexander/audi-connect.git
https://github.com/wtpalexander/audi-connect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "AudiConnect",
  "name" : "AudiConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "AudiConnectCLT",
      "targets" : [
        "AudiConnectCLT"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AudiConnect",
      "targets" : [
        "AudiConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AudiConnectCLT",
      "module_type" : "SwiftTarget",
      "name" : "AudiConnectCLT",
      "path" : "Sources/AudiConnectCLT",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AudiConnectCLT"
      ],
      "sources" : [
        "AudiConnectCLT.swift"
      ],
      "target_dependencies" : [
        "AudiConnect"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AudiConnect",
      "module_type" : "SwiftTarget",
      "name" : "AudiConnect",
      "path" : "Sources/AudiConnect",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "AudiConnectCLT",
        "AudiConnect"
      ],
      "sources" : [
        "AudiConnect.swift",
        "Auth.swift",
        "Constants.swift",
        "Helpers/HTTPHelpers.swift",
        "Helpers/PKCE.swift",
        "Helpers/URLSession+Decodable.swift",
        "Logger.swift",
        "ResponseModels/Authentication/AZSToken.swift",
        "ResponseModels/Authentication/HereToken.swift",
        "ResponseModels/Authentication/IDKToken.swift",
        "ResponseModels/Authentication/MBBToken.swift",
        "ResponseModels/Authentication/MarketsResponse.swift",
        "ResponseModels/Authentication/OpenIDConfig.swift",
        "ResponseModels/Authentication/RegisterIDKTokenResponse.swift",
        "ResponseModels/Authentication/ServicesResponse.swift",
        "ResponseModels/Models.swift",
        "ResponseModels/Vehicle/CapabilitiesResponse.swift",
        "ResponseModels/Vehicle/HomeRegionResponse.swift",
        "ResponseModels/Vehicle/VehicleInformationResponse.swift",
        "ResponseModels/Vehicle/VehicleStatusResponse.swift",
        "ResponseModels/Vehicle/VehiclesResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser
[1/16656] Fetching swift-argument-parser
[2/21290] Fetching swift-argument-parser, swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.96s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.97s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.61s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.54s)
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[1/320] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (1.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.62s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (2.77s)
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/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/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 GenerateManual
[2/2] Compiling plugin GenerateDoccReference
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
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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] 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
[5/8] 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.1 linux