Build Information
Failed to build PorscheConnect, reference v0.1.38 (532975), with Swift 6.3 for Wasm on 21 Apr 2026 11:19:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/driven-app/porsche-connect.git
Reference: v0.1.38
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
* tag v0.1.38 -> FETCH_HEAD
HEAD is now at 532975f Update README.md
Cloned https://github.com/driven-app/porsche-connect.git
Revision (git rev-parse @):
532975f4498c9cb00b3f92c0d0ad707b0364832d
SUCCESS checkout https://github.com/driven-app/porsche-connect.git at v0.1.38
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/driven-app/porsche-connect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/envoy/Ambassador.git
Fetching https://github.com/envoy/Embassy.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mochidev/XCTAsync.git
[1/40] Fetching xctasync
[41/597] Fetching xctasync, ambassador
[598/2452] Fetching xctasync, ambassador, embassy
[2453/19876] Fetching xctasync, ambassador, embassy, swift-argument-parser
[2454/25805] Fetching xctasync, ambassador, embassy, swift-argument-parser, swiftsoup
Fetched https://github.com/mochidev/XCTAsync.git from cache (1.20s)
[3473/25765] Fetching ambassador, embassy, swift-argument-parser, swiftsoup
Fetched https://github.com/envoy/Ambassador.git from cache (1.79s)
Fetched https://github.com/envoy/Embassy.git from cache (1.80s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.81s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.11s)
Computing version for https://github.com/mochidev/XCTAsync.git
Computed https://github.com/mochidev/XCTAsync.git at 1.0.1 (2.63s)
Computing version for https://github.com/envoy/Ambassador.git
Computed https://github.com/envoy/Ambassador.git at 4.0.5 (3.79s)
Computing version for https://github.com/envoy/Embassy.git
Computed https://github.com/envoy/Embassy.git at 4.1.6 (2.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.47s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (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/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.13.4
Creating working copy for https://github.com/envoy/Embassy.git
Working copy of https://github.com/envoy/Embassy.git resolved at 4.1.6
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/22] Compiling CommandLineTool Command+Flash.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[6/22] Compiling CommandLineTool Command+HonkAndFlash.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/24] Emitting module CommandLineTool
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[8/24] Compiling CommandLineTool Command+ShowCapabilities.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[9/24] Compiling CommandLineTool Command+ShowEmobility.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[10/24] Compiling CommandLineTool Command+ShowMaintenance.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[11/24] Compiling CommandLineTool Command+ShowPosition.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[12/24] Compiling CommandLineTool Command+ListVehicles.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[13/24] Compiling CommandLineTool Command+Lock.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[14/24] Compiling CommandLineTool Command+ToggleDirectClimatisation.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[15/24] Compiling CommandLineTool Command+Unlock.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[16/24] Compiling CommandLineTool Command+ShowStatus.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[17/24] Compiling CommandLineTool Command+ShowSummary.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[18/24] Compiling CommandLineTool Command+ShowTrips.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[19/24] Compiling CommandLineTool Command+ToggleDirectCharging.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[20/24] Compiling CommandLineTool Extensions.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
[21/24] Compiling CommandLineTool Porsche.swift
/host/spi-builder-workspace/Sources/CommandLineTool/Command+Flash.swift:1:8: error: no such module 'ArgumentParser'
1 | import ArgumentParser
| `- error: no such module 'ArgumentParser'
2 | import Foundation
3 | import PorscheConnect
BUILD FAILURE 6.3 wasm