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 HealthKitOnFhir, reference master (82f005), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 05:04:06 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthKitOnFhir_Tests -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/healthkit-on-fhir.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/microsoft/healthkit-on-fhir
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 82f0057 Added documentation for SMART on FHIR Proxy (#21)
Cloned https://github.com/microsoft/healthkit-on-fhir.git
Revision (git rev-parse @):
82f005714c89f90b7d30b7e74e2417b241be75b7
SUCCESS checkout https://github.com/microsoft/healthkit-on-fhir.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/microsoft/healthkit-on-fhir.git
https://github.com/microsoft/healthkit-on-fhir.git
{
  "dependencies" : [
    {
      "identity" : "swift-fhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/smart-on-fhir/Swift-FHIR"
    },
    {
      "identity" : "iomt-fhir-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/iomt-fhir-client"
    },
    {
      "identity" : "health-data-sync",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/health-data-sync"
    },
    {
      "identity" : "healthkit-to-fhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/healthkit-to-fhir"
    }
  ],
  "manifest_display_name" : "HealthKitOnFhir",
  "name" : "HealthKitOnFhir",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthKitOnFhir",
      "targets" : [
        "HealthKitOnFhir"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthKitOnFhir",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnFhir",
      "path" : "Sources",
      "product_dependencies" : [
        "FHIR",
        "IomtFhirClient",
        "HealthDataSync",
        "HealthKitToFhir"
      ],
      "product_memberships" : [
        "HealthKitOnFhir"
      ],
      "sources" : [
        "Fhir/Errors/ConverterError.swift",
        "Fhir/Errors/FetchError.swift",
        "Fhir/Extensions/BundleExtensions.swift",
        "Fhir/Extensions/FHIRSearchExtensions.swift",
        "Fhir/Extensions/IdentifierExtensions.swift",
        "Fhir/FhirExternalStore.swift",
        "Fhir/FhirExternalStoreDelegate.swift",
        "Fhir/Resources/ActiveEnergyBurnedContainer.swift",
        "Fhir/Resources/AppleExerciseTimeContainer.swift",
        "Fhir/Resources/AppleStandTimeContainer.swift",
        "Fhir/Resources/BloodGlucoseContainer.swift",
        "Fhir/Resources/BloodPressureContainer.swift",
        "Fhir/Resources/BodyMassContainer.swift",
        "Fhir/Resources/BodyTemperatureContainer.swift",
        "Fhir/Resources/Converter.swift",
        "Fhir/Resources/DietaryEnergyConsumedContainer.swift",
        "Fhir/Resources/EnvironmentalAudioExposureContainer.swift",
        "Fhir/Resources/HeartRateContainer.swift",
        "Fhir/Resources/HeartRateVariabilityContainer.swift",
        "Fhir/Resources/HeightContainer.swift",
        "Fhir/Resources/OxygenSaturationContainer.swift",
        "Fhir/Resources/ResourceContainer.swift",
        "Fhir/Resources/ResourceContainerProtocol.swift",
        "Fhir/Resources/RespiratoryRateContainer.swift",
        "Fhir/Resources/RestingHeartRateContainer.swift",
        "Fhir/Resources/StepCountContainer.swift",
        "Fhir/Resources/WalkingHeartRateAverageContainer.swift",
        "IomtFhir/IomtFhirExternalStoreDelegate.swift",
        "IomtFhir/IomtFhirExtrenalStore.swift",
        "IomtFhir/Messages/ActiveEnergyBurnedMessage.swift",
        "IomtFhir/Messages/AppleExerciseTimeMessage.swift",
        "IomtFhir/Messages/AppleStandTimeMessage.swift",
        "IomtFhir/Messages/BloodGlucoseMessage.swift",
        "IomtFhir/Messages/BloodPressureMessage.swift",
        "IomtFhir/Messages/BodyMassMessage.swift",
        "IomtFhir/Messages/BodyTemperatureMessage.swift",
        "IomtFhir/Messages/DietaryEnergyConsumedMessage.swift",
        "IomtFhir/Messages/EnvironmentalAudioExposureMessage.swift",
        "IomtFhir/Messages/HeartRateMessage.swift",
        "IomtFhir/Messages/HeartRateVariabilityMessage.swift",
        "IomtFhir/Messages/HeightMessage.swift",
        "IomtFhir/Messages/IomtFhirMessageBase.swift",
        "IomtFhir/Messages/OxygenSaturationMessage.swift",
        "IomtFhir/Messages/RespiratoryRateMessage.swift",
        "IomtFhir/Messages/RestingHeartRateMessage.swift",
        "IomtFhir/Messages/StepCountMessage.swift",
        "IomtFhir/Messages/WalkingHeartRateAverageMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Quick/Quick
Fetching from https://github.com/microsoft/health-data-sync.git
Fetching from https://github.com/microsoft/iomt-fhir-client.git
Fetching from https://github.com/microsoft/healthkit-to-fhir.git
Fetching from https://github.com/Quick/Nimble
Fetching from https://github.com/smart-on-fhir/Swift-FHIR
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘health-data-sync’
Checking out 1.0.0 of package ‘health-data-sync’
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘healthkit-to-fhir’
Checking out 1.0.3 of package ‘healthkit-to-fhir’
Creating working copy of package ‘Quick’
Checking out 3.1.2 of package ‘Quick’
Creating working copy of package ‘iomt-fhir-client’
Checking out 1.0.0 of package ‘iomt-fhir-client’
Creating working copy of package ‘Swift-FHIR’
Checking out 4.2.1 of package ‘Swift-FHIR’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Resolved source packages:
  IomtFhirClient: https://github.com/microsoft/iomt-fhir-client.git @ 1.0.0
  FHIR: https://github.com/smart-on-fhir/Swift-FHIR @ 4.2.1
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  HealthDataSync: https://github.com/microsoft/health-data-sync.git @ 1.0.0
  Quick: https://github.com/Quick/Quick @ 3.1.2
  HealthKitToFhir: https://github.com/microsoft/healthkit-to-fhir.git @ 1.0.3
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
resolved source packages: IomtFhirClient, FHIR, Nimble, CwlPreconditionTesting, HealthDataSync, Quick, HealthKitToFhir, CwlCatchException
{
  "dependencies" : [
    {
      "identity" : "swift-fhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/smart-on-fhir/Swift-FHIR"
    },
    {
      "identity" : "iomt-fhir-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/iomt-fhir-client"
    },
    {
      "identity" : "health-data-sync",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/health-data-sync"
    },
    {
      "identity" : "healthkit-to-fhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/healthkit-to-fhir"
    }
  ],
  "manifest_display_name" : "HealthKitOnFhir",
  "name" : "HealthKitOnFhir",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthKitOnFhir",
      "targets" : [
        "HealthKitOnFhir"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthKitOnFhir",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnFhir",
      "path" : "Sources",
      "product_dependencies" : [
        "FHIR",
        "IomtFhirClient",
        "HealthDataSync",
        "HealthKitToFhir"
      ],
      "product_memberships" : [
        "HealthKitOnFhir"
      ],
      "sources" : [
        "Fhir/Errors/ConverterError.swift",
        "Fhir/Errors/FetchError.swift",
        "Fhir/Extensions/BundleExtensions.swift",
        "Fhir/Extensions/FHIRSearchExtensions.swift",
        "Fhir/Extensions/IdentifierExtensions.swift",
        "Fhir/FhirExternalStore.swift",
        "Fhir/FhirExternalStoreDelegate.swift",
        "Fhir/Resources/ActiveEnergyBurnedContainer.swift",
        "Fhir/Resources/AppleExerciseTimeContainer.swift",
        "Fhir/Resources/AppleStandTimeContainer.swift",
        "Fhir/Resources/BloodGlucoseContainer.swift",
        "Fhir/Resources/BloodPressureContainer.swift",
        "Fhir/Resources/BodyMassContainer.swift",
        "Fhir/Resources/BodyTemperatureContainer.swift",
        "Fhir/Resources/Converter.swift",
        "Fhir/Resources/DietaryEnergyConsumedContainer.swift",
        "Fhir/Resources/EnvironmentalAudioExposureContainer.swift",
        "Fhir/Resources/HeartRateContainer.swift",
        "Fhir/Resources/HeartRateVariabilityContainer.swift",
        "Fhir/Resources/HeightContainer.swift",
        "Fhir/Resources/OxygenSaturationContainer.swift",
        "Fhir/Resources/ResourceContainer.swift",
        "Fhir/Resources/ResourceContainerProtocol.swift",
        "Fhir/Resources/RespiratoryRateContainer.swift",
        "Fhir/Resources/RestingHeartRateContainer.swift",
        "Fhir/Resources/StepCountContainer.swift",
        "Fhir/Resources/WalkingHeartRateAverageContainer.swift",
        "IomtFhir/IomtFhirExternalStoreDelegate.swift",
        "IomtFhir/IomtFhirExtrenalStore.swift",
        "IomtFhir/Messages/ActiveEnergyBurnedMessage.swift",
        "IomtFhir/Messages/AppleExerciseTimeMessage.swift",
        "IomtFhir/Messages/AppleStandTimeMessage.swift",
        "IomtFhir/Messages/BloodGlucoseMessage.swift",
        "IomtFhir/Messages/BloodPressureMessage.swift",
        "IomtFhir/Messages/BodyMassMessage.swift",
        "IomtFhir/Messages/BodyTemperatureMessage.swift",
        "IomtFhir/Messages/DietaryEnergyConsumedMessage.swift",
        "IomtFhir/Messages/EnvironmentalAudioExposureMessage.swift",
        "IomtFhir/Messages/HeartRateMessage.swift",
        "IomtFhir/Messages/HeartRateVariabilityMessage.swift",
        "IomtFhir/Messages/HeightMessage.swift",
        "IomtFhir/Messages/IomtFhirMessageBase.swift",
        "IomtFhir/Messages/OxygenSaturationMessage.swift",
        "IomtFhir/Messages/RespiratoryRateMessage.swift",
        "IomtFhir/Messages/RestingHeartRateMessage.swift",
        "IomtFhir/Messages/StepCountMessage.swift",
        "IomtFhir/Messages/WalkingHeartRateAverageMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HealthKitOnFhir",
    "schemes" : [
      "HealthKitOnFhir_Tests"
    ],
    "targets" : [
      "HealthKitOnFhir_Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthKitOnFhir_Tests -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HealthKitOnFhir_Tests -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  FHIR: https://github.com/smart-on-fhir/Swift-FHIR @ 4.2.1
  IomtFhirClient: https://github.com/microsoft/iomt-fhir-client.git @ 1.0.0
  HealthDataSync: https://github.com/microsoft/health-data-sync.git @ 1.0.0
  Quick: https://github.com/Quick/Quick @ 3.1.2
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  HealthKitToFhir: https://github.com/microsoft/healthkit-to-fhir.git @ 1.0.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
    Target 'HealthKitOnFhir_Tests' in project 'HealthKitOnFhir'
        ➜ Explicit dependency on target 'IomtFhirClient' in project 'IomtFhirClient'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'HealthDataSync' in project 'HealthDataSync'
    Target 'HealthDataSync' in project 'HealthDataSync'
        ➜ Explicit dependency on target 'HealthDataSync' in project 'HealthDataSync'
    Target 'HealthDataSync' in project 'HealthDataSync' (no dependencies)
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
    Target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'FHIR' in project 'FHIR'
    Target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'FHIR' in project 'FHIR'
    Target 'FHIR' in project 'FHIR'
        ➜ Explicit dependency on target 'FHIR' in project 'FHIR'
        ➜ Explicit dependency on target 'Models' in project 'FHIR'
        ➜ Explicit dependency on target 'Client' in project 'FHIR'
    Target 'FHIR' in project 'FHIR'
        ➜ Explicit dependency on target 'Models' in project 'FHIR'
        ➜ Explicit dependency on target 'Client' in project 'FHIR'
    Target 'Client' in project 'FHIR'
        ➜ Explicit dependency on target 'Models' in project 'FHIR'
    Target 'Models' in project 'FHIR' (no dependencies)
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
    Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (no dependencies)
    Target 'IomtFhirClient' in project 'IomtFhirClient'
        ➜ Explicit dependency on target 'IomtFhirClient' in project 'IomtFhirClient'
    Target 'IomtFhirClient' in project 'IomtFhirClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cf3bca218f0384d98ab9bbf69cf2e87d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cf3bca218f0384d98ab9bbf69cf2e87d.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HealthKitOnFhir.xcodeproj: error: Signing for "HealthKitOnFhir_Tests" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'HealthKitOnFhir_Tests' from project 'HealthKitOnFhir')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e623c5cfb20f9995e2d8fc68ed0a1a12be9d166c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e623c5cfb20f9995e2d8fc68ed0a1a12be9d166c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building project HealthKitOnFhir with scheme HealthKitOnFhir_Tests
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  HealthDataSync: https://github.com/microsoft/health-data-sync.git @ 1.0.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  IomtFhirClient: https://github.com/microsoft/iomt-fhir-client.git @ 1.0.0
  FHIR: https://github.com/smart-on-fhir/Swift-FHIR @ 4.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Quick: https://github.com/Quick/Quick @ 3.1.2
  HealthKitToFhir: https://github.com/microsoft/healthkit-to-fhir.git @ 1.0.3
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
resolved source packages: HealthDataSync, CwlCatchException, IomtFhirClient, FHIR, CwlPreconditionTesting, Quick, HealthKitToFhir, Nimble
{
  "dependencies" : [
    {
      "identity" : "swift-fhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/smart-on-fhir/Swift-FHIR"
    },
    {
      "identity" : "iomt-fhir-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/iomt-fhir-client"
    },
    {
      "identity" : "health-data-sync",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/health-data-sync"
    },
    {
      "identity" : "healthkit-to-fhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/healthkit-to-fhir"
    }
  ],
  "manifest_display_name" : "HealthKitOnFhir",
  "name" : "HealthKitOnFhir",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthKitOnFhir",
      "targets" : [
        "HealthKitOnFhir"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthKitOnFhir",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnFhir",
      "path" : "Sources",
      "product_dependencies" : [
        "FHIR",
        "IomtFhirClient",
        "HealthDataSync",
        "HealthKitToFhir"
      ],
      "product_memberships" : [
        "HealthKitOnFhir"
      ],
      "sources" : [
        "Fhir/Errors/ConverterError.swift",
        "Fhir/Errors/FetchError.swift",
        "Fhir/Extensions/BundleExtensions.swift",
        "Fhir/Extensions/FHIRSearchExtensions.swift",
        "Fhir/Extensions/IdentifierExtensions.swift",
        "Fhir/FhirExternalStore.swift",
        "Fhir/FhirExternalStoreDelegate.swift",
        "Fhir/Resources/ActiveEnergyBurnedContainer.swift",
        "Fhir/Resources/AppleExerciseTimeContainer.swift",
        "Fhir/Resources/AppleStandTimeContainer.swift",
        "Fhir/Resources/BloodGlucoseContainer.swift",
        "Fhir/Resources/BloodPressureContainer.swift",
        "Fhir/Resources/BodyMassContainer.swift",
        "Fhir/Resources/BodyTemperatureContainer.swift",
        "Fhir/Resources/Converter.swift",
        "Fhir/Resources/DietaryEnergyConsumedContainer.swift",
        "Fhir/Resources/EnvironmentalAudioExposureContainer.swift",
        "Fhir/Resources/HeartRateContainer.swift",
        "Fhir/Resources/HeartRateVariabilityContainer.swift",
        "Fhir/Resources/HeightContainer.swift",
        "Fhir/Resources/OxygenSaturationContainer.swift",
        "Fhir/Resources/ResourceContainer.swift",
        "Fhir/Resources/ResourceContainerProtocol.swift",
        "Fhir/Resources/RespiratoryRateContainer.swift",
        "Fhir/Resources/RestingHeartRateContainer.swift",
        "Fhir/Resources/StepCountContainer.swift",
        "Fhir/Resources/WalkingHeartRateAverageContainer.swift",
        "IomtFhir/IomtFhirExternalStoreDelegate.swift",
        "IomtFhir/IomtFhirExtrenalStore.swift",
        "IomtFhir/Messages/ActiveEnergyBurnedMessage.swift",
        "IomtFhir/Messages/AppleExerciseTimeMessage.swift",
        "IomtFhir/Messages/AppleStandTimeMessage.swift",
        "IomtFhir/Messages/BloodGlucoseMessage.swift",
        "IomtFhir/Messages/BloodPressureMessage.swift",
        "IomtFhir/Messages/BodyMassMessage.swift",
        "IomtFhir/Messages/BodyTemperatureMessage.swift",
        "IomtFhir/Messages/DietaryEnergyConsumedMessage.swift",
        "IomtFhir/Messages/EnvironmentalAudioExposureMessage.swift",
        "IomtFhir/Messages/HeartRateMessage.swift",
        "IomtFhir/Messages/HeartRateVariabilityMessage.swift",
        "IomtFhir/Messages/HeightMessage.swift",
        "IomtFhir/Messages/IomtFhirMessageBase.swift",
        "IomtFhir/Messages/OxygenSaturationMessage.swift",
        "IomtFhir/Messages/RespiratoryRateMessage.swift",
        "IomtFhir/Messages/RestingHeartRateMessage.swift",
        "IomtFhir/Messages/StepCountMessage.swift",
        "IomtFhir/Messages/WalkingHeartRateAverageMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HealthKitOnFhir",
    "schemes" : [
      "HealthKitOnFhir_Tests"
    ],
    "targets" : [
      "HealthKitOnFhir_Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthKitOnFhir_Tests -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HealthKitOnFhir_Tests -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  FHIR: https://github.com/smart-on-fhir/Swift-FHIR @ 4.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Quick: https://github.com/Quick/Quick @ 3.1.2
  HealthDataSync: https://github.com/microsoft/health-data-sync.git @ 1.0.0
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  HealthKitToFhir: https://github.com/microsoft/healthkit-to-fhir.git @ 1.0.3
  IomtFhirClient: https://github.com/microsoft/iomt-fhir-client.git @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
    Target 'HealthKitOnFhir_Tests' in project 'HealthKitOnFhir'
        ➜ Explicit dependency on target 'IomtFhirClient' in project 'IomtFhirClient'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'HealthDataSync' in project 'HealthDataSync'
    Target 'HealthDataSync' in project 'HealthDataSync'
        ➜ Explicit dependency on target 'HealthDataSync' in project 'HealthDataSync'
    Target 'HealthDataSync' in project 'HealthDataSync' (no dependencies)
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
    Target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'FHIR' in project 'FHIR'
    Target 'HealthKitToFhir' in project 'HealthKitToFhir'
        ➜ Explicit dependency on target 'FHIR' in project 'FHIR'
    Target 'FHIR' in project 'FHIR'
        ➜ Explicit dependency on target 'FHIR' in project 'FHIR'
        ➜ Explicit dependency on target 'Models' in project 'FHIR'
        ➜ Explicit dependency on target 'Client' in project 'FHIR'
    Target 'FHIR' in project 'FHIR'
        ➜ Explicit dependency on target 'Models' in project 'FHIR'
        ➜ Explicit dependency on target 'Client' in project 'FHIR'
    Target 'Client' in project 'FHIR'
        ➜ Explicit dependency on target 'Models' in project 'FHIR'
    Target 'Models' in project 'FHIR' (no dependencies)
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
    Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (no dependencies)
    Target 'IomtFhirClient' in project 'IomtFhirClient'
        ➜ Explicit dependency on target 'IomtFhirClient' in project 'IomtFhirClient'
    Target 'IomtFhirClient' in project 'IomtFhirClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3d522d16aec12ac77e20e44ac3f17a4b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3d522d16aec12ac77e20e44ac3f17a4b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HealthKitOnFhir.xcodeproj: error: Signing for "HealthKitOnFhir_Tests" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'HealthKitOnFhir_Tests' from project 'HealthKitOnFhir')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e623c5cfb20f9995e2d8fc68ed0a1a12be9d166c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e623c5cfb20f9995e2d8fc68ed0a1a12be9d166c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building project HealthKitOnFhir with scheme HealthKitOnFhir_Tests
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild