The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoAPI, reference main (19fb77), with Swift 6.2 for Linux on 20 Jun 2025 00:53:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[291/320] Compiling AutoAPI UnitPower+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[292/320] Compiling AutoAPI UnitPressure+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[293/320] Compiling AutoAPI UnitSpeed+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[294/320] Compiling AutoAPI UnitTemperature+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[295/320] Compiling AutoAPI UnitTorque+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[296/320] Compiling AutoAPI UnitTorque.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[297/320] Compiling AutoAPI UnitVolume+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAcceleration+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAcceleration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAcceleration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AccelerationUnit: String, Codable {
 5 |         case metersPerSecondSquared
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngle+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitAngle: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitAngle' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum AngleUnit: String, Codable {
 5 |         case degrees
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitAngularVelocity.swift:3:14: warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitAngularVelocity: Dimension {
  |              `- warning: class 'UnitAngularVelocity' must restate inherited '@unchecked Sendable' conformance
4 |     public static let revolutionsPerMinute = UnitAngularVelocity(symbol: "hm_rpm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let degreesPerSecond = UnitAngularVelocity(symbol: "hm_dps", converter: UnitConverterLinear(coefficient: 6.0))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitDuration+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitDuration: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitDuration' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum DurationUnit: String, Codable {
11 |         case seconds
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricCurrent+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricCurrent: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricCurrent' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricCurrentUnit: String, Codable {
 5 |         case amperes
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitElectricPotentialDifference+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitElectricPotentialDifference: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitElectricPotentialDifference' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum ElectricPotentialDifferenceUnit: String, Codable {
 5 |         case volts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergy+Extensions.swift:8:1: warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 6 | }
 7 |
 8 | extension UnitEnergy: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitEnergy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public enum EnergyUnit: String, Codable {
10 |         case joules
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitEnergyEfficiency.swift:3:14: warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitEnergyEfficiency: Dimension {
  |              `- warning: class 'UnitEnergyEfficiency' must restate inherited '@unchecked Sendable' conformance
4 |     public static let kwhPer100Kilometers = UnitEnergyEfficiency(symbol: "hm_kp1k", converter: AAUnitConverterInverse(coefficient: 1.0))
5 |     public static let milesPerKwh = UnitEnergyEfficiency(symbol: "hm_mpk", converter: AAUnitConverterInverse(coefficient: 62.1371192237334))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFrequency+Extensions.swift:9:1: warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | }
 8 |
 9 | extension UnitFrequency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFrequency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public enum FrequencyUnit: String, Codable {
11 |         case hertz
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitFuelEfficiency+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitFuelEfficiency: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitFuelEfficiency' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum FuelEfficiencyUnit: String, Codable {
 5 |         case litersPer100Kilometers
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitIlluminance+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitIlluminance: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitIlluminance' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum IlluminanceUnit: String, Codable {
 5 |         case lux
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitLength+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitLength: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitLength' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum LengthUnit: String, Codable {
 5 |         case meters
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitMass+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  5 | }
  6 |
  7 | extension UnitMass: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitMass' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |     public enum MassUnit: String, Codable {
  9 |         case kilograms
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPower+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitPower: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPower' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum PowerUnit: String, Codable {
 5 |         case watts
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitPressure+Extensions.swift:7:1: warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 5 | }
 6 |
 7 | extension UnitPressure: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitPressure' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public enum PressureUnit: String, Codable {
 9 |         case pascals
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitSpeed+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitSpeed: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitSpeed' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum SpeedUnit: String, Codable {
 5 |         case metersPerSecond
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTemperature+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension UnitTemperature: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'UnitTemperature' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public enum TemperatureUnit: String, Codable {
 5 |         case kelvin
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitTorque.swift:3:14: warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | public class UnitTorque: Dimension {
  |              `- warning: class 'UnitTorque' must restate inherited '@unchecked Sendable' conformance
4 |     public static let newtonMeters = UnitTorque(symbol: "hm_nm", converter: UnitConverterLinear(coefficient: 1.0))
5 |     public static let newtonMillimeters = UnitTorque(symbol: "hm_nms", converter: UnitConverterLinear(coefficient: 0.001))
/host/spi-builder-workspace/Sources/AutoAPI/Units/UnitVolume+Extensions.swift:3:1: warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  1 | import Foundation
  2 |
  3 | extension UnitVolume: AAUnitType {
    | |- warning: extension declares a conformance of imported type 'UnitVolume' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  4 |     public enum VolumeUnit: String, Codable {
  5 |         case liters
[298/320] Compiling AutoAPI AAWindscreenWindscreenNeedsReplacement.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[299/320] Compiling AutoAPI AAWindscreenWipersIntensity.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[300/320] Compiling AutoAPI AAWindscreenWipersStatus.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[301/320] Compiling AutoAPI AAAutoAPI+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[302/320] Compiling AutoAPI AACapability+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[303/320] Compiling AutoAPI AAOpaqueProperty+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[304/320] Compiling AutoAPI AAAutoAPI.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[305/320] Compiling AutoAPI AACapability.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[306/320] Compiling AutoAPI AAOpaqueProperty.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[307/320] Compiling AutoAPI AAProperty.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[308/320] Compiling AutoAPI AAPropertyComponent.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[309/320] Compiling AutoAPI AAUnitConverterInverse.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[310/320] Compiling AutoAPI AACommandType.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[311/320] Compiling AutoAPI AAError.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[312/320] Compiling AutoAPI DateFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[313/320] Compiling AutoAPI Measurement+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[314/320] Compiling AutoAPI Property+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[315/320] Compiling AutoAPI UInt8+Extensions.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[316/320] Compiling AutoAPI AAAPICurrent.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[317/320] Compiling AutoAPI AAPropertyConvertable.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[318/320] Compiling AutoAPI AAPropertyIdentifying.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[319/320] Compiling AutoAPI AAUnitType.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
[320/320] Compiling AutoAPI Scalars.swift
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:14:9: warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
12 |     }
13 |
14 |     var timestamp: AAProperty<Date>? {
   |         |- warning: cannot use conformance of 'Date' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
15 |         properties.property(id: AAUniversalPropertyType.timestamp)
16 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Extensions/AACapability+Extensions.swift:18:9: warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
16 |     }
17 |
18 |     var vin: AAProperty<String>? {
   |         |- warning: cannot use conformance of 'String' to 'HMBytesConvertable' here; 'HMUtilities' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'HMUtilities' will be added implicitly
19 |         properties.property(id: AAUniversalPropertyType.vin)
20 |     }
/host/spi-builder-workspace/Sources/AutoAPI/Premade/AAUnitConverterInverse.swift:3:7: warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 1 | import Foundation
 2 |
 3 | class AAUnitConverterInverse: UnitConverter {
   |       `- warning: class 'AAUnitConverterInverse' must restate inherited '@unchecked Sendable' conformance
 4 |     var coefficient: Double
 5 |
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/Measurement+Extensions.swift:4:1: warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import HMUtilities
 3 |
 4 | extension Measurement: HMBytesConvertable where UnitType: AAUnitType {
   | |- warning: extension declares a conformance of imported type 'Measurement' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public var bytes: [UInt8] {
 6 |         if let ids = unit.identifiers {
/host/spi-builder-workspace/Sources/AutoAPI/Premade/Extensions/UInt8+Extensions.swift:59:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
57 | }
58 |
59 | extension Array: HMBytesConvertable where Element == UInt8 {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'HMBytesConvertable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public var bytes: [UInt8] {
61 |         flatMap(\.bytes)
Build complete! (32.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hmutilities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.7",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/highmobility/hmutilities-swift"
    }
  ],
  "manifest_display_name" : "AutoAPI",
  "name" : "AutoAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoAPI",
      "targets" : [
        "AutoAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoAPITests",
      "module_type" : "SwiftTarget",
      "name" : "AutoAPITests",
      "path" : "Tests/AutoAPITests",
      "sources" : [
        "AAAdasTests.swift",
        "AABrowserTests.swift",
        "AACapabilitiesTests.swift",
        "AAChargingSessionTests.swift",
        "AAChargingTests.swift",
        "AAChassisSettingsTests.swift",
        "AAClimateTests.swift",
        "AACrashTests.swift",
        "AACruiseControlTests.swift",
        "AADashboardLightsTests.swift",
        "AADiagnosticsTests.swift",
        "AADoorsTests.swift",
        "AADriverFatigueTests.swift",
        "AAEngineTests.swift",
        "AAFailureMessageTests.swift",
        "AAFirmwareVersionTests.swift",
        "AAFuelingTests.swift",
        "AAGraphicsTests.swift",
        "AAHeartRateTests.swift",
        "AAHistoricalTests.swift",
        "AAHomeChargerTests.swift",
        "AAHonkHornFlashLightsTests.swift",
        "AAHoodTests.swift",
        "AAIgnitionTests.swift",
        "AAKeyfobPositionTests.swift",
        "AALightConditionsTests.swift",
        "AALightsTests.swift",
        "AAMaintenanceTests.swift",
        "AAMessagingTests.swift",
        "AAMobileTests.swift",
        "AAMultiCommandTests.swift",
        "AANaviDestinationTests.swift",
        "AANotificationsTests.swift",
        "AAOffroadTests.swift",
        "AAParkingBrakeTests.swift",
        "AAParkingTicketTests.swift",
        "AAPowerTakeoffTests.swift",
        "AARaceTests.swift",
        "AARemoteControlTests.swift",
        "AARooftopControlTests.swift",
        "AASeatsTests.swift",
        "AATachographTests.swift",
        "AATextInputTests.swift",
        "AATheftAlarmTests.swift",
        "AATripsTests.swift",
        "AATrunkTests.swift",
        "AAUsageTests.swift",
        "AAValetModeTests.swift",
        "AAVehicleInformationTests.swift",
        "AAVehicleLocationTests.swift",
        "AAVehicleStatusTests.swift",
        "AAVehicleTimeTests.swift",
        "AAVideoHandoverTests.swift",
        "AAWakeUpTests.swift",
        "AAWeatherConditionsTests.swift",
        "AAWiFiTests.swift",
        "AAWindowsTests.swift",
        "AAWindscreenTests.swift"
      ],
      "target_dependencies" : [
        "AutoAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoAPI",
      "module_type" : "SwiftTarget",
      "name" : "AutoAPI",
      "path" : "Sources/AutoAPI",
      "product_dependencies" : [
        "HMUtilities"
      ],
      "product_memberships" : [
        "AutoAPI"
      ],
      "sources" : [
        "Capabilities/ApiStructure/AACapabilities.swift",
        "Capabilities/ApiStructure/AAFailureMessage.swift",
        "Capabilities/ApiStructure/AAFirmwareVersion.swift",
        "Capabilities/ApiStructure/AAHistorical.swift",
        "Capabilities/ApiStructure/AAMultiCommand.swift",
        "Capabilities/ApiStructure/AAUniversal.swift",
        "Capabilities/ApiStructure/AAVehicleInformation.swift",
        "Capabilities/ApiStructure/AAVehicleStatus.swift",
        "Capabilities/Chassis/AAAdas.swift",
        "Capabilities/Chassis/AACharging.swift",
        "Capabilities/Chassis/AAChargingSession.swift",
        "Capabilities/Chassis/AAChassisSettings.swift",
        "Capabilities/Chassis/AAClimate.swift",
        "Capabilities/Chassis/AACruiseControl.swift",
        "Capabilities/Chassis/AAHonkHornFlashLights.swift",
        "Capabilities/Chassis/AAKeyfobPosition.swift",
        "Capabilities/Chassis/AALights.swift",
        "Capabilities/Chassis/AARooftopControl.swift",
        "Capabilities/Chassis/AASeats.swift",
        "Capabilities/Chassis/AAWindows.swift",
        "Capabilities/Chassis/AAWindscreen.swift",
        "Capabilities/Diagnostics/AACrash.swift",
        "Capabilities/Diagnostics/AADashboardLights.swift",
        "Capabilities/Diagnostics/AADiagnostics.swift",
        "Capabilities/Diagnostics/AAMaintenance.swift",
        "Capabilities/Diagnostics/AAOffroad.swift",
        "Capabilities/Diagnostics/AARace.swift",
        "Capabilities/Diagnostics/AAUsage.swift",
        "Capabilities/DigitalKey/AADoors.swift",
        "Capabilities/DigitalKey/AAEngine.swift",
        "Capabilities/DigitalKey/AAHood.swift",
        "Capabilities/DigitalKey/AAIgnition.swift",
        "Capabilities/DigitalKey/AATrunk.swift",
        "Capabilities/DigitalKey/AAWakeUp.swift",
        "Capabilities/Environment/AALightConditions.swift",
        "Capabilities/Environment/AAWeatherConditions.swift",
        "Capabilities/Headunit/AABrowser.swift",
        "Capabilities/Headunit/AAGraphics.swift",
        "Capabilities/Headunit/AAMessaging.swift",
        "Capabilities/Headunit/AAMobile.swift",
        "Capabilities/Headunit/AANotifications.swift",
        "Capabilities/Headunit/AATextInput.swift",
        "Capabilities/Headunit/AAVideoHandover.swift",
        "Capabilities/Headunit/AAWiFi.swift",
        "Capabilities/Health/AADriverFatigue.swift",
        "Capabilities/Health/AAHeartRate.swift",
        "Capabilities/HeavyDuty/AAPowerTakeoff.swift",
        "Capabilities/HeavyDuty/AATachograph.swift",
        "Capabilities/Infrastructure/AAHomeCharger.swift",
        "Capabilities/POI/AANaviDestination.swift",
        "Capabilities/POI/AATrips.swift",
        "Capabilities/POI/AAVehicleLocation.swift",
        "Capabilities/POI/AAVehicleTime.swift",
        "Capabilities/Parking/AAFueling.swift",
        "Capabilities/Parking/AAParkingBrake.swift",
        "Capabilities/Parking/AAParkingTicket.swift",
        "Capabilities/Parking/AARemoteControl.swift",
        "Capabilities/Parking/AATheftAlarm.swift",
        "Capabilities/Parking/AAValetMode.swift",
        "CustomTypes/AAAcceleration.swift",
        "CustomTypes/AAAccelerationDuration.swift",
        "CustomTypes/AAAcceleratorDuration.swift",
        "CustomTypes/AAActionItem.swift",
        "CustomTypes/AAAddressComponent.swift",
        "CustomTypes/AAAvailability.swift",
        "CustomTypes/AABrakeServiceDueDate.swift",
        "CustomTypes/AABrakeServiceRemainingDistance.swift",
        "CustomTypes/AABrakeServiceStatus.swift",
        "CustomTypes/AABrakeTorqueVectoring.swift",
        "CustomTypes/AAChargingCost.swift",
        "CustomTypes/AAChargingLocation.swift",
        "CustomTypes/AAChargingPoint.swift",
        "CustomTypes/AAChargingRestriction.swift",
        "CustomTypes/AACheckControlMessage.swift",
        "CustomTypes/AAConditionBasedService.swift",
        "CustomTypes/AAConfirmedTroubleCode.swift",
        "CustomTypes/AACoordinates.swift",
        "CustomTypes/AACrashIncident.swift",
        "CustomTypes/AADashboardLight.swift",
        "CustomTypes/AADepartureTime.swift",
        "CustomTypes/AADieselExhaustFilterStatus.swift",
        "CustomTypes/AADistanceOverTime.swift",
        "CustomTypes/AADoorPosition.swift",
        "CustomTypes/AADriverCardPresent.swift",
        "CustomTypes/AADriverTimeState.swift",
        "CustomTypes/AADriverWorkingState.swift",
        "CustomTypes/AADrivingModeActivationPeriod.swift",
        "CustomTypes/AADrivingModeEnergyConsumption.swift",
        "CustomTypes/AAEcoDrivingThreshold.swift",
        "CustomTypes/AAFailure.swift",
        "CustomTypes/AAHMKitVersion.swift",
        "CustomTypes/AAKeyValue.swift",
        "CustomTypes/AALaneKeepAssistState.swift",
        "CustomTypes/AALight.swift",
        "CustomTypes/AALock.swift",
        "CustomTypes/AAOemTroubleCodeValue.swift",
        "CustomTypes/AAParkAssist.swift",
        "CustomTypes/AAPersonDetected.swift",
        "CustomTypes/AAPriceTariff.swift",
        "CustomTypes/AARGBColour.swift",
        "CustomTypes/AAReadingLamp.swift",
        "CustomTypes/AAReductionTime.swift",
        "CustomTypes/AASeatbeltState.swift",
        "CustomTypes/AASpringRate.swift",
        "CustomTypes/AASupportedCapability.swift",
        "CustomTypes/AATemperatureExtreme.swift",
        "CustomTypes/AATime.swift",
        "CustomTypes/AATimer.swift",
        "CustomTypes/AATirePressure.swift",
        "CustomTypes/AATirePressureStatus.swift",
        "CustomTypes/AATireTemperature.swift",
        "CustomTypes/AATripMeter.swift",
        "CustomTypes/AATroubleCode.swift",
        "CustomTypes/AAWebhook.swift",
        "CustomTypes/AAWeekdayTime.swift",
        "CustomTypes/AAWheelRPM.swift",
        "CustomTypes/AAWindowOpenPercentage.swift",
        "CustomTypes/AAWindowPosition.swift",
        "CustomTypes/AAZone.swift",
        "Enums/AAAccelerationDirection.swift",
        "Enums/AAAccelerationDurationDirection.swift",
        "Enums/AAAccelerationDurationType.swift",
        "Enums/AAActiveSelectedState.swift",
        "Enums/AAActiveState.swift",
        "Enums/AAAdasBlindSpotWarningSystemCoverage.swift",
        "Enums/AAAddressComponentType.swift",
        "Enums/AAAvailabilityAppliesPer.swift",
        "Enums/AAAvailabilityUpdateRate.swift",
        "Enums/AAAxle.swift",
        "Enums/AABrand.swift",
        "Enums/AAChargingAcousticLimit.swift",
        "Enums/AAChargingBatteryChargeType.swift",
        "Enums/AAChargingBatteryLed.swift",
        "Enums/AAChargingBatteryStatus.swift",
        "Enums/AAChargingBatteryTemperatureControlDemand.swift",
        "Enums/AAChargingChargeMode.swift",
        "Enums/AAChargingChargingEndReason.swift",
        "Enums/AAChargingChargingPhases.swift",
        "Enums/AAChargingChargingTimeDisplay.swift",
        "Enums/AAChargingChargingWindowChosen.swift",
        "Enums/AAChargingCurrentType.swift",
        "Enums/AAChargingDepartureTimeDisplay.swift",
        "Enums/AAChargingPlugType.swift",
        "Enums/AAChargingPluggedIn.swift",
        "Enums/AAChargingPreconditioningError.swift",
        "Enums/AAChargingRestrictionLimit.swift",
        "Enums/AAChargingSmartChargingOption.swift",
        "Enums/AAChargingSmartChargingStatus.swift",
        "Enums/AAChargingStarterBatteryState.swift",
        "Enums/AAChargingStatus.swift",
        "Enums/AAChassisSettingsSportChrono.swift",
        "Enums/AAConditionBasedServiceDueStatus.swift",
        "Enums/AAConnectionState.swift",
        "Enums/AACrashImpactZone.swift",
        "Enums/AACrashIncidentLocation.swift",
        "Enums/AACrashIncidentRepairs.swift",
        "Enums/AACrashIncidentSeverity.swift",
        "Enums/AACrashStatus.swift",
        "Enums/AACrashTippedState.swift",
        "Enums/AACrashType.swift",
        "Enums/AACruiseControlLimiter.swift",
        "Enums/AADashboardLightName.swift",
        "Enums/AADashboardLightsBulbFailures.swift",
        "Enums/AADetected.swift",
        "Enums/AADiagnosticsEngineOilPressureLevel.swift",
        "Enums/AADiagnosticsFuelLevelAccuracy.swift",
        "Enums/AADiagnosticsLowVoltageBatteryChargeLevel.swift",
        "Enums/AADieselExhaustFilterStatusCleaning.swift",
        "Enums/AADieselExhaustFilterStatusComponent.swift",
        "Enums/AADieselExhaustFilterStatusStatus.swift",
        "Enums/AADoorPositionLocation.swift",
        "Enums/AADriverCardPresentCardPresent.swift",
        "Enums/AADriverFatigueDetectedFatigueLevel.swift",
        "Enums/AADriverTimeStateTimeState.swift",
        "Enums/AADriverWorkingStateWorkingState.swift",
        "Enums/AADrivingMode.swift",
        "Enums/AADrivingModePHEV.swift",
        "Enums/AAEcoDrivingThresholdType.swift",
        "Enums/AAEnabledState.swift",
        "Enums/AAEnginePreconditioningError.swift",
        "Enums/AAEnginePreconditioningStatus.swift",
        "Enums/AAEngineType.swift",
        "Enums/AAEvent.swift",
        "Enums/AAFailureMessageFailureReason.swift",
        "Enums/AAFailureReason.swift",
        "Enums/AAFluidLevel.swift",
        "Enums/AAGrade.swift",
        "Enums/AAHomeChargerAuthenticationMechanism.swift",
        "Enums/AAHomeChargerAuthenticationState.swift",
        "Enums/AAHomeChargerChargingStatus.swift",
        "Enums/AAHomeChargerPlugType.swift",
        "Enums/AAHonkHornFlashLightsFlashers.swift",
        "Enums/AAHoodPosition.swift",
        "Enums/AAIgnitionState.swift",
        "Enums/AAKeyfobPositionLocation.swift",
        "Enums/AALaneKeepAssistStateLocation.swift",
        "Enums/AALightsFrontExteriorLight.swift",
        "Enums/AALightsParkingLightStatus.swift",
        "Enums/AALightsSwitchPosition.swift",
        "Enums/AALocation.swift",
        "Enums/AALocationLongitudinal.swift",
        "Enums/AALocationWheel.swift",
        "Enums/AALockSafety.swift",
        "Enums/AALockState.swift",
        "Enums/AAMaintenanceTeleserviceAvailability.swift",
        "Enums/AAMuted.swift",
        "Enums/AANetworkSecurity.swift",
        "Enums/AANotificationsClear.swift",
        "Enums/AAOnOffState.swift",
        "Enums/AAParkingTicketStatus.swift",
        "Enums/AAPosition.swift",
        "Enums/AAPowerTakeoffEngaged.swift",
        "Enums/AAPriceTariffPricingType.swift",
        "Enums/AAPropertyComponentType.swift",
        "Enums/AARaceDrivetrainState.swift",
        "Enums/AARaceGearMode.swift",
        "Enums/AARaceVehicleMoving.swift",
        "Enums/AARemoteControlControlMode.swift",
        "Enums/AARooftopControlConvertibleRoofState.swift",
        "Enums/AARooftopControlSunroofRainEvent.swift",
        "Enums/AARooftopControlSunroofState.swift",
        "Enums/AARooftopControlSunroofTiltState.swift",
        "Enums/AASeatLocation.swift",
        "Enums/AASeatbeltStateFastenedState.swift",
        "Enums/AAServiceStatus.swift",
        "Enums/AAStartStop.swift",
        "Enums/AATachographVehicleDirection.swift",
        "Enums/AATachographVehicleOverspeed.swift",
        "Enums/AATemperatureExtremeExtreme.swift",
        "Enums/AATheftAlarmEventType.swift",
        "Enums/AATheftAlarmLastEventLevel.swift",
        "Enums/AATheftAlarmLastWarningReason.swift",
        "Enums/AATheftAlarmStatus.swift",
        "Enums/AATimerTimerType.swift",
        "Enums/AATirePressureStatusStatus.swift",
        "Enums/AATriggered.swift",
        "Enums/AATripsEcoLevel.swift",
        "Enums/AATripsEvent.swift",
        "Enums/AATripsRoadType.swift",
        "Enums/AATripsType.swift",
        "Enums/AATroubleCodeSystem.swift",
        "Enums/AAUniversalPropertyType.swift",
        "Enums/AAVehicleInformationDataQuality.swift",
        "Enums/AAVehicleInformationDisplayUnit.swift",
        "Enums/AAVehicleInformationDrive.swift",
        "Enums/AAVehicleInformationDriverSeatLocation.swift",
        "Enums/AAVehicleInformationGearbox.swift",
        "Enums/AAVehicleInformationTimeZone.swift",
        "Enums/AAVehicleInformationTimeformat.swift",
        "Enums/AAVehicleLocationGpsSource.swift",
        "Enums/AAVideoHandoverScreen.swift",
        "Enums/AAWakeUpStatus.swift",
        "Enums/AAWebhookAvailable.swift",
        "Enums/AAWeekday.swift",
        "Enums/AAWindowLocation.swift",
        "Enums/AAWindowPositionPosition.swift",
        "Enums/AAWindscreenWindscreenDamage.swift",
        "Enums/AAWindscreenWindscreenNeedsReplacement.swift",
        "Enums/AAWindscreenWipersIntensity.swift",
        "Enums/AAWindscreenWipersStatus.swift",
        "Extensions/AAAutoAPI+Extensions.swift",
        "Extensions/AACapability+Extensions.swift",
        "Extensions/AAOpaqueProperty+Extensions.swift",
        "Premade/AAAutoAPI.swift",
        "Premade/AACapability.swift",
        "Premade/AAOpaqueProperty.swift",
        "Premade/AAProperty.swift",
        "Premade/AAPropertyComponent.swift",
        "Premade/AAUnitConverterInverse.swift",
        "Premade/Enums/AACommandType.swift",
        "Premade/Enums/AAError.swift",
        "Premade/Extensions/DateFormatter+Extensions.swift",
        "Premade/Extensions/Measurement+Extensions.swift",
        "Premade/Extensions/Property+Extensions.swift",
        "Premade/Extensions/UInt8+Extensions.swift",
        "Premade/Protocols/AAAPICurrent.swift",
        "Premade/Protocols/AAPropertyConvertable.swift",
        "Premade/Protocols/AAPropertyIdentifying.swift",
        "Premade/Protocols/AAUnitType.swift",
        "Scalars/Scalars.swift",
        "Units/AAMeasurement.swift",
        "Units/UnitAcceleration+Extensions.swift",
        "Units/UnitAngle+Extensions.swift",
        "Units/UnitAngularVelocity+Extensions.swift",
        "Units/UnitAngularVelocity.swift",
        "Units/UnitDuration+Extensions.swift",
        "Units/UnitElectricCurrent+Extensions.swift",
        "Units/UnitElectricPotentialDifference+Extensions.swift",
        "Units/UnitEnergy+Extensions.swift",
        "Units/UnitEnergyEfficiency+Extensions.swift",
        "Units/UnitEnergyEfficiency.swift",
        "Units/UnitFrequency+Extensions.swift",
        "Units/UnitFuelEfficiency+Extensions.swift",
        "Units/UnitIlluminance+Extensions.swift",
        "Units/UnitLength+Extensions.swift",
        "Units/UnitMass+Extensions.swift",
        "Units/UnitPower+Extensions.swift",
        "Units/UnitPressure+Extensions.swift",
        "Units/UnitSpeed+Extensions.swift",
        "Units/UnitTemperature+Extensions.swift",
        "Units/UnitTorque+Extensions.swift",
        "Units/UnitTorque.swift",
        "Units/UnitVolume+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.