The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TeslaSwift, reference master (0c2ff1), with Swift 6.1 for Linux on 26 Jul 2025 14:03:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
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 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 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.8",
            "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",
        "VehicleCommands.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/5040] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (0.45s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (2.36s)
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
[2/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 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"
[11/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"
[12/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"
[13/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"
[14/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"
[15/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"
[16/80] Compiling TeslaSwift ChargeState.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 {
[17/80] Compiling TeslaSwift ClimateState.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 {
[18/80] Compiling TeslaSwift Codable+JSONString.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 {
[19/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"
[20/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"
[21/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"
[22/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"
[23/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"
[24/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"
[25/80] 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"
[26/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"
[27/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"
[28/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"
[29/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"
[30/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"
[31/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"
[32/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"
[33/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"
[34/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"
[35/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"
[36/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"
[37/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 {
[38/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 {
[39/80] 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 {
[40/80] 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 {
[41/80] 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 {
[42/80] Compiling TeslaSwift BatteryStatus.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 {
[43/80] Compiling TeslaSwift ChargeAmpsCommandOptions.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"
[45/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"
[46/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"
[47/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"
[48/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"
[49/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"
/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 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"
[52/80] 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"
[53/80] 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"
[54/80] 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"
[55/80] 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"
/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 {
[61/80] 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 {
[62/80] 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 {
[63/80] Compiling TeslaSwift DriveState.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 {
[64/80] 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"
[65/80] 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"
[66/80] 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"
/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"
/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"
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/66] 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 {
[3/68] 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"
[4/68] 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"
[5/68] 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"
[6/68] 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"
[7/68] 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"
[8/68] 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"
[9/74] 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 {
[10/74] 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 {
/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/74] 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"
[13/74] 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"
[14/74] 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"
[15/74] 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"
[16/74] 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"
[17/74] Compiling TeslaSwift BatteryStatus.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 {
[18/74] Compiling TeslaSwift ChargeAmpsCommandOptions.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 {
[19/74] 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 {
[20/74] Compiling TeslaSwift GuiSettings.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/74] 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"
[22/74] 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"
[23/74] 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"
[24/74] 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"
/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 {
[31/74] 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"
[32/74] 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"
[33/74] 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"
[34/74] 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"
[35/74] 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"
[36/74] 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"
[37/74] 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"
[38/74] 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"
[39/74] 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"
/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"
[43/74] 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"
[44/74] 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"
[45/74] 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"
[46/74] 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"
[47/74] 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"
[48/74] 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"
[49/74] 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"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/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"
[51/74] 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"
[52/74] 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"
[53/74] 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"
[54/74] 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"
[55/74] 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"
[56/74] 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"
[57/74] 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"
/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 {
[61/74] 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"
[62/74] 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"
[63/74] 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"
[64/74] 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"
[65/74] 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"
[66/74] 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"
/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.1 linux