The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PorscheConnect with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/driven-app/porsche-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/driven-app/porsche-connect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7330331 Merge pull request #165 from driven-app/dg/dev
Cloned https://github.com/driven-app/porsche-connect.git
Revision (git rev-parse @):
733033195fb9e831cd473428431bd581814a0858
SUCCESS checkout https://github.com/driven-app/porsche-connect.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/driven-app/porsche-connect.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/mochidev/XCTAsync.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/envoy/Ambassador.git
Fetching https://github.com/envoy/Embassy.git
[1/3046] Fetching swiftsoup
[245/3086] Fetching swiftsoup, xctasync
[590/4919] Fetching swiftsoup, xctasync, embassy
[975/5476] Fetching swiftsoup, xctasync, embassy, ambassador
Fetched https://github.com/envoy/Ambassador.git from cache (0.25s)
[3366/4919] Fetching swiftsoup, xctasync, embassy
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.34s)
[1/11435] Fetching swift-argument-parser
Fetched https://github.com/mochidev/XCTAsync.git from cache (0.65s)
Fetched https://github.com/envoy/Embassy.git from cache (0.66s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.66s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.6.1 (0.38s)
Computing version for https://github.com/mochidev/XCTAsync.git
Computed https://github.com/mochidev/XCTAsync.git at 1.0.1 (0.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.2 (0.43s)
Computing version for https://github.com/envoy/Ambassador.git
Computed https://github.com/envoy/Ambassador.git at 4.0.5 (1.04s)
Computing version for https://github.com/envoy/Embassy.git
Computed https://github.com/envoy/Embassy.git at 4.1.6 (1.04s)
Creating working copy for https://github.com/envoy/Embassy.git
Working copy of https://github.com/envoy/Embassy.git resolved at 4.1.6
Creating working copy for https://github.com/envoy/Ambassador.git
Working copy of https://github.com/envoy/Ambassador.git resolved at 4.0.5
Creating working copy for https://github.com/mochidev/XCTAsync.git
Working copy of https://github.com/mochidev/XCTAsync.git resolved at 1.0.1
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/21] Compiling CommandLineTool Command+ShowStatus.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[5/21] Compiling CommandLineTool Command+ShowSummary.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[6/21] Compiling CommandLineTool Command+ToggleDirectClimatisation.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[7/21] Compiling CommandLineTool Command+Unlock.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[8/21] Compiling CommandLineTool Command+ShowTrips.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[9/21] Compiling CommandLineTool Command+ToggleDirectCharging.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[10/23] Compiling CommandLineTool Command+ShowCapabilities.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[11/23] Compiling CommandLineTool Command+ShowEmobility.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[12/23] Compiling CommandLineTool Command+ShowMaintenance.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[13/23] Compiling CommandLineTool Command+ShowPosition.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[14/23] Compiling CommandLineTool Extensions.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[15/23] Compiling CommandLineTool Porsche.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/23] Emitting module CommandLineTool
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[17/23] Compiling CommandLineTool Command+Flash.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[18/23] Compiling CommandLineTool Command+HonkAndFlash.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[19/23] Compiling CommandLineTool Command+ListVehicles.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[20/23] Compiling CommandLineTool Command+Lock.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
error: fatalError
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/20] Compiling CommandLineTool Command+ShowCapabilities.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[4/20] Compiling CommandLineTool Command+ShowEmobility.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[5/22] Compiling CommandLineTool Command+ToggleDirectClimatisation.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[6/22] Compiling CommandLineTool Command+Unlock.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[7/22] Compiling CommandLineTool Command+ShowMaintenance.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[8/22] Compiling CommandLineTool Command+ShowPosition.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[9/22] Compiling CommandLineTool Extensions.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[10/22] Compiling CommandLineTool Porsche.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[11/22] Compiling CommandLineTool Command+ShowStatus.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[12/22] Compiling CommandLineTool Command+ShowSummary.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[13/22] Compiling CommandLineTool Command+ShowTrips.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[14/22] Compiling CommandLineTool Command+ToggleDirectCharging.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/22] Emitting module CommandLineTool
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[16/22] Compiling CommandLineTool Command+Flash.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[17/22] Compiling CommandLineTool Command+HonkAndFlash.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[18/22] Compiling CommandLineTool Command+ListVehicles.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
[19/22] Compiling CommandLineTool Command+Lock.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
import ArgumentParser
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1