The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TeslaSwift, reference 12.2.0 (0c2ff1), with Swift 6.3 for Wasm on 16 Apr 2026 15:01:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonasman/TeslaSwift.git
Reference: 12.2.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/jonasman/TeslaSwift
 * tag               12.2.0     -> FETCH_HEAD
HEAD is now at 0c2ff15 Update auth endpoint
Cloned https://github.com/jonasman/TeslaSwift.git
Revision (git rev-parse @):
0c2ff15dea6feb2ee62558a00e7ae6b186b7078a
SUCCESS checkout https://github.com/jonasman/TeslaSwift.git at 12.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jonasman/TeslaSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/daltoniam/Starscream.git
[1/5108] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (1.25s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (3.76s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/72] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/74] Emitting module TeslaSwift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[10/80] Compiling Starscream FoundationTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[11/80] Compiling Starscream TCPTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[12/80] Compiling TeslaSwift VehicleExtended.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[13/80] Compiling TeslaSwift VehicleState.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[14/80] Compiling TeslaSwift WindowControlCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[15/80] Compiling TeslaSwift TeslaEndpoint.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[16/80] Compiling TeslaSwift TeslaSwift.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[17/80] Compiling TeslaSwift VehicleCommands.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[18/80] Compiling TeslaSwift ChargeState.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[19/80] Compiling Starscream FoundationHTTPHandler.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[20/80] Compiling Starscream FoundationHTTPServerHandler.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[21/80] Compiling Starscream FrameCollector.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[22/80] Compiling Starscream Framer.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[23/80] Compiling Starscream HTTPHandler.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[24/80] Compiling Starscream StringHTTPHandler.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[25/80] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[26/80] Compiling Starscream WSCompression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[27/80] Compiling Starscream Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[33/80] Compiling Starscream Engine.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[34/80] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[35/80] Compiling TeslaSwift ScheduledChargingCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[36/80] Compiling TeslaSwift ScheduledDepartureCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[37/80] Compiling TeslaSwift SentryModeCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[38/80] Compiling TeslaSwift SetSunRoofCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[39/80] Compiling TeslaSwift SetTemperatureCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[40/80] Compiling TeslaSwift ShareToVehicleOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[41/80] Compiling TeslaSwift EnergySiteHistory.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[42/80] Compiling TeslaSwift EnergySiteInfo.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[43/80] Compiling TeslaSwift EnergySiteLiveStatus.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[44/80] Compiling TeslaSwift EnergySiteStatus.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[45/80] Compiling TeslaSwift ErrorMessage.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[46/80] Compiling TeslaSwift GenericResponse.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[47/80] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[48/80] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[49/80] Compiling TeslaSwift SoftwareUpdate.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[50/80] Compiling TeslaSwift Speed.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[51/80] Compiling TeslaSwift SpeedLimitOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[52/80] Compiling TeslaSwift ValetCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[53/80] Compiling TeslaSwift Vehicle.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[54/80] Compiling TeslaSwift VehicleConfig.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[55/80] Compiling Starscream FoundationSecurity.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[56/80] Compiling Starscream Security.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[57/80] Compiling Starscream Server.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[58/80] Compiling Starscream WebSocketServer.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[59/80] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
[65/80] Compiling TeslaSwift Product.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[66/80] Compiling TeslaSwift Region.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[67/80] Compiling TeslaSwift RemoteSeatHeaterRequestOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[68/80] Compiling TeslaSwift RemoteStartDriveCommandOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
[69/80] Compiling TeslaSwift RemoteSteeringWheelHeaterRequestOptions.swift
/host/spi-builder-workspace/Sources/TeslaSwift/Model/Authentication.swift:10:8: error: no such module 'CryptoKit'
  8 |
  9 | import Foundation
 10 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 11 |
 12 | private let oAuthCodeVerifier: String = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef21067963841234334232123232323232"
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | public class WSCompression: CompressionHandler {
BUILD FAILURE 6.3 wasm