The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XCTHealthKit with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/XCTHealthKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/XCTHealthKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6e9344a Fix failing HealthKit tests on iOS17 (#13)
Cloned https://github.com/StanfordBDHG/XCTHealthKit.git
Revision (git rev-parse @):
6e9344a2d632b801d94fe3bbd1d891817e032103
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/XCTHealthKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "xcthealthkit",
      "name": "XCTHealthKit",
      "url": "https://github.com/StanfordBDHG/XCTHealthKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTHealthKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/StanfordBDHG/XCTHealthKit.git
[4/305] Fetching xcthealthkit
Fetched https://github.com/StanfordBDHG/XCTHealthKit.git (0.24s)
Creating working copy for https://github.com/StanfordBDHG/XCTHealthKit.git
Working copy of https://github.com/StanfordBDHG/XCTHealthKit.git resolved at main
warning: '.resolve-product-dependencies': dependency 'xcthealthkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling XCTHealthKit XCTestCase+HealthApp.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:64: error: 'appendInterpolation(_:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                                                               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:64: note: add 'if #available' version check
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                                                               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:13: note: add 'if #available' version check
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:20: note: add 'if #available' version check
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:62: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:62: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:13: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:20: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:62: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:62: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:13: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:20: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:57: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:57: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:13: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:20: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:57: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:57: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:13: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:20: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
[2/4] Compiling XCTHealthKit XCUIApplication+HealthAccess.swift
[3/4] Emitting module XCTHealthKit
[4/4] Compiling XCTHealthKit HealthAppDataType.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: note: add 'if #available' version check
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: note: add 'if #available' version check
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:36: error: 'activeEnergyBurned' is only available in macOS 13.0 or newer
            return HKQuantityType(.activeEnergyBurned).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:36: note: add 'if #available' version check
            return HKQuantityType(.activeEnergyBurned).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: note: add 'if #available' version check
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: note: add 'if #available' version check
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:36: error: 'restingHeartRate' is only available in macOS 13.0 or newer
            return HKQuantityType(.restingHeartRate).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:36: note: add 'if #available' version check
            return HKQuantityType(.restingHeartRate).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType.electrocardiogramType().identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:20: note: add 'if #available' version check
            return HKQuantityType.electrocardiogramType().identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:35: error: 'electrocardiogramType()' is only available in macOS 13.0 or newer
            return HKQuantityType.electrocardiogramType().identifier
                                  ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:35: note: add 'if #available' version check
            return HKQuantityType.electrocardiogramType().identifier
                                  ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: note: add 'if #available' version check
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: note: add 'if #available' version check
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:36: error: 'stepCount' is only available in macOS 13.0 or newer
            return HKQuantityType(.stepCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:36: note: add 'if #available' version check
            return HKQuantityType(.stepCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: note: add 'if #available' version check
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: note: add 'if #available' version check
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:36: error: 'pushCount' is only available in macOS 13.0 or newer
            return HKQuantityType(.pushCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:36: note: add 'if #available' version check
            return HKQuantityType(.pushCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:47: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:47: note: add 'if #available' version check
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:13: note: add 'if #available' version check
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:20: note: add 'if #available' version check
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:58: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:58: note: add 'if #available' version check
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:13: note: add 'if #available' version check
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:20: note: add 'if #available' version check
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/3] Emitting module XCTHealthKit
[2/3] Compiling XCTHealthKit XCTestCase+HealthApp.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:64: error: 'appendInterpolation(_:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                                                               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:64: note: add 'if #available' version check
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                                                               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:13: note: add 'if #available' version check
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:20: note: add 'if #available' version check
            os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:62: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:62: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:13: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:20: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:62: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:62: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:13: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:20: note: add 'if #available' version check
            os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:57: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:57: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:13: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:20: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:57: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:57: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:13: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:20: note: add 'if #available' version check
            os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add @available attribute to enclosing instance method
    private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:13:1: note: add @available attribute to enclosing extension
extension XCTestCase {
^
[3/3] Compiling XCTHealthKit HealthAppDataType.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: note: add 'if #available' version check
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:20: note: add 'if #available' version check
            return HKQuantityType(.activeEnergyBurned).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:36: error: 'activeEnergyBurned' is only available in macOS 13.0 or newer
            return HKQuantityType(.activeEnergyBurned).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:35:36: note: add 'if #available' version check
            return HKQuantityType(.activeEnergyBurned).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: note: add 'if #available' version check
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:20: note: add 'if #available' version check
            return HKQuantityType(.restingHeartRate).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:36: error: 'restingHeartRate' is only available in macOS 13.0 or newer
            return HKQuantityType(.restingHeartRate).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:37:36: note: add 'if #available' version check
            return HKQuantityType(.restingHeartRate).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType.electrocardiogramType().identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:20: note: add 'if #available' version check
            return HKQuantityType.electrocardiogramType().identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:35: error: 'electrocardiogramType()' is only available in macOS 13.0 or newer
            return HKQuantityType.electrocardiogramType().identifier
                                  ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:39:35: note: add 'if #available' version check
            return HKQuantityType.electrocardiogramType().identifier
                                  ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: note: add 'if #available' version check
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:20: note: add 'if #available' version check
            return HKQuantityType(.stepCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:36: error: 'stepCount' is only available in macOS 13.0 or newer
            return HKQuantityType(.stepCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:41:36: note: add 'if #available' version check
            return HKQuantityType(.stepCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: error: 'HKQuantityType' is only available in macOS 13.0 or newer
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: note: add 'if #available' version check
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: error: 'init(_:)' is only available in macOS 13.0 or newer
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:20: note: add 'if #available' version check
            return HKQuantityType(.pushCount).identifier
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:36: error: 'pushCount' is only available in macOS 13.0 or newer
            return HKQuantityType(.pushCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:43:36: note: add 'if #available' version check
            return HKQuantityType(.pushCount).identifier
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:32:16: note: add @available attribute to enclosing property
    public var hkTypeName: String {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:47: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:47: note: add 'if #available' version check
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:13: note: add 'if #available' version check
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:89:20: note: add 'if #available' version check
            os_log("Failed to find category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:58: error: 'appendInterpolation(_:align:privacy:)' is only available in macOS 11.0 or newer
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:58: note: add 'if #available' version check
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                                                         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:13: error: 'os_log' is only available in macOS 11.0 or newer
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:13: note: add 'if #available' version check
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:20: error: 'OSLogMessage' is only available in macOS 11.0 or newer
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:20: note: add 'if #available' version check
            os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add @available attribute to enclosing instance method
    func findCategoryAndElement(in healthApp: XCUIApplication) throws {
         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:18:13: note: add @available attribute to enclosing enum
public enum HealthAppDataType: String, CaseIterable {
            ^
error: fatalError
BUILD FAILURE 5.9 macosSpm