Build Information
Successful build of AutoAPI, reference main (19fb77), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:02:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[308/319] Compiling AutoAPI UnitFrequency+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[309/319] Compiling AutoAPI UnitFuelEfficiency+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[310/319] Compiling AutoAPI UnitIlluminance+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[311/319] Compiling AutoAPI UnitLength+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[312/319] Compiling AutoAPI UnitMass+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[313/319] Compiling AutoAPI UnitPower+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[314/319] Compiling AutoAPI UnitPressure+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[315/319] Compiling AutoAPI UnitSpeed+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[316/319] Compiling AutoAPI UnitTemperature+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[317/319] Compiling AutoAPI UnitTorque+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[318/319] Compiling AutoAPI UnitTorque.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
[319/319] Compiling AutoAPI UnitVolume+Extensions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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))
/Users/admin/builder/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
Build complete! (11.31s)
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" : "/Users/admin/builder/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"
}
Done.