Build Information
Failed to build TeslaSwift, reference master (d10c3f
), with Swift 6.1 for Linux on 29 Apr 2025 18:53:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonasman/TeslaSwift.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d10c3fb Merge branch 'master' of https://github.com/jonasman/TeslaSwift
Cloned https://github.com/jonasman/TeslaSwift.git
Revision (git rev-parse @):
d10c3fb4ad2d8f946ef47a57610cd832c1172f64
SUCCESS checkout https://github.com/jonasman/TeslaSwift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/jonasman/TeslaSwift.git
https://github.com/jonasman/TeslaSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.6",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
}
],
"manifest_display_name" : "TeslaSwift",
"name" : "TeslaSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "TeslaSwift",
"targets" : [
"TeslaSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TeslaSwiftStreaming",
"targets" : [
"TeslaSwiftStreaming"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TeslaSwiftCombine",
"targets" : [
"TeslaSwiftCombine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TeslaSwiftStreamingCombine",
"targets" : [
"TeslaSwiftStreamingCombine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TeslaSwiftStreamingCombine",
"module_type" : "SwiftTarget",
"name" : "TeslaSwiftStreamingCombine",
"path" : "Sources/Extensions/StreamingCombine",
"product_memberships" : [
"TeslaSwiftStreamingCombine"
],
"sources" : [
"TeslaSwift+StreamingCombine.swift"
],
"target_dependencies" : [
"TeslaSwiftStreaming",
"TeslaSwiftCombine"
],
"type" : "library"
},
{
"c99name" : "TeslaSwiftStreaming",
"module_type" : "SwiftTarget",
"name" : "TeslaSwiftStreaming",
"path" : "Sources/Extensions/Streaming",
"product_dependencies" : [
"Starscream"
],
"product_memberships" : [
"TeslaSwiftStreaming",
"TeslaSwiftStreamingCombine"
],
"sources" : [
"StreamControl.swift",
"StreamEvent.swift",
"TeslaStreaming.swift"
],
"target_dependencies" : [
"TeslaSwift"
],
"type" : "library"
},
{
"c99name" : "TeslaSwiftCombine",
"module_type" : "SwiftTarget",
"name" : "TeslaSwiftCombine",
"path" : "Sources/Extensions/Combine",
"product_memberships" : [
"TeslaSwiftCombine",
"TeslaSwiftStreamingCombine"
],
"sources" : [
"TeslaSwift+Combine.swift"
],
"target_dependencies" : [
"TeslaSwift"
],
"type" : "library"
},
{
"c99name" : "TeslaSwift",
"module_type" : "SwiftTarget",
"name" : "TeslaSwift",
"path" : "Sources/TeslaSwift",
"product_memberships" : [
"TeslaSwift",
"TeslaSwiftStreaming",
"TeslaSwiftCombine",
"TeslaSwiftStreamingCombine"
],
"sources" : [
"Model/Authentication.swift",
"Model/BatteryData.swift",
"Model/BatteryPowerHistory.swift",
"Model/BatteryStatus.swift",
"Model/ChargeAmpsCommandOptions.swift",
"Model/ChargeHistory.swift",
"Model/ChargeLimitPercentageCommandOptions.swift",
"Model/ChargeState.swift",
"Model/ClimateState.swift",
"Model/Codable+JSONString.swift",
"Model/CommandResponse.swift",
"Model/Distance.swift",
"Model/DriveState.swift",
"Model/EnergySite.swift",
"Model/EnergySiteHistory.swift",
"Model/EnergySiteInfo.swift",
"Model/EnergySiteLiveStatus.swift",
"Model/EnergySiteStatus.swift",
"Model/ErrorMessage.swift",
"Model/GenericResponse.swift",
"Model/GuiSettings.swift",
"Model/HomeLinkCommandOptions.swift",
"Model/MaxDefrostCommandOptions.swift",
"Model/Me.swift",
"Model/NearbyChargingSites.swift",
"Model/OpenTrunkOptions.swift",
"Model/Partner.swift",
"Model/Product.swift",
"Model/Region.swift",
"Model/RemoteSeatHeaterRequestOptions.swift",
"Model/RemoteStartDriveCommandOptions.swift",
"Model/RemoteSteeringWheelHeaterRequestOptions.swift",
"Model/ScheduledChargingCommandOptions.swift",
"Model/ScheduledDepartureCommandOptions.swift",
"Model/SentryModeCommandOptions.swift",
"Model/SetSunRoofCommandOptions.swift",
"Model/SetTemperatureCommandOptions.swift",
"Model/ShareToVehicleOptions.swift",
"Model/SoftwareUpdate.swift",
"Model/Speed.swift",
"Model/SpeedLimitOptions.swift",
"Model/ValetCommandOptions.swift",
"Model/Vehicle.swift",
"Model/VehicleConfig.swift",
"Model/VehicleExtended.swift",
"Model/VehicleState.swift",
"Model/WindowControlCommandOptions.swift",
"TeslaEndpoint.swift",
"TeslaSwift.swift",
"TeslaWebLoginViewContoller.swift",
"VehicleCommands.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (0.37s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.84s)
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] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/73] 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/75] 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/81] Compiling TeslaSwift EnergySiteLiveStatus.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/81] Compiling TeslaSwift EnergySiteStatus.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/81] Compiling TeslaSwift ErrorMessage.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 {
[13/81] 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"
[14/81] 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"
[15/81] 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"
[16/81] 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"
[17/81] 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"
[18/81] 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"
[19/81] 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"
[20/81] 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"
[21/81] 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"
[22/81] 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"
[23/81] 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"
[24/81] 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"
[25/81] 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 {
[26/81] 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 {
[27/81] Compiling TeslaSwift CommandResponse.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 {
[28/81] Compiling TeslaSwift Distance.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 {
[29/81] 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"
[30/81] 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"
[31/81] 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"
[32/81] 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"
[33/81] Compiling TeslaSwift TeslaWebLoginViewContoller.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/81] 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"
[35/81] 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"
[36/81] Compiling TeslaSwift ClimateState.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/81] Compiling TeslaSwift Codable+JSONString.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"
[40/81] Compiling TeslaSwift DriveState.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/81] Compiling TeslaSwift EnergySite.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/81] 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"
[43/81] 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"
[44/81] 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"
[45/81] 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"
[46/81] 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"
[47/81] 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"
[48/81] Compiling TeslaSwift HomeLinkCommandOptions.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"
[49/81] Compiling TeslaSwift MaxDefrostCommandOptions.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/81] Compiling TeslaSwift Me.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/81] Compiling TeslaSwift NearbyChargingSites.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/81] Compiling TeslaSwift OpenTrunkOptions.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/81] Compiling TeslaSwift Partner.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/81] 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"
[55/81] 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"
/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"
[61/81] Compiling TeslaSwift Authentication.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"
[62/81] Compiling TeslaSwift BatteryData.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"
[63/81] Compiling TeslaSwift BatteryPowerHistory.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"
[64/81] Compiling TeslaSwift BatteryStatus.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"
[65/81] Compiling TeslaSwift ChargeAmpsCommandOptions.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/81] Compiling TeslaSwift ChargeHistory.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/81] Compiling TeslaSwift ChargeLimitPercentageCommandOptions.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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling TeslaSwift EnergySiteInfo.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 {
[3/67] Compiling TeslaSwift EnergySiteLiveStatus.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 {
[4/69] 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 {
[5/69] 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 {
[6/69] Compiling TeslaSwift EnergySiteStatus.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 {
[7/69] Compiling TeslaSwift ErrorMessage.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 {
[8/69] Compiling TeslaSwift ChargeHistory.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 {
[9/69] Compiling TeslaSwift ChargeLimitPercentageCommandOptions.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 {
[10/69] Compiling TeslaSwift EnergySiteHistory.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/69] 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"
[12/69] 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"
[13/69] 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"
[14/69] 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"
[15/69] 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"
[16/69] 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"
[17/75] Compiling TeslaSwift HomeLinkCommandOptions.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/75] Compiling TeslaSwift MaxDefrostCommandOptions.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/75] Compiling TeslaSwift Me.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/75] Compiling TeslaSwift NearbyChargingSites.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/75] Compiling TeslaSwift OpenTrunkOptions.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/75] Compiling TeslaSwift Partner.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/75] 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"
[24/75] 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"
[25/75] 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"
[26/75] 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"
[27/75] 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"
[28/75] 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"
[29/75] 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"
[30/75] 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"
[31/75] 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"
[32/75] 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"
[33/75] 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"
[34/75] 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"
/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"
/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"
[42/75] 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"
[43/75] Compiling TeslaSwift ClimateState.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/75] Compiling TeslaSwift Codable+JSONString.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/75] Compiling TeslaSwift CommandResponse.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/75] Compiling TeslaSwift Distance.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/75] Compiling TeslaSwift DriveState.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"
[48/75] Compiling TeslaSwift EnergySite.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"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/75] 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"
[50/75] Compiling TeslaSwift Authentication.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/75] Compiling TeslaSwift BatteryData.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/75] Compiling TeslaSwift BatteryPowerHistory.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/75] Compiling TeslaSwift BatteryStatus.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/75] Compiling TeslaSwift ChargeAmpsCommandOptions.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 {
/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 {
[66/75] 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"
[67/75] 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"
[68/75] 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"
[69/75] 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"
[70/75] Compiling TeslaSwift TeslaWebLoginViewContoller.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"
[71/75] 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"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/75] 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 {
BUILD FAILURE 6.1 linux