The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthKitOnOMH, reference main (904a2c), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 03:56:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/HealthKitOnOMH.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/HealthKitOnOMH
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 904a2cb Convert unit tests to Swift Testing (#15)
Cloned https://github.com/StanfordBDHG/HealthKitOnOMH.git
Revision (git rev-parse @):
904a2cb6fa7f21dc43d5bad2bdb4783d535f9c6e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/HealthKitOnOMH.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/StanfordBDHG/HealthKitOnOMH.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/56] Emitting module OMHModels
[5/61] Compiling OMHModels TimeWindow.swift
[6/61] Compiling OMHModels TotalSleepTime.swift
[7/61] Compiling OMHModels TypedUnitValue.swift
[8/61] Compiling OMHModels TypedUnitValueRange.swift
[9/61] Compiling OMHModels UnitProtocol.swift
[10/61] Compiling OMHModels StepCount.swift
[11/61] Compiling OMHModels StepCountUnitValue.swift
[12/61] Compiling OMHModels SupplementalOxygenFlowRateUnit.swift
[13/61] Compiling OMHModels TemperatureUnitValue.swift
[14/61] Compiling OMHModels TemporalRelationshipToMeal.swift
[15/61] Compiling OMHModels BodyFatPercentageUnitValue.swift
[16/61] Compiling OMHModels BodyHeight.swift
[17/61] Compiling OMHModels BodyLocation.swift
[18/61] Compiling OMHModels BodyMassIndex.swift
[19/61] Compiling OMHModels BodyMassIndexUnitValue.swift
[20/61] Compiling OMHModels BodyPosture.swift
[21/61] Compiling OMHModels DurationUnitValue.swift
[22/61] Compiling OMHModels DurationUnitValueRange.swift
[23/61] Compiling OMHModels ExternalDataSheets.swift
[24/61] Compiling OMHModels FrequencyUnitValue.swift
[25/61] Compiling OMHModels Header.swift
[26/61] Compiling OMHModels HealthKitQuantitySample.swift
[27/61] Compiling OMHModels AcquisitionProvenance.swift
[28/61] Compiling OMHModels BloodGlucose.swift
[29/61] Compiling OMHModels BloodGlucoseUnitValue.swift
[30/61] Compiling OMHModels BloodPressure.swift
[31/61] Compiling OMHModels BloodPressureUnitValue.swift
[32/61] Compiling OMHModels BodyFatPercentage.swift
[33/61] Compiling OMHModels HealthKitUnitValue.swift
[34/61] Compiling OMHModels HeartRate.swift
[35/61] Compiling OMHModels HeartRateUnitValue.swift
[36/61] Compiling OMHModels KcalUnit.swift
[37/61] Compiling OMHModels LengthUnitValue.swift
[38/61] Compiling OMHModels MassUnitValue.swift
[39/61] Compiling OMHModels RespiratoryRateUnitValue.swift
[40/61] Compiling OMHModels Schema.swift
[41/61] Compiling OMHModels SchemaId.swift
[42/61] Compiling OMHModels SchemaNamespace.swift
[43/61] Compiling OMHModels SpecimenSource.swift
[44/61] Compiling OMHModels SpeedUnit.swift
[45/61] Compiling OMHModels TemporalRelationshipToPhysicalActivity.swift
[46/61] Compiling OMHModels TemporalRelationshipToSleep.swift
[47/61] Compiling OMHModels TimeFrame.swift
[48/61] Compiling OMHModels TimeInterval.swift
[49/61] Compiling OMHModels TimeUnit.swift
[50/61] Compiling OMHModels Modality.swift
[51/61] Compiling OMHModels OxygenSaturation.swift
[52/61] Compiling OMHModels OxygenSaturationUnitValue.swift
[53/61] Compiling OMHModels PartOfDay.swift
[54/61] Compiling OMHModels PhysicalActivity.swift
[55/61] Compiling OMHModels RespiratoryRate.swift
[56/61] Compiling OMHModels BodyTemperature.swift
[57/61] Compiling OMHModels BodyWeight.swift
[58/61] Compiling OMHModels DataPoint.swift
[59/61] Compiling OMHModels DateTime.swift
[60/61] Compiling OMHModels DescriptiveStatistic.swift
[61/61] Compiling OMHModels DescriptiveStatisticDenominator.swift
[62/65] Compiling HealthKitOnOMH SchemaDataPoint.swift
[63/65] Compiling HealthKitOnOMH HealthKitOnOMHError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/65] Emitting module HealthKitOnOMH
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:13:11: error: 'HKQuantitySample' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | |         `- error: 'HKQuantitySample' is only available in macOS 13.0 or newer
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
[65/65] Compiling HealthKitOnOMH HKQuantitySample+OMH.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:13:11: error: 'HKQuantitySample' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | |         `- error: 'HKQuantitySample' is only available in macOS 13.0 or newer
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:27:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 25 |
 26 |             switch sampleType {
 27 |             case HKQuantityType(.bloodGlucose):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 28 |                 schema = BloodGlucose(
 29 |                     bloodGlucose: BloodGlucoseUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:27:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 25 |
 26 |             switch sampleType {
 27 |             case HKQuantityType(.bloodGlucose):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 28 |                 schema = BloodGlucose(
 29 |                     bloodGlucose: BloodGlucoseUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:27:34: error: 'bloodGlucose' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 25 |
 26 |             switch sampleType {
 27 |             case HKQuantityType(.bloodGlucose):
    |                                  |- error: 'bloodGlucose' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 28 |                 schema = BloodGlucose(
 29 |                     bloodGlucose: BloodGlucoseUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:35:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 33 |                     effectiveTimeFrame: timeFrame
 34 |                 )
 35 |             case HKQuantityType(.bodyFatPercentage):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 36 |                 schema = BodyFatPercentage(
 37 |                     bodyFatPercentage: BodyFatPercentageUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:35:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 33 |                     effectiveTimeFrame: timeFrame
 34 |                 )
 35 |             case HKQuantityType(.bodyFatPercentage):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 36 |                 schema = BodyFatPercentage(
 37 |                     bodyFatPercentage: BodyFatPercentageUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:35:34: error: 'bodyFatPercentage' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 33 |                     effectiveTimeFrame: timeFrame
 34 |                 )
 35 |             case HKQuantityType(.bodyFatPercentage):
    |                                  |- error: 'bodyFatPercentage' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 36 |                 schema = BodyFatPercentage(
 37 |                     bodyFatPercentage: BodyFatPercentageUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:43:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 41 |                     effectiveTimeFrame: timeFrame
 42 |                 )
 43 |             case HKQuantityType(.bodyMass):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 44 |                 schema = BodyWeight(
 45 |                     bodyWeight: MassUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:43:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 41 |                     effectiveTimeFrame: timeFrame
 42 |                 )
 43 |             case HKQuantityType(.bodyMass):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 44 |                 schema = BodyWeight(
 45 |                     bodyWeight: MassUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:43:34: error: 'bodyMass' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 41 |                     effectiveTimeFrame: timeFrame
 42 |                 )
 43 |             case HKQuantityType(.bodyMass):
    |                                  |- error: 'bodyMass' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 44 |                 schema = BodyWeight(
 45 |                     bodyWeight: MassUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:50:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 48 |                     ), effectiveTimeFrame: timeFrame
 49 |                 )
 50 |             case HKQuantityType(.bodyMassIndex):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 51 |                 schema = BodyMassIndex(
 52 |                     bodyMassIndex: BodyMassIndexUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:50:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 48 |                     ), effectiveTimeFrame: timeFrame
 49 |                 )
 50 |             case HKQuantityType(.bodyMassIndex):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 51 |                 schema = BodyMassIndex(
 52 |                     bodyMassIndex: BodyMassIndexUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:50:34: error: 'bodyMassIndex' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 48 |                     ), effectiveTimeFrame: timeFrame
 49 |                 )
 50 |             case HKQuantityType(.bodyMassIndex):
    |                                  |- error: 'bodyMassIndex' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 51 |                 schema = BodyMassIndex(
 52 |                     bodyMassIndex: BodyMassIndexUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:58:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 56 |                     effectiveTimeFrame: timeFrame
 57 |                 )
 58 |             case HKQuantityType(.bodyTemperature):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 59 |                 schema = BodyTemperature(
 60 |                     bodyTemperature: TemperatureUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:58:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 56 |                     effectiveTimeFrame: timeFrame
 57 |                 )
 58 |             case HKQuantityType(.bodyTemperature):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 59 |                 schema = BodyTemperature(
 60 |                     bodyTemperature: TemperatureUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:58:34: error: 'bodyTemperature' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 56 |                     effectiveTimeFrame: timeFrame
 57 |                 )
 58 |             case HKQuantityType(.bodyTemperature):
    |                                  |- error: 'bodyTemperature' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 59 |                 schema = BodyTemperature(
 60 |                     bodyTemperature: TemperatureUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:66:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 64 |                     effectiveTimeFrame: timeFrame
 65 |                 )
 66 |             case HKQuantityType(.heartRate):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 67 |                 schema = HeartRate(
 68 |                     heartRate: HeartRateUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:66:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 64 |                     effectiveTimeFrame: timeFrame
 65 |                 )
 66 |             case HKQuantityType(.heartRate):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 67 |                 schema = HeartRate(
 68 |                     heartRate: HeartRateUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:66:34: error: 'heartRate' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 64 |                     effectiveTimeFrame: timeFrame
 65 |                 )
 66 |             case HKQuantityType(.heartRate):
    |                                  |- error: 'heartRate' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 67 |                 schema = HeartRate(
 68 |                     heartRate: HeartRateUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:74:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 72 |                     effectiveTimeFrame: timeFrame
 73 |                 )
 74 |             case HKQuantityType(.height):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 75 |                 schema = BodyHeight(
 76 |                     bodyHeight: LengthUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:74:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 72 |                     effectiveTimeFrame: timeFrame
 73 |                 )
 74 |             case HKQuantityType(.height):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 75 |                 schema = BodyHeight(
 76 |                     bodyHeight: LengthUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:74:34: error: 'height' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 72 |                     effectiveTimeFrame: timeFrame
 73 |                 )
 74 |             case HKQuantityType(.height):
    |                                  |- error: 'height' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 75 |                 schema = BodyHeight(
 76 |                     bodyHeight: LengthUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:82:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 80 |                     effectiveTimeFrame: timeFrame
 81 |                 )
 82 |             case HKQuantityType(.oxygenSaturation):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 83 |                 schema = OxygenSaturation(
 84 |                     oxygenSaturation: OxygenSaturationUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:82:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 80 |                     effectiveTimeFrame: timeFrame
 81 |                 )
 82 |             case HKQuantityType(.oxygenSaturation):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 83 |                 schema = OxygenSaturation(
 84 |                     oxygenSaturation: OxygenSaturationUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:82:34: error: 'oxygenSaturation' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 80 |                     effectiveTimeFrame: timeFrame
 81 |                 )
 82 |             case HKQuantityType(.oxygenSaturation):
    |                                  |- error: 'oxygenSaturation' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 83 |                 schema = OxygenSaturation(
 84 |                     oxygenSaturation: OxygenSaturationUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:90:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 88 |                     effectiveTimeFrame: timeFrame
 89 |                 )
 90 |             case HKQuantityType(.respiratoryRate):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 91 |                 schema = RespiratoryRate(
 92 |                     respiratoryRate: RespiratoryRateUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:90:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 88 |                     effectiveTimeFrame: timeFrame
 89 |                 )
 90 |             case HKQuantityType(.respiratoryRate):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 91 |                 schema = RespiratoryRate(
 92 |                     respiratoryRate: RespiratoryRateUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:90:34: error: 'respiratoryRate' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 88 |                     effectiveTimeFrame: timeFrame
 89 |                 )
 90 |             case HKQuantityType(.respiratoryRate):
    |                                  |- error: 'respiratoryRate' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 91 |                 schema = RespiratoryRate(
 92 |                     respiratoryRate: RespiratoryRateUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:98:18: error: 'HKQuantityType' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 96 |                     effectiveTimeFrame: timeFrame
 97 |                 )
 98 |             case HKQuantityType(.stepCount):
    |                  |- error: 'HKQuantityType' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 99 |                 schema = StepCount(
100 |                     stepCount: StepCountUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:98:18: error: 'init(_:)' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 96 |                     effectiveTimeFrame: timeFrame
 97 |                 )
 98 |             case HKQuantityType(.stepCount):
    |                  |- error: 'init(_:)' is only available in macOS 13.0 or newer
    |                  `- note: add 'if #available' version check
 99 |                 schema = StepCount(
100 |                     stepCount: StepCountUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:98:34: error: 'stepCount' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 96 |                     effectiveTimeFrame: timeFrame
 97 |                 )
 98 |             case HKQuantityType(.stepCount):
    |                                  |- error: 'stepCount' is only available in macOS 13.0 or newer
    |                                  `- note: add 'if #available' version check
 99 |                 schema = StepCount(
100 |                     stepCount: StepCountUnitValue(
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:31:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 29 |                     bloodGlucose: BloodGlucoseUnitValue(
 30 |                         unit: .milligramsPerDeciliter,
 31 |                         value: self.quantity.doubleValue(for: HKUnit(from: "mg/dL"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 32 |                     ),
 33 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:39:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 37 |                     bodyFatPercentage: BodyFatPercentageUnitValue(
 38 |                         unit: .percent,
 39 |                         value: self.quantity.doubleValue(for: HKUnit(from: "%"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 40 |                     ),
 41 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:47:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 45 |                     bodyWeight: MassUnitValue(
 46 |                         unit: .kg,
 47 |                         value: self.quantity.doubleValue(for: HKUnit(from: "kg"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 48 |                     ), effectiveTimeFrame: timeFrame
 49 |                 )
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:54:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 52 |                     bodyMassIndex: BodyMassIndexUnitValue(
 53 |                         unit: .kilogramsPerMeterSquared,
 54 |                         value: self.quantity.doubleValue(for: HKUnit.count())
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 55 |                     ),
 56 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:62:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 60 |                     bodyTemperature: TemperatureUnitValue(
 61 |                         unit: .C,
 62 |                         value: self.quantity.doubleValue(for: HKUnit(from: "degC"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 63 |                     ),
 64 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:70:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 68 |                     heartRate: HeartRateUnitValue(
 69 |                         unit: .beatsPerMinute,
 70 |                         value: self.quantity.doubleValue(for: HKUnit(from: "count/min"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 71 |                     ),
 72 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:78:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 76 |                     bodyHeight: LengthUnitValue(
 77 |                         unit: .cm,
 78 |                         value: self.quantity.doubleValue(for: HKUnit(from: "cm"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 79 |                     ),
 80 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:86:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 84 |                     oxygenSaturation: OxygenSaturationUnitValue(
 85 |                         unit: .percent,
 86 |                         value: self.quantity.doubleValue(for: HKUnit(from: "%"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 87 |                     ),
 88 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:94:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
 92 |                     respiratoryRate: RespiratoryRateUnitValue(
 93 |                         unit: .breathsPerMinute,
 94 |                         value: self.quantity.doubleValue(for: HKUnit(from: "count/min"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
 95 |                     ),
 96 |                     effectiveTimeFrame: timeFrame
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:102:63: error: 'HKUnit' is only available in macOS 13.0 or newer
 11 |
 12 |
 13 | extension HKQuantitySample {
    | `- note: add @available attribute to enclosing extension
 14 |     /// The OMH data point created from converting this HKQuantitySample
 15 |     public var omhDataPoint: any DataPoint {
    |                `- note: add @available attribute to enclosing property
 16 |         get throws {
 17 |             let schema: any Schema
    :
100 |                     stepCount: StepCountUnitValue(
101 |                         unit: .steps,
102 |                         value: self.quantity.doubleValue(for: HKUnit(from: "count"))
    |                                                               |- error: 'HKUnit' is only available in macOS 13.0 or newer
    |                                                               `- note: add 'if #available' version check
103 |                     ),
104 |                     effectiveTimeFrame: timeFrame
Fetching https://github.com/StanfordBDHG/OMHModels.git
[1/307] Fetching omhmodels
Fetched https://github.com/StanfordBDHG/OMHModels.git from cache (0.74s)
Computing version for https://github.com/StanfordBDHG/OMHModels.git
Computed https://github.com/StanfordBDHG/OMHModels.git at 0.1.1 (1.27s)
Creating working copy for https://github.com/StanfordBDHG/OMHModels.git
Working copy of https://github.com/StanfordBDHG/OMHModels.git resolved at 0.1.1
BUILD FAILURE 6.2 macosSpm