The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HealthDataGenerator, reference main (359ef0), with Swift 6.3 for iOS using Xcode 26.4 on 17 Apr 2026 05:49:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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.3
Building package at path:  $PWD
https://github.com/aminbenarieb/healthkit-data-generator.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘swift-log’
Checking out 1.12.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.12.0
resolved source packages: HealthDataGenerator, swift-log
2026-04-17 01:49:04.887 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-17 01:49:04.985 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-17 01:49:05.451 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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:)' [#DeprecatedDeclaration]
 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:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "HealthDataGenerator",
 8 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HealthDataGenerator",
      "HealthDataGeneratorTests"
    ]
  }
}
2026-04-17 01:49:26.796 xcodebuild[666:3981] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-17 01:49:26.894 xcodebuild[666:3981] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HealthDataGenerator",
      "HealthDataGeneratorTests"
    ]
  }
}
2026-04-17 01:49:28.393 xcodebuild[674:4045] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-17 01:49:28.495 xcodebuild[674:4045] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataGenerator -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HealthDataGenerator -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.12.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: c9fbe91822263dee9bddfb927060ccd8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c9fbe91822263dee9bddfb927060ccd8.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-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.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/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.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/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.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-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/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/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
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/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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.12.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
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-DRBE05WTIQ7ACVT7Y6YGZODUY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-E39AVOP2SN8T25977T92RVOF7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7L0REK52XTH8ZYP90P1N5CALM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-E7OWC3M09GZO0LY27ATGLKJI3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-5KEALQN5NJXC4X329C367A0K7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-7WY9SV0NOI77B3HLQR3G6B2U2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3UUCPJBUHL3K534RCCBXSBB3X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-HP5MXOZ7N6H08XBIIBU21W03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4VODZL7MKDR6ATPLH7QG7ETMG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CVCBHX7ECRZPDFMFYEU6Z84GU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-77EQYCUNCP8116AR94LE410HP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-2C2SAE12M5DP4RJYM2C939WHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-BYP3LK8028GB2PN4VTCUURGS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4B5ECDFZNZ7LPBOQ1H7BC639V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-D17V8P285CBEXMPVEYFY0G4SF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-554UPS2QTSOY8ZV44D2FKES4B.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
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')
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

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

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

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

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')
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

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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.12.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.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/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/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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthDataGenerator -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling LogEvent.swift (in target 'Logging' from project 'swift-log')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-2F1TLFMIYG87O875XOW4JCA6I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-CZOEYK3ZE2H1GST2SXCKMSTI4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-565O5PP7IF1NUBR8VGC9KQ0XG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-C0JBBBFU09IEE46E6SRV4Q1QE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-87Z1ZXO1ICF314KKACY4HUBK8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-AZAOCK6F554MUZT32IVY0H9WU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6TPSIDWYXNBLA4R5K8WO4R1U6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-1UZ3PIGWNYDWKO4RKG8JKGDXH.pcm
SwiftDriverJobDiscovery normal arm64 Compiling MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-ABCXUGMOJ2Y64UUV2Y7D2BD52.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Locks.swift (in target 'Logging' from project 'swift-log')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-E112WBJLCCO8YEVKIIBLN111E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-55R05UJ9OP6J0GUVQKCQ2JUC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ExtensionFoundation-3JBD1UQOCY7B2SQKSWJEFT1RJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-B5BWU00VOG61G9AOF4IRYMH7A.pcm
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.12.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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -w -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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-LW1ODH1EVGGYB87QNC42IG3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CYVQLRLX0Z4HW57ZNJUKP0MPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6MYNCC2PN7EO7CJDQYQ323O67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-EQZFBWWVW9KW6E3F3SNFCNB8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BDFY0PWTCHRDMSGRRHNEC420M.pcm
ExtractAppIntentsMetadata (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.GVZIIJ/Metal.xctoolchain --module-name Logging --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --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-17 01:49:36.842 appintentsmetadataprocessor[751:4431] Starting appintentsmetadataprocessor export
2026-04-17 01:49:36.865 appintentsmetadataprocessor[751:4431] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6EJIDGUP97A8AUBH8E5VMWPHN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EW2K9W0YQWC2T3Z1GGPY7GKXI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-E9HS3HMP78PJ6KGCPCKFUCUBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-CFY74N2OU9RJXSMJ80ALF0EW3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-C3D2CJ2NKDTWICORJSTRT3B20.pcm
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
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CTU02QJ91OX1WXBASR1DGMARP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BV2K5A80R7QF72PPJ2AL4LEFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-9AX3RKEQL92U0NWGM7SNAFFWY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-85I3RD01DX6QDC0BOAFJC79GO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-58E2KM3LSTQKD06R8G4WBFIFB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-2P43PJ5IH1F1FN66X6INYLBXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-CVRWF2G44AHHP0GD8MIQFK79J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-55WQ5LB8ULK9Q3XB2SZOSNU4U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3HBCW452KADHV2JHDSQSLVUIK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-75VH460NV1QUY0VQU4UOSW2NQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-D8Z5TIX292UEVDVLFYLBFQHUX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-1F5STA0O983YVFFU8VB6N4SII.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/BackgroundAssets-7JRQ9GF8JS4E1HW0IY7MLNHWT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-D83SYUY05EMHOXUT7ILJR94QB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-AIPO88LZBIFUZH59EBX636VLL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/HealthKit-B5UC7K3LBJQRYKI4F8BC96B75.pcm
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/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 {
       ^
Logging.LogHandler.log:3:15: note: 'log(event:)' declared here
  public func log(event: Logging.LogEvent)}
              ^
Logging.LogHandler.log:2:6: note: requirement 'log(event:)' declared here
func log(event: Logging.LogEvent)}
     ^
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 {
       ^
Logging.LogHandler.log:3:15: note: 'log(event:)' declared here
  public func log(event: Logging.LogEvent)}
              ^
Logging.LogHandler.log:2:6: note: requirement 'log(event:)' declared here
func log(event: Logging.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

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

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\ 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: 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: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: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
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

/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/LLM/AppleFoundationModelProvider.swift:187:21: warning: initialization of immutable value 'smt' was never used; consider replacing with assignment to '_' or removing it
                let smt = try JSONSerialization.jsonObject(with: jsonString.data(using: .utf8)!)
                ~~~~^~~
                _
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

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

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

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

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

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

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))
            ~~~~^~~~~~~~~~
            _
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

SwiftDriverJobDiscovery normal arm64 Emitting module for HealthDataGenerator (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthDataGenerator -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 JsonHandlerProtocol.swift, JsonReader.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 AppLogger.swift, DateExtensions.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
SwiftDriverJobDiscovery normal arm64 Compiling JsonTokenizer.swift, JsonWriter.swift (in target 'HealthDataGenerator' from project 'HealthDataGenerator')
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')
SwiftDriverJobDiscovery normal arm64 Compiling OutputStreams.swift, AppleFoundationModelProvider.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthDataGenerator -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HealthDataGenerator.build/Debug-iphoneos/HealthDataGenerator.build/Objects-normal/arm64/HealthDataGenerator-linker-args.resp -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.GVZIIJ/Metal.xctoolchain --module-name HealthDataGenerator --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --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-17 01:49:39.554 appintentsmetadataprocessor[807:4729] Starting appintentsmetadataprocessor export
2026-04-17 01:49:39.563 appintentsmetadataprocessor[807:4729] 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 **
2026-04-17 01:49:29.358 xcodebuild[679:4082] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-17 01:49:29.457 xcodebuild[679:4082] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
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:)' [#DeprecatedDeclaration]
 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:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "HealthDataGenerator",
 8 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.