The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthKitOnOMH, reference 0.1.2 (904a2c), with Swift 6.3 for tvOS using Xcode 26.4 on 15 Apr 2026 19:18:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthKitOnOMH -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/HealthKitOnOMH.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/HealthKitOnOMH
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 904a2cb Convert unit tests to Swift Testing (#15)
Cloned https://github.com/StanfordBDHG/HealthKitOnOMH.git
Revision (git rev-parse @):
904a2cb6fa7f21dc43d5bad2bdb4783d535f9c6e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/HealthKitOnOMH.git at 0.1.2
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/StanfordBDHG/HealthKitOnOMH.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/StanfordBDHG/OMHModels.git
Creating working copy of package ‘OMHModels’
Checking out 0.2.0 of package ‘OMHModels’
Resolve Package Graph
Resolved source packages:
  OMHModels: https://github.com/StanfordBDHG/OMHModels.git @ 0.2.0
  HealthKitOnOMH: /Users/admin/builder/spi-builder-workspace
resolved source packages: OMHModels, HealthKitOnOMH
2026-04-15 15:17:50.394 xcodebuild[529:3063] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "omhmodels",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordBDHG/OMHModels.git"
    }
  ],
  "manifest_display_name" : "HealthKitOnOMH",
  "name" : "HealthKitOnOMH",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthKitOnOMH",
      "targets" : [
        "HealthKitOnOMH"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthKitOnOMHTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnOMHTests",
      "path" : "Tests/HealthKitOnOMHTests",
      "sources" : [
        "HealthKitOnOMHTests.swift"
      ],
      "target_dependencies" : [
        "HealthKitOnOMH"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthKitOnOMH",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnOMH",
      "path" : "Sources/HealthKitOnOMH",
      "product_dependencies" : [
        "OMHModels"
      ],
      "product_memberships" : [
        "HealthKitOnOMH"
      ],
      "sources" : [
        "HealthKit Extensions/HKQuantitySample+OMH.swift",
        "HealthKit Extensions/SchemaDataPoint.swift",
        "HealthKitOnOMHError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HealthKitOnOMH"
    ]
  }
}
2026-04-15 15:17:58.220 xcodebuild[668:3972] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthKitOnOMH -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 HealthKitOnOMH -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  OMHModels: https://github.com/StanfordBDHG/OMHModels.git @ 0.2.0
  HealthKitOnOMH: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'HealthKitOnOMH' in project 'HealthKitOnOMH'
        ➜ Explicit dependency on target 'HealthKitOnOMH' in project 'HealthKitOnOMH'
        ➜ Explicit dependency on target 'OMHModels' in project 'OMHModels'
    Target 'HealthKitOnOMH' in project 'HealthKitOnOMH'
        ➜ Explicit dependency on target 'OMHModels' in project 'OMHModels'
    Target 'OMHModels' in project 'OMHModels'
        ➜ Explicit dependency on target 'OMHModels' in project 'OMHModels'
    Target 'OMHModels' in project 'OMHModels' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 392a5112988b6fe30de7dd44b7e0531c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/392a5112988b6fe30de7dd44b7e0531c.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.DependencyMetadataFileList (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.modulemap (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.DependencyStaticMetadataFileList (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftConstValuesFileList (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftFileList (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-OutputFileMap.json (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.LinkFileList (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels_const_extract_protocols.json (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH_const_extract_protocols.json (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.SwiftFileList (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.SwiftConstValuesFileList (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.LinkFileList (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH-OutputFileMap.json (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OMHModels.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.modulemap (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/OMHModels.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.modulemap (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.DependencyStaticMetadataFileList (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.DependencyMetadataFileList (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/HealthKitOnOMH.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.modulemap (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/HealthKitOnOMH.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver OMHModels normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OMHModels -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftmodule -user-module-version 0.2.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name omhmodels -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-1I7I9RFLZZYCUO3TPLS4U805X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6YUZKR4MV7T2QFLE4Q48OP5H2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-BZO0N6E0DIXHZYNQ4S8EZ7EDL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-2ERXFBA9JY7AMMKY8VA4HWPMN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-8P5G6DEEPG56ZYUKMYHMN3RE1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-4BAHLZJ2RBDQMNK46XR6Y1JZS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-2HYNKNS3I0KIM31LWB1MT4JSR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3KWPF1V25TACG1K3ZQBSH88O6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-C8QKBRC8FEWLEQZYK4B7DE50J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-BS1SXL224UKZLY0BZCZGXSPY2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-C3APVXRMKC1TL26H5OI6RFWKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-AHTQ2Z4LJMUBWM4FTN7VFGCFE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-904ZPNR3NXQN0C6LOE65GKG9O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-14C32VGX1D4IWU8QLS276WR4F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-6TXRXGZJ10UGF87VX48ADDYWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EL0RWE9MAIYLCMLOT4GISD5SK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-4YCIRIE2AAE9KXHT7D5IAT201.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-4DPRV7LKB1X9IM7UR1GZ26NF6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-H6TLJP72XS2SCHLO6XNUG4J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-71UJJ66WD6FHY7Z4384KRXYHP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-61A3Z4HC5YGRZ4301Q8563VIJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-AY4SBASI0IYB2DRL4P1HZYF3D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-8J56K3TBOO6PAYWQ2YRFTOXRC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-99BTF6SWJRRYNWL6MZ2TBIY92.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-D5CB4LO29N5WBJ3LLTIKRY0JG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3LVP7PFMTBITP49EDS4BMYCFP.pcm
SwiftCompile normal arm64 Compiling\ TemperatureUnitValue.swift,\ TemporalRelationshipToMeal.swift,\ TemporalRelationshipToPhysicalActivity.swift,\ TemporalRelationshipToSleep.swift,\ TimeFrame.swift,\ TimeInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemperatureUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemporalRelationshipToMeal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemporalRelationshipToPhysicalActivity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemporalRelationshipToSleep.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeFrame.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeInterval.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemperatureUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemporalRelationshipToMeal.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemporalRelationshipToPhysicalActivity.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TemporalRelationshipToSleep.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeFrame.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeInterval.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SurveyCategoricalAnswer.swift,\ SurveyDateAnswer.swift,\ SurveyItem.swift,\ SurveyQuestion.swift,\ SurveyTimeAnswer.swift,\ SurveyUnitValueAnswer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyCategoricalAnswer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyDateAnswer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyQuestion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyTimeAnswer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyUnitValueAnswer.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyCategoricalAnswer.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyDateAnswer.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyItem.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyQuestion.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyTimeAnswer.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyUnitValueAnswer.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TimeUnit.swift,\ TimeWindow.swift,\ TotalSleepTime.swift,\ TypedUnitValue.swift,\ TypedUnitValueRange.swift,\ UnitProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeWindow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TotalSleepTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TypedUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TypedUnitValueRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/UnitProtocol.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeUnit.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TimeWindow.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TotalSleepTime.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TypedUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/TypedUnitValueRange.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/UnitProtocol.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ OMHModels (in target 'OMHModels' from project 'OMHModels')
EmitSwiftModule normal arm64 (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RespiratoryRate.swift,\ RespiratoryRateUnitValue.swift,\ Schema.swift,\ SchemaId.swift,\ SchemaNamespace.swift,\ SpecimenSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/RespiratoryRate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/RespiratoryRateUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SchemaId.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SchemaNamespace.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SpecimenSource.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/RespiratoryRate.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/RespiratoryRateUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Schema.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SchemaId.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SchemaNamespace.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SpecimenSource.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LengthUnitValue.swift,\ MassUnitValue.swift,\ Modality.swift,\ OxygenSaturation.swift,\ OxygenSaturationUnitValue.swift,\ PartOfDay.swift,\ PhysicalActivity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/LengthUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/MassUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Modality.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/OxygenSaturation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/OxygenSaturationUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/PartOfDay.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/PhysicalActivity.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/LengthUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/MassUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Modality.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/OxygenSaturation.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/OxygenSaturationUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/PartOfDay.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/PhysicalActivity.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FrequencyUnitValue.swift,\ Header.swift,\ HealthKitQuantitySample.swift,\ HealthKitUnitValue.swift,\ HeartRate.swift,\ HeartRateUnitValue.swift,\ KcalUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/FrequencyUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Header.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HealthKitQuantitySample.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HealthKitUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HeartRate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HeartRateUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/KcalUnit.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/FrequencyUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Header.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HealthKitQuantitySample.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HealthKitUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HeartRate.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/HeartRateUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/KcalUnit.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SpeedUnit.swift,\ StepCount.swift,\ StepCountUnitValue.swift,\ SupplementalOxygenFlowRateUnit.swift,\ Survey.swift,\ SurveyAnswer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SpeedUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/StepCount.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/StepCountUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SupplementalOxygenFlowRateUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Survey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyAnswer.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SpeedUnit.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/StepCount.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/StepCountUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SupplementalOxygenFlowRateUnit.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/Survey.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/SurveyAnswer.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BodyHeight.swift,\ BodyLocation.swift,\ BodyMassIndex.swift,\ BodyMassIndexUnitValue.swift,\ BodyPosture.swift,\ BodyTemperature.swift,\ BodyWeight.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyHeight.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyMassIndex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyMassIndexUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyPosture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyTemperature.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyWeight.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyHeight.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyLocation.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyMassIndex.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyMassIndexUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyPosture.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyTemperature.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyWeight.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AcquisitionProvenance.swift,\ BloodGlucose.swift,\ BloodGlucoseUnitValue.swift,\ BloodPressure.swift,\ BloodPressureUnitValue.swift,\ BodyFatPercentage.swift,\ BodyFatPercentageUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/AcquisitionProvenance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodGlucose.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodGlucoseUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodPressure.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodPressureUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyFatPercentage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyFatPercentageUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/AcquisitionProvenance.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodGlucose.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodGlucoseUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodPressure.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BloodPressureUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyFatPercentage.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/BodyFatPercentageUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DataPoint.swift,\ DateTime.swift,\ DescriptiveStatistic.swift,\ DescriptiveStatisticDenominator.swift,\ DurationUnitValue.swift,\ DurationUnitValueRange.swift,\ ExternalDataSheets.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DataPoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DescriptiveStatistic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DescriptiveStatisticDenominator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DurationUnitValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DurationUnitValueRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/ExternalDataSheets.swift (in target 'OMHModels' from project 'OMHModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DataPoint.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DateTime.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DescriptiveStatistic.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DescriptiveStatisticDenominator.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DurationUnitValue.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/DurationUnitValueRange.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels/Sources/OMHModels/ExternalDataSheets.swift (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for OMHModels (in target 'OMHModels' from project 'OMHModels')
SwiftDriver\ Compilation\ Requirements OMHModels normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OMHModels -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftmodule -user-module-version 0.2.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name omhmodels -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SurveyCategoricalAnswer.swift, SurveyDateAnswer.swift, SurveyItem.swift, SurveyQuestion.swift, SurveyTimeAnswer.swift, SurveyUnitValueAnswer.swift (in target 'OMHModels' from project 'OMHModels')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OMHModels-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-Swift.h (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OMHModels-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftmodule (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftdoc (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.abi.json (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftsourceinfo (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OMHModels
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OMHModels.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver HealthKitOnOMH normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthKitOnOMH -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: error: Unable to resolve module dependency: 'HealthKit'
import HealthKit
       ^ (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: note: A dependency of main module 'HealthKitOnOMH'
import HealthKit
       ^ (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
2026-04-15 15:18:00.377 xcodebuild[678:4043] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: error: unable to resolve module dependency: 'HealthKit'
import HealthKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: note: a dependency of main module 'HealthKitOnOMH'
import HealthKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver HealthKitOnOMH normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
	Building workspace spi-builder-workspace with scheme HealthKitOnOMH
(2 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  HealthKitOnOMH: /Users/admin/builder/spi-builder-workspace
  OMHModels: https://github.com/StanfordBDHG/OMHModels.git @ 0.2.0
resolved source packages: HealthKitOnOMH, OMHModels
2026-04-15 15:18:07.223 xcodebuild[746:4469] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "omhmodels",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordBDHG/OMHModels.git"
    }
  ],
  "manifest_display_name" : "HealthKitOnOMH",
  "name" : "HealthKitOnOMH",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthKitOnOMH",
      "targets" : [
        "HealthKitOnOMH"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthKitOnOMHTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnOMHTests",
      "path" : "Tests/HealthKitOnOMHTests",
      "sources" : [
        "HealthKitOnOMHTests.swift"
      ],
      "target_dependencies" : [
        "HealthKitOnOMH"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthKitOnOMH",
      "module_type" : "SwiftTarget",
      "name" : "HealthKitOnOMH",
      "path" : "Sources/HealthKitOnOMH",
      "product_dependencies" : [
        "OMHModels"
      ],
      "product_memberships" : [
        "HealthKitOnOMH"
      ],
      "sources" : [
        "HealthKit Extensions/HKQuantitySample+OMH.swift",
        "HealthKit Extensions/SchemaDataPoint.swift",
        "HealthKitOnOMHError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HealthKitOnOMH"
    ]
  }
}
2026-04-15 15:18:08.422 xcodebuild[760:4575] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthKitOnOMH -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 HealthKitOnOMH -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  HealthKitOnOMH: /Users/admin/builder/spi-builder-workspace
  OMHModels: https://github.com/StanfordBDHG/OMHModels.git @ 0.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'HealthKitOnOMH' in project 'HealthKitOnOMH'
        ➜ Explicit dependency on target 'HealthKitOnOMH' in project 'HealthKitOnOMH'
        ➜ Explicit dependency on target 'OMHModels' in project 'OMHModels'
    Target 'HealthKitOnOMH' in project 'HealthKitOnOMH'
        ➜ Explicit dependency on target 'OMHModels' in project 'OMHModels'
    Target 'OMHModels' in project 'OMHModels'
        ➜ Explicit dependency on target 'OMHModels' in project 'OMHModels'
    Target 'OMHModels' in project 'OMHModels' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
SwiftDriver OMHModels normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OMHModels' from project 'OMHModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OMHModels -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels.swiftmodule -user-module-version 0.2.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name omhmodels -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OMHModels.build/Debug-appletvos/OMHModels.build/Objects-normal/arm64/OMHModels-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver HealthKitOnOMH normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthKitOnOMH -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthKitOnOMH.build/Debug-appletvos/HealthKitOnOMH.build/Objects-normal/arm64/HealthKitOnOMH-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: error: Unable to resolve module dependency: 'HealthKit'
import HealthKit
       ^ (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: note: A dependency of main module 'HealthKitOnOMH'
import HealthKit
       ^ (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
2026-04-15 15:18:09.553 xcodebuild[766:4630] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: error: unable to resolve module dependency: 'HealthKit'
import HealthKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthKitOnOMH/HealthKit Extensions/HKQuantitySample+OMH.swift:9:8: note: a dependency of main module 'HealthKitOnOMH'
import HealthKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver HealthKitOnOMH normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthKitOnOMH' from project 'HealthKitOnOMH')
	Building workspace spi-builder-workspace with scheme HealthKitOnOMH
(2 failures)
BUILD FAILURE 6.3 tvOS