The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build PorscheConnect, reference main (733033), with Swift 6.1 for Wasm on 28 May 2025 17:14:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/driven-app/porsche-connect.git
https://github.com/driven-app/porsche-connect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "embassy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.6",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/envoy/Embassy.git"
    },
    {
      "identity" : "ambassador",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.5",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/envoy/Ambassador.git"
    },
    {
      "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" : "xctasync",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/XCTAsync.git"
    },
    {
      "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" : "PorscheConnect",
  "name" : "PorscheConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "porsche",
      "targets" : [
        "CommandLineTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PorscheConnect",
      "targets" : [
        "PorscheConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PorscheConnectTests",
      "module_type" : "SwiftTarget",
      "name" : "PorscheConnectTests",
      "path" : "Tests/PorscheConnectTests",
      "product_dependencies" : [
        "Embassy",
        "Ambassador",
        "XCTAsync"
      ],
      "sources" : [
        "Common/BaseMockNetworkTestCase.swift",
        "Common/TestConstants.swift",
        "Formatters/DistanceFormatterTests.swift",
        "Formatters/GenericValueFormatterTests.swift",
        "Formatters/TimestampFormatterTests.swift",
        "Foundations/OAuth/OAuthApplicationTests.swift",
        "Mock Server Backend/MockNetworkRoutes.swift",
        "Mock Server Backend/MockResponseJson.swift",
        "Mock Server Backend/MockServer.swift",
        "Models/Models+AuthTests.swift",
        "Models/Models+CapabilitiesTests.swift",
        "Models/Models+DirectCharging.swift",
        "Models/Models+EmobilityTests.swift",
        "Models/Models+FlashAndHonk.swift",
        "Models/Models+LockUnlockTests.swift",
        "Models/Models+MaintenanceItemTests.swift",
        "Models/Models+PinSecurityChallengeTests.swift",
        "Models/Models+Position.swift",
        "Models/Models+RemoteCommandAcceptedTests.swift",
        "Models/Models+SummaryTests.swift",
        "Models/Models+TripTests.swift",
        "Models/Models+VehicleTests.swift",
        "Networking/NetworkClientTests.swift",
        "Networking/NetworkRoutesTests.swift",
        "Public/PorscheConnect+AuthTests.swift",
        "Public/PorscheConnect+CarControlTests.swift",
        "Public/PorscheConnect+Maintenance.swift",
        "Public/PorscheConnect+PortalTests.swift",
        "Public/PorscheConnect+RemoteCommandStatusTests.swift",
        "Public/PorscheConnect+TripsTests.swift",
        "Public/PorscheConnectTests.swift"
      ],
      "target_dependencies" : [
        "PorscheConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PorscheConnect",
      "module_type" : "SwiftTarget",
      "name" : "PorscheConnect",
      "path" : "Sources/PorscheConnect",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "porsche",
        "PorscheConnect"
      ],
      "sources" : [
        "APIs/PorscheConnect+Auth.swift",
        "APIs/PorscheConnect+Capabilities.swift",
        "APIs/PorscheConnect+Emobility.swift",
        "APIs/PorscheConnect+Maintenance.swift",
        "APIs/PorscheConnect+Pictures.swift",
        "APIs/PorscheConnect+Position.swift",
        "APIs/PorscheConnect+Status.swift",
        "APIs/PorscheConnect+Stored.swift",
        "APIs/PorscheConnect+Summary.swift",
        "APIs/PorscheConnect+Trips.swift",
        "APIs/PorscheConnect+Vehicles.swift",
        "APIs/RemoteCommands/DirectCharging/PorscheConnect+ToggleDirectCharging.swift",
        "APIs/RemoteCommands/DirectClimatisation/PorscheConnect+ToggleDirectClimatisation.swift",
        "APIs/RemoteCommands/Flash/PorscheConnect+Flash.swift",
        "APIs/RemoteCommands/LockUnlock/PorscheConnect+Lock.swift",
        "APIs/RemoteCommands/LockUnlock/PorscheConnect+LockUnlockLastActions.swift",
        "APIs/RemoteCommands/LockUnlock/PorscheConnect+Unlock.swift",
        "APIs/RemoteCommands/PorscheConnect+RemoteCommandStatus.swift",
        "APIs/RemoteCommands/RemoteCommandAccepted.swift",
        "CommonResponseObjects/Distance.swift",
        "CommonResponseObjects/Doors.swift",
        "CommonResponseObjects/ElectricEngineConsumption.swift",
        "CommonResponseObjects/FuelConsumption.swift",
        "CommonResponseObjects/GenericValue.swift",
        "CommonResponseObjects/Picture.swift",
        "CommonResponseObjects/Pressure.swift",
        "CommonResponseObjects/RemainingRanges.swift",
        "CommonResponseObjects/ServiceIntervals.swift",
        "CommonResponseObjects/Speed.swift",
        "CommonResponseObjects/Tires.swift",
        "CommonResponseObjects/Windows.swift",
        "Constants.swift",
        "Environment.swift",
        "Formatters/DistanceFormatter.swift",
        "Formatters/GenericValueFormatter.swift",
        "Formatters/TimestampFormatter.swift",
        "Foundations/Extensions/Color+Hex.swift",
        "Foundations/Extensions/String+Hex.swift",
        "Foundations/Extensions/URL+Params.swift",
        "Foundations/HTTP/HttpStatusCode.swift",
        "Foundations/OAuth/AuthStoring.swift",
        "Foundations/OAuth/OAuthApplication.swift",
        "NetworkClient.swift",
        "NetworkRoutes.swift",
        "PorscheConnect.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommandLineTool",
      "module_type" : "SwiftTarget",
      "name" : "CommandLineTool",
      "path" : "Sources/CommandLineTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "porsche"
      ],
      "sources" : [
        "Command+Flash.swift",
        "Command+HonkAndFlash.swift",
        "Command+ListVehicles.swift",
        "Command+Lock.swift",
        "Command+ShowCapabilities.swift",
        "Command+ShowEmobility.swift",
        "Command+ShowMaintenance.swift",
        "Command+ShowPosition.swift",
        "Command+ShowStatus.swift",
        "Command+ShowSummary.swift",
        "Command+ShowTrips.swift",
        "Command+ToggleDirectCharging.swift",
        "Command+ToggleDirectClimatisation.swift",
        "Command+Unlock.swift",
        "Extensions.swift",
        "Porsche.swift"
      ],
      "target_dependencies" : [
        "PorscheConnect"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/mochidev/XCTAsync.git
Fetching https://github.com/envoy/Ambassador.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/envoy/Embassy.git
Fetching https://github.com/apple/swift-argument-parser
[1/557] Fetching ambassador
[558/4465] Fetching ambassador, swiftsoup
[637/6311] Fetching ambassador, swiftsoup, embassy
[3197/6351] Fetching ambassador, swiftsoup, embassy, xctasync
Fetched https://github.com/envoy/Ambassador.git from cache (0.28s)
[2827/5794] Fetching swiftsoup, embassy, xctasync
[5795/21145] Fetching swiftsoup, embassy, xctasync, swift-argument-parser
Fetched https://github.com/mochidev/XCTAsync.git from cache (0.48s)
[6062/21105] Fetching swiftsoup, embassy, swift-argument-parser
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.48s)
[2461/17197] Fetching embassy, swift-argument-parser
Fetched https://github.com/envoy/Embassy.git from cache (1.12s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.13s)
Computing version for https://github.com/mochidev/XCTAsync.git
Computed https://github.com/mochidev/XCTAsync.git at 1.0.1 (1.81s)
Computing version for https://github.com/envoy/Ambassador.git
Computed https://github.com/envoy/Ambassador.git at 4.0.5 (2.52s)
Computing version for https://github.com/envoy/Embassy.git
Computed https://github.com/envoy/Embassy.git at 4.1.6 (3.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.58s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.74s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
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/envoy/Embassy.git
Working copy of https://github.com/envoy/Embassy.git resolved at 4.1.6
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/21] 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
[5/23] 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/23] 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
[7/23] 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
[8/23] 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
[9/23] 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
[10/23] 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
[11/23] 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
[12/23] 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
[13/23] 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
[14/23] 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
[15/23] 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
[16/23] 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
[17/23] 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
[18/23] 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
[19/23] 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
[20/23] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/20] 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
[4/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
[5/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
[6/22] 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
[7/22] 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
[8/22] 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
[9/22] 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
[10/22] 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
[11/22] 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
[12/22] 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
[13/22] 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
[14/22] 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
[15/22] 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
[16/22] 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
[17/22] 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
[18/22] 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
[19/22] 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.1 wasm