The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HealthDataGenerator, reference main (359ef0), with Swift 6.1 for iOS using Xcode 16.3 on 7 Apr 2026 18:00:08 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataGenerator -destination generic/platform=iOS 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 Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aminbenarieb/healthkit-data-generator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aminbenarieb/healthkit-data-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 359ef02 Rename HealthKitDataGenerator to HealthDataGenerator everywhere
Cloned https://github.com/aminbenarieb/healthkit-data-generator.git
Revision (git rev-parse @):
359ef0205f3a66bc8c6fe128e6be1fe29a59e60c
SUCCESS checkout https://github.com/aminbenarieb/healthkit-data-generator.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aminbenarieb/healthkit-data-generator.git
https://github.com/aminbenarieb/healthkit-data-generator.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HealthDataGenerator",
  "name" : "HealthDataGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthDataGenerator",
      "targets" : [
        "HealthDataGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HealthDataGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataGeneratorTests",
      "path" : "Tests/HealthDataGeneratorTests",
      "sources" : [
        "HealthDataGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "HealthDataGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthDataGenerator",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataGenerator",
      "path" : "Sources/HealthDataGenerator",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "HealthDataGenerator"
      ],
      "sources" : [
        "Constants/HealthConstants.swift",
        "Core/HealthDataGenerator.swift",
        "DataExport/ExportConfiguration.swift",
        "DataExport/ExportTargets.swift",
        "DataGeneration/HealthProfile.swift",
        "DataGeneration/SampleCreator.swift",
        "DataGeneration/SampleDataGenerator.swift",
        "DataGeneration/SampleGenerationConfig.swift",
        "DataImport/HealthDataProfile.swift",
        "DataImport/HealthDataProfileImporter.swift",
        "DataImport/HealthDataProfileReader.swift",
        "JSON/JsonHandlerProtocol.swift",
        "JSON/JsonReader.swift",
        "JSON/JsonTokenizer.swift",
        "JSON/JsonWriter.swift",
        "JSON/OutputStreams.swift",
        "LLM/AppleFoundationModelProvider.swift",
        "LLM/LLMManager.swift",
        "LLM/LLMProvider.swift",
        "Utilities/AppLogger.swift",
        "Utilities/DateExtensions.swift",
        "Utilities/FileNameUtil.swift",
        "Utilities/HealthStoreCleaner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "HealthDataGenerator",
 8 |     platforms: [
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/apple/swift-log.git (cached)
Creating working copy of package ‘swift-log’
Checking out 1.11.0 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  HealthDataGenerator: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.11.0
resolved source packages: HealthDataGenerator, swift-log
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HealthDataGenerator",
  "name" : "HealthDataGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthDataGenerator",
      "targets" : [
        "HealthDataGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HealthDataGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataGeneratorTests",
      "path" : "Tests/HealthDataGeneratorTests",
      "sources" : [
        "HealthDataGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "HealthDataGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthDataGenerator",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataGenerator",
      "path" : "Sources/HealthDataGenerator",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "HealthDataGenerator"
      ],
      "sources" : [
        "Constants/HealthConstants.swift",
        "Core/HealthDataGenerator.swift",
        "DataExport/ExportConfiguration.swift",
        "DataExport/ExportTargets.swift",
        "DataGeneration/HealthProfile.swift",
        "DataGeneration/SampleCreator.swift",
        "DataGeneration/SampleDataGenerator.swift",
        "DataGeneration/SampleGenerationConfig.swift",
        "DataImport/HealthDataProfile.swift",
        "DataImport/HealthDataProfileImporter.swift",
        "DataImport/HealthDataProfileReader.swift",
        "JSON/JsonHandlerProtocol.swift",
        "JSON/JsonReader.swift",
        "JSON/JsonTokenizer.swift",
        "JSON/JsonWriter.swift",
        "JSON/OutputStreams.swift",
        "LLM/AppleFoundationModelProvider.swift",
        "LLM/LLMManager.swift",
        "LLM/LLMProvider.swift",
        "Utilities/AppLogger.swift",
        "Utilities/DateExtensions.swift",
        "Utilities/FileNameUtil.swift",
        "Utilities/HealthStoreCleaner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HealthDataGenerator",
      "HealthDataGeneratorTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HealthDataGenerator",
      "HealthDataGeneratorTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataGenerator -destination generic/platform=iOS 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 HealthDataGenerator -destination generic/platform=iOS "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
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.11.0
  HealthDataGenerator: /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 'HealthDataGenerator' in project 'HealthDataGenerator'
        ➜ Explicit dependency on target 'HealthDataGenerator' in project 'HealthDataGenerator'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'HealthDataGenerator' in project 'HealthDataGenerator'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x 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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 5760817fc927bbbafc82472b631002fc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5760817fc927bbbafc82472b631002fc.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyMetadataFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyStaticMetadataFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.LinkFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_const_extract_protocols.json (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftConstValuesFileList (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.LinkFileList (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-OutputFileMap.json (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.modulemap (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.DependencyStaticMetadataFileList (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.DependencyMetadataFileList (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthDataGenerator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.modulemap (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.11.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ LogEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogEvent.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogEvent.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
EmitSwiftModule normal arm64 (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MetadataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation\ Requirements Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.11.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Logging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Logging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.abi.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftdoc (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver HealthDataGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthDataGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SampleDataGenerator.swift,\ SampleGenerationConfig.swift,\ HealthDataProfile.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleDataGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleGenerationConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleDataGenerator.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleDataGenerator.swift:382:17: warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
            let periodEnd = currentTime.addingTimeInterval(periodDuration * 3600)
            ~~~~^~~~~~~~~
            _
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleGenerationConfig.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift:83:17: warning: capture of 'callback' with non-sendable type '(HealthDataProfileMetaData) -> Void' in a '@Sendable' closure
                callback(self.loadMetaData())
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                callback(self.loadMetaData())
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift:83:26: warning: capture of 'self' with non-sendable type 'HealthDataProfile' in a '@Sendable' closure
                callback(self.loadMetaData())
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift:22:12: note: class 'HealthDataProfile' does not conform to the 'Sendable' protocol
open class HealthDataProfile : CustomStringConvertible {
           ^
SwiftCompile normal arm64 Compiling\ ExportTargets.swift,\ HealthProfile.swift,\ SampleCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportTargets.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportTargets.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:173:23: warning: static property 'sporty' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sporty = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:173:23: note: add '@MainActor' to make static property 'sporty' part of global actor 'MainActor'
    public static let sporty = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:173:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sporty = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:195:23: warning: static property 'stressed' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let stressed = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:195:23: note: add '@MainActor' to make static property 'stressed' part of global actor 'MainActor'
    public static let stressed = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:195:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let stressed = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:217:23: warning: static property 'balanced' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let balanced = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:217:23: note: add '@MainActor' to make static property 'balanced' part of global actor 'MainActor'
    public static let balanced = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:217:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let balanced = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:239:23: warning: static property 'sedentary' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sedentary = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:239:23: note: add '@MainActor' to make static property 'sedentary' part of global actor 'MainActor'
    public static let sedentary = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:239:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sedentary = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:261:23: warning: static property 'allPresets' is not concurrency-safe because non-'Sendable' type '[HealthProfile]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allPresets: [HealthProfile] = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:261:23: note: add '@MainActor' to make static property 'allPresets' part of global actor 'MainActor'
    public static let allPresets: [HealthProfile] = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:261:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allPresets: [HealthProfile] = [
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:215:39: warning: 'init(type:date:)' was deprecated in iOS 11.0
                        events.append(HKWorkoutEvent(type: eventType, date: startDate))
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:224:24: warning: 'init(activityType:start:end:workoutEvents:totalEnergyBurned:totalDistance:metadata:)' was deprecated in iOS 17.0: Use HKWorkoutBuilder
                return HKWorkout(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:234:24: warning: 'init(activityType:start:end:duration:totalEnergyBurned:totalDistance:metadata:)' was deprecated in iOS 17.0: Use HKWorkoutBuilder
                return HKWorkout(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:271:13: warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
        let endDate   = (try? endString.date(.iso8601)) ?? startDate
        ~~~~^~~~~~~
        _
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:282:17: warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
            let confidence = max(0, min(rawConfidence, 3))
            ~~~~^~~~~~~~~~
            _
SwiftEmitModule normal arm64 Emitting\ module\ for\ HealthDataGenerator (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
EmitSwiftModule normal arm64 (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:17:23: warning: static property 'allValues' is not concurrency-safe because non-'Sendable' type '[HealthDataToExportType]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allValues = [ALL, ADDED_BY_THIS_APP, GENERATED_BY_THIS_APP];
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:8:13: note: consider making enum 'HealthDataToExportType' conform to the 'Sendable' protocol
public enum HealthDataToExportType : String {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:17:23: note: add '@MainActor' to make static property 'allValues' part of global actor 'MainActor'
    public static let allValues = [ALL, ADDED_BY_THIS_APP, GENERATED_BY_THIS_APP];
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allValues = [ALL, ADDED_BY_THIS_APP, GENERATED_BY_THIS_APP];
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:173:23: warning: static property 'sporty' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sporty = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:173:23: note: add '@MainActor' to make static property 'sporty' part of global actor 'MainActor'
    public static let sporty = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:173:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sporty = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:195:23: warning: static property 'stressed' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let stressed = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:195:23: note: add '@MainActor' to make static property 'stressed' part of global actor 'MainActor'
    public static let stressed = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:195:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let stressed = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:217:23: warning: static property 'balanced' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let balanced = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:217:23: note: add '@MainActor' to make static property 'balanced' part of global actor 'MainActor'
    public static let balanced = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:217:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let balanced = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:239:23: warning: static property 'sedentary' is not concurrency-safe because non-'Sendable' type 'HealthProfile' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sedentary = HealthProfile(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:239:23: note: add '@MainActor' to make static property 'sedentary' part of global actor 'MainActor'
    public static let sedentary = HealthProfile(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:239:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sedentary = HealthProfile(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:261:23: warning: static property 'allPresets' is not concurrency-safe because non-'Sendable' type '[HealthProfile]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allPresets: [HealthProfile] = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:5:15: note: consider making struct 'HealthProfile' conform to the 'Sendable' protocol
public struct HealthProfile: Codable, Equatable, Hashable {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:261:23: note: add '@MainActor' to make static property 'allPresets' part of global actor 'MainActor'
    public static let allPresets: [HealthProfile] = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/HealthProfile.swift:261:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allPresets: [HealthProfile] = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift:156:8: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
struct FileLogHandler: LogHandler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
    public func log(event: LogEvent) {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift:145:10: note: requirement 'log(event:)' declared here
    func log(event: LogEvent)
         ^
SwiftCompile normal arm64 Compiling\ OutputStreams.swift,\ AppleFoundationModelProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/AppleFoundationModelProvider.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift:33:9: warning: result of call to 'write(_:maxLength:)' is unused
        write((data as NSData).bytes.bindMemory(to: UInt8.self, capacity: data.count), maxLength: data.count)
        ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift:64:87: warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
        return NSString(data: data as! Data, encoding: String.Encoding.utf8.rawValue) as! String
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~ ~~~~~~
                                                                                     !as
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/AppleFoundationModelProvider.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LLMManager.swift,\ LLMProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/LLMManager.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/LLMProvider.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/LLMManager.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/LLMProvider.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AppLogger.swift,\ DateExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/DateExtensions.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift:156:8: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
struct FileLogHandler: LogHandler {
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
    public func log(event: LogEvent) {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift:145:10: note: requirement 'log(event:)' declared here
    func log(event: LogEvent)
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/DateExtensions.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ HealthConstants.swift,\ HealthDataGenerator.swift,\ ExportConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Core/HealthDataGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Core/HealthDataGenerator.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Core/HealthDataGenerator.swift:147:21: warning: mutation of captured var 'savedCount' in concurrently-executing code
                    savedCount += 1
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:17:23: warning: static property 'allValues' is not concurrency-safe because non-'Sendable' type '[HealthDataToExportType]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allValues = [ALL, ADDED_BY_THIS_APP, GENERATED_BY_THIS_APP];
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:8:13: note: consider making enum 'HealthDataToExportType' conform to the 'Sendable' protocol
public enum HealthDataToExportType : String {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:17:23: note: add '@MainActor' to make static property 'allValues' part of global actor 'MainActor'
    public static let allValues = [ALL, ADDED_BY_THIS_APP, GENERATED_BY_THIS_APP];
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataExport/ExportConfiguration.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allValues = [ALL, ADDED_BY_THIS_APP, GENERATED_BY_THIS_APP];
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling LogEvent.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ JsonHandlerProtocol.swift,\ JsonReader.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonReader.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:114:28: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            return "name:\(name) type:\(type) dict:\(dict) childs:\(childs)"
                           ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:114:28: note: use 'String(describing:)' to silence this warning
            return "name:\(name) type:\(type) dict:\(dict) childs:\(childs)"
                           ^~~~
                           String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:114:28: note: provide a default value to avoid this warning
            return "name:\(name) type:\(type) dict:\(dict) childs:\(childs)"
                           ^~~~
                                ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:162:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
        for i in 0 ..< level {
            ^
            _
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonReader.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonReader.swift:50:53: warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
                tokenizer.tokenize(textFileContents as! String)
                                   ~~~~~~~~~~~~~~~~ ^~~ ~~~~~~
                                                   !as
SwiftDriverJobDiscovery normal arm64 Compiling MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ HealthDataProfileImporter.swift,\ HealthDataProfileReader.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileReader.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:52:17: warning: capture of 'self' with non-sendable type 'HealthDataProfileImporter' in a '@Sendable' closure
                self.importQueue.addOperation(){
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:19:12: note: class 'HealthDataProfileImporter' does not conform to the 'Sendable' protocol
open class HealthDataProfileImporter {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:55:36: warning: capture of 'profile' with non-sendable type 'HealthDataProfile' in a '@Sendable' closure
                    let metaData = profile.loadMetaData()
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift:22:12: note: class 'HealthDataProfile' does not conform to the 'Sendable' protocol
open class HealthDataProfile : CustomStringConvertible {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:58:25: warning: capture of 'onCompletion' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                        onCompletion(ImportError.unsupportedType("\(strExpectedType) is only supported"))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:58:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        onCompletion(ImportError.unsupportedType("\(strExpectedType) is only supported"))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:66:29: warning: capture of 'onProgress' with non-sendable type '(String, NSNumber?) -> Void' in a '@Sendable' closure
                            onProgress(message, progressInPercent == nil ? nil : NSNumber(value: progressInPercent!/2))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:66:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            onProgress(message, progressInPercent == nil ? nil : NSNumber(value: progressInPercent!/2))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:55:36: warning: capture of 'profile' with non-sendable type 'HealthDataProfile' in a '@Sendable' closure
                    let metaData = profile.loadMetaData()
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfile.swift:22:12: note: class 'HealthDataProfile' does not conform to the 'Sendable' protocol
open class HealthDataProfile : CustomStringConvertible {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:58:25: warning: capture of 'onCompletion' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                        onCompletion(ImportError.unsupportedType("\(strExpectedType) is only supported"))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:58:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        onCompletion(ImportError.unsupportedType("\(strExpectedType) is only supported"))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:65:57: warning: capture of 'self' with non-sendable type 'HealthDataProfileImporter' in a '@Sendable' closure
                        HealthStoreCleaner(healthStore: self.healthStore).clean(){(message:String, progressInPercent: Double?) in
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:19:12: note: class 'HealthDataProfileImporter' does not conform to the 'Sendable' protocol
open class HealthDataProfileImporter {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:66:29: warning: capture of 'onProgress' with non-sendable type '(String, NSNumber?) -> Void' in a '@Sendable' closure
                            onProgress(message, progressInPercent == nil ? nil : NSNumber(value: progressInPercent!/2))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:66:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            onProgress(message, progressInPercent == nil ? nil : NSNumber(value: progressInPercent!/2))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:66:29: warning: capture of 'onProgress' with non-sendable type '(String, NSNumber?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                            onProgress(message, progressInPercent == nil ? nil : NSNumber(value: progressInPercent!/2))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:66:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            onProgress(message, progressInPercent == nil ? nil : NSNumber(value: progressInPercent!/2))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:79:29: warning: capture of 'onProgress' with non-sendable type '(String, NSNumber?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                            onProgress("importing \(lastSampleType)", nil)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:79:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            onProgress("importing \(lastSampleType)", nil)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:82:25: warning: capture of 'self' with non-sendable type 'HealthDataProfileImporter' in an isolated closure; this is an error in the Swift 6 language mode
                        self.healthStore.save(sample, withCompletion: {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileImporter.swift:19:12: note: class 'HealthDataProfileImporter' does not conform to the 'Sendable' protocol
open class HealthDataProfileImporter {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataImport/HealthDataProfileReader.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Locks.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ FileNameUtil.swift,\ HealthStoreCleaner.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/FileNameUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/FileNameUtil.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:64:29: warning: capture of 'self' with non-sendable type 'HealthStoreCleaner' in a '@Sendable' closure
                            self.healthStore.delete(results!, withCompletion: {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:30:14: note: class 'HealthStoreCleaner' does not conform to the 'Sendable' protocol
public class HealthStoreCleaner {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:68:11: warning: capture of 'onProgress' with non-sendable type '(String, Double?) -> Void' in a '@Sendable' closure
                                                                                onProgress("deleted \(results?.count ?? 0) from \(type)", nil)
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:68:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                                                                onProgress("deleted \(results?.count ?? 0) from \(type)", nil)
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:68:11: warning: capture of 'onProgress' with non-sendable type '(String, Double?) -> Void' in a '@Sendable' closure
                                                                                onProgress("deleted \(results?.count ?? 0) from \(type)", nil)
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:68:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                                                                onProgress("deleted \(results?.count ?? 0) from \(type)", nil)
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:79:25: warning: mutation of captured var 'result' in concurrently-executing code
                        result.anchor = newAnchor
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/HealthStoreCleaner.swift:80:25: warning: mutation of captured var 'result' in concurrently-executing code
                        result.count = results?.count
                        ^
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.11.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for HealthDataGenerator (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 Compiling\ JsonTokenizer.swift,\ JsonWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonWriter.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonTokenizer.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonWriter.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o normal (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o
SwiftDriver\ Compilation\ Requirements HealthDataGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthDataGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OutputStreams.swift, AppleFoundationModelProvider.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling JsonHandlerProtocol.swift, JsonReader.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling AppLogger.swift, DateExtensions.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthDataGenerator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-Swift.h (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthDataGenerator-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftmodule (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftdoc (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.abi.json (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftsourceinfo (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JsonTokenizer.swift, JsonWriter.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
ExtractAppIntentsMetadata (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Logging --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier swift-log.Logging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-07 11:00:07.595 appintentsmetadataprocessor[784:4515] Starting appintentsmetadataprocessor export
2026-04-07 11:00:07.647 appintentsmetadataprocessor[784:4515] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling FileNameUtil.swift, HealthStoreCleaner.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling LLMManager.swift, LLMProvider.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling HealthDataProfileImporter.swift, HealthDataProfileReader.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling ExportTargets.swift, HealthProfile.swift, SampleCreator.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling HealthConstants.swift, HealthDataGenerator.swift, ExportConfiguration.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling SampleDataGenerator.swift, SampleGenerationConfig.swift, HealthDataProfile.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriver\ Compilation HealthDataGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthDataGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.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/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.o normal (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.o
ExtractAppIntentsMetadata (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HealthDataGenerator --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.HealthDataGenerator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.appintents --target-triple arm64-apple-ios17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/HealthDataGenerator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-07 11:00:07.708 appintentsmetadataprocessor[787:4532] Starting appintentsmetadataprocessor export
2026-04-07 11:00:07.745 appintentsmetadataprocessor[787:4532] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.o (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthDataGenerator.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HealthDataGenerator",
  "name" : "HealthDataGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthDataGenerator",
      "targets" : [
        "HealthDataGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HealthDataGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataGeneratorTests",
      "path" : "Tests/HealthDataGeneratorTests",
      "sources" : [
        "HealthDataGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "HealthDataGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthDataGenerator",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataGenerator",
      "path" : "Sources/HealthDataGenerator",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "HealthDataGenerator"
      ],
      "sources" : [
        "Constants/HealthConstants.swift",
        "Core/HealthDataGenerator.swift",
        "DataExport/ExportConfiguration.swift",
        "DataExport/ExportTargets.swift",
        "DataGeneration/HealthProfile.swift",
        "DataGeneration/SampleCreator.swift",
        "DataGeneration/SampleDataGenerator.swift",
        "DataGeneration/SampleGenerationConfig.swift",
        "DataImport/HealthDataProfile.swift",
        "DataImport/HealthDataProfileImporter.swift",
        "DataImport/HealthDataProfileReader.swift",
        "JSON/JsonHandlerProtocol.swift",
        "JSON/JsonReader.swift",
        "JSON/JsonTokenizer.swift",
        "JSON/JsonWriter.swift",
        "JSON/OutputStreams.swift",
        "LLM/AppleFoundationModelProvider.swift",
        "LLM/LLMManager.swift",
        "LLM/LLMProvider.swift",
        "Utilities/AppLogger.swift",
        "Utilities/DateExtensions.swift",
        "Utilities/FileNameUtil.swift",
        "Utilities/HealthStoreCleaner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "HealthDataGenerator",
 8 |     platforms: [
Done.