This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HealthKitOnOMH with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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 2109f13 Add support for docs on SPI (#12)
Cloned https://github.com/StanfordBDHG/HealthKitOnOMH.git
Revision (git rev-parse @):
2109f134518bca84a306fea57650aa6f5df98f76
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/HealthKitOnOMH.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/StanfordBDHG/HealthKitOnOMH.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/53] Compiling OMHModels StepCount.swift
[5/53] Compiling OMHModels StepCountUnit.swift
[6/53] Compiling OMHModels SupplementalOxygenFlowRateUnit.swift
[7/53] Compiling OMHModels TemperatureUnit.swift
[8/53] Compiling OMHModels TemporalRelationshipToMeal.swift
[9/53] Compiling OMHModels Modality.swift
[10/53] Compiling OMHModels OxygenSaturation.swift
[11/53] Compiling OMHModels OxygenSaturationUnit.swift
[12/53] Compiling OMHModels PartOfDay.swift
[13/53] Compiling OMHModels RespiratoryRate.swift
[14/53] Compiling OMHModels AcquisitionProvenance.swift
[15/53] Compiling OMHModels BloodGlucose.swift
[16/53] Compiling OMHModels BloodGlucoseUnit.swift
[17/53] Compiling OMHModels BloodPressure.swift
[18/53] Compiling OMHModels BloodPressureUnit.swift
[19/53] Compiling OMHModels BodyFatPercentage.swift
[20/53] Emitting module OMHModels
[21/53] Compiling OMHModels BodyTemperature.swift
[22/53] Compiling OMHModels BodyWeight.swift
[23/53] Compiling OMHModels DataPoint.swift
[24/53] Compiling OMHModels DateTime.swift
[25/53] Compiling OMHModels DescriptiveStatistic.swift
[26/53] Compiling OMHModels DescriptiveStatisticDenominator.swift
[27/58] Compiling OMHModels DurationUnitValue.swift
[28/58] Compiling OMHModels DurationUnitValueRange.swift
[29/58] Compiling OMHModels ExternalDataSheets.swift
[30/58] Compiling OMHModels FrequencyUnitValue.swift
[31/58] Compiling OMHModels Header.swift
[32/58] Compiling OMHModels HealthKitQuantitySample.swift
[33/58] Compiling OMHModels TemporalRelationshipToPhysicalActivity.swift
[34/58] Compiling OMHModels TemporalRelationshipToSleep.swift
[35/58] Compiling OMHModels TimeFrame.swift
[36/58] Compiling OMHModels TimeInterval.swift
[37/58] Compiling OMHModels TimeUnit.swift
[38/58] Compiling OMHModels HealthKitUnit.swift
[39/58] Compiling OMHModels HeartRate.swift
[40/58] Compiling OMHModels HeartRateUnit.swift
[41/58] Compiling OMHModels LengthUnit.swift
[42/58] Compiling OMHModels MassUnit.swift
[43/58] Compiling OMHModels BodyFatPercentageUnit.swift
[44/58] Compiling OMHModels BodyHeight.swift
[45/58] Compiling OMHModels BodyLocation.swift
[46/58] Compiling OMHModels BodyMassIndex.swift
[47/58] Compiling OMHModels BodyMassIndexUnit.swift
[48/58] Compiling OMHModels BodyPosture.swift
[49/58] Compiling OMHModels RespiratoryRateUnit.swift
[50/58] Compiling OMHModels Schema.swift
[51/58] Compiling OMHModels SchemaId.swift
[52/58] Compiling OMHModels SchemaNamespace.swift
[53/58] Compiling OMHModels SpecimenSource.swift
[54/58] Compiling OMHModels TimeWindow.swift
[55/58] Compiling OMHModels TotalSleepTime.swift
[56/58] Compiling OMHModels TypedUnitValue.swift
[57/58] Compiling OMHModels TypedUnitValueRange.swift
[58/58] Compiling OMHModels UnitProtocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/62] 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 {
[60/62] Compiling HealthKitOnOMH HealthKitOnOMHError.swift
[61/62] Compiling HealthKitOnOMH SchemaDataPoint.swift
[62/62] 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
[3/278] Fetching omhmodels
Fetched https://github.com/StanfordBDHG/OMHModels.git from cache (0.88s)
Computing version for https://github.com/StanfordBDHG/OMHModels.git
Computed https://github.com/StanfordBDHG/OMHModels.git at 0.1.0 (0.57s)
Creating working copy for https://github.com/StanfordBDHG/OMHModels.git
Working copy of https://github.com/StanfordBDHG/OMHModels.git resolved at 0.1.0
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.