The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Benchmarking, reference v1.0.0 (6a224c), with Swift 6.3 for tvOS using Xcode 26.4 on 12 Apr 2026 12:28:06 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 Benchmarking -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/Benchmarking.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/attaswift/Benchmarking
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 6a224c1 Update README.md
Cloned https://github.com/attaswift/Benchmarking.git
Revision (git rev-parse @):
6a224c19f21d5e28198f74f5c679c0c55335688c
SUCCESS checkout https://github.com/attaswift/Benchmarking.git at v1.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/attaswift/Benchmarking.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/attaswift/OptionParser
Creating working copy of package ‘OptionParser’
Checking out 1.0.0 of package ‘OptionParser’
Resolve Package Graph
Resolved source packages:
  OptionParser: https://github.com/attaswift/OptionParser @ 1.0.0
  Benchmarking: /Users/admin/builder/spi-builder-workspace
resolved source packages: OptionParser, Benchmarking
2026-04-12 08:27:48.320 xcodebuild[529:3057] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "optionparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/OptionParser"
    }
  ],
  "manifest_display_name" : "Benchmarking",
  "name" : "Benchmarking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Benchmarking",
      "targets" : [
        "Benchmarking",
        "BenchmarkIPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "Benchmarking",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarking",
      "path" : "Benchmarking",
      "product_dependencies" : [
        "OptionParser"
      ],
      "product_memberships" : [
        "Benchmarking"
      ],
      "sources" : [
        "Benchmark.swift",
        "Complain.swift",
        "InputGenerator.swift",
        "Noop.swift",
        "Output.swift",
        "Run.swift",
        "Shuffle.swift",
        "Timer.swift"
      ],
      "target_dependencies" : [
        "BenchmarkIPC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkIPC",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkIPC",
      "path" : "BenchmarkIPC",
      "product_memberships" : [
        "Benchmarking"
      ],
      "sources" : [
        "BenchmarkIPC.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Benchmarking"
    ]
  }
}
2026-04-12 08:27:56.219 xcodebuild[665:3959] [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 Benchmarking -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Benchmarking -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Benchmarking: /Users/admin/builder/spi-builder-workspace
  OptionParser: https://github.com/attaswift/OptionParser @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'Benchmarking' in project 'Benchmarking'
        ➜ Explicit dependency on target 'Benchmarking' in project 'Benchmarking'
        ➜ Explicit dependency on target 'BenchmarkIPC' in project 'Benchmarking'
        ➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
    Target 'Benchmarking' in project 'Benchmarking'
        ➜ Explicit dependency on target 'BenchmarkIPC' in project 'Benchmarking'
        ➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
    Target 'OptionParser' in project 'OptionParser'
        ➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
    Target 'OptionParser' in project 'OptionParser' (no dependencies)
    Target 'BenchmarkIPC' in project 'Benchmarking' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 10f4c6be5510d17024768a5a56de7b5b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/10f4c6be5510d17024768a5a56de7b5b.xcbuilddata
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/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.DependencyStaticMetadataFileList (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.DependencyMetadataFileList (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.modulemap (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftFileList (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_const_extract_protocols.json (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftConstValuesFileList (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-OutputFileMap.json (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.LinkFileList (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_const_extract_protocols.json (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftConstValuesFileList (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.LinkFileList (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-OutputFileMap.json (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.modulemap (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.DependencyMetadataFileList (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.DependencyStaticMetadataFileList (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OptionParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.modulemap (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    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/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_const_extract_protocols.json (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftFileList (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftConstValuesFileList (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.LinkFileList (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-OutputFileMap.json (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.modulemap (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.DependencyStaticMetadataFileList (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.DependencyMetadataFileList (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Benchmarking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.modulemap (in target 'Benchmarking' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BenchmarkIPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.modulemap (in target 'BenchmarkIPC' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver BenchmarkIPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BenchmarkIPC' from project 'Benchmarking')
    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 BenchmarkIPC -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OptionParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OptionParser' from project 'OptionParser')
    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 OptionParser -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ BenchmarkIPC (in target 'BenchmarkIPC' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/BenchmarkIPC/BenchmarkIPC.swift (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BenchmarkIPC.swift /Users/admin/builder/spi-builder-workspace/BenchmarkIPC/BenchmarkIPC.swift (in target 'BenchmarkIPC' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/BenchmarkIPC/BenchmarkIPC.swift (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OptionValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/OptionValue.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/OptionValue.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Command.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Command.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Parameter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Parameter.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Parameter.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Syntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Syntax.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Syntax.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Option.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Option.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Help.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Help.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Help.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ ParseContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/ParseContext.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/ParseContext.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for OptionParser (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 Compiling\ Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Argument.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser/OptionParser/Argument.swift (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for BenchmarkIPC (in target 'BenchmarkIPC' from project 'Benchmarking')
SwiftDriver\ Compilation\ Requirements OptionParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OptionParser' from project 'OptionParser')
    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 OptionParser -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OptionParser.swift (in target 'OptionParser' from project 'OptionParser')
SwiftDriver\ Compilation\ Requirements BenchmarkIPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BenchmarkIPC' from project 'Benchmarking')
    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 BenchmarkIPC -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-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-appletvos/OptionParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-Swift.h (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OptionParser-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftmodule (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/arm64-apple-tvos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Syntax.swift (in target 'OptionParser' from project 'OptionParser')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftdoc (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.abi.json (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftsourceinfo (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BenchmarkIPC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-Swift.h (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BenchmarkIPC-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftmodule (in target 'BenchmarkIPC' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftdoc (in target 'BenchmarkIPC' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.abi.json (in target 'BenchmarkIPC' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftsourceinfo (in target 'BenchmarkIPC' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver Benchmarking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmarking' from project 'Benchmarking')
    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 Benchmarking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Shuffle.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift:31:40: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where IndexDistance: FixedWidthInteger {
                                       ^
/Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift:40:65: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where Self: MutableCollection, IndexDistance: FixedWidthInteger {
                                                                ^
/Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift:34:27: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
        let offset = Self.IndexDistance.random(below: count)
                          ^
/Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift:43:26: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
            let offset = IndexDistance.random(below: self.distance(from: i, to: self.endIndex))
                         ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Benchmarking (in target 'Benchmarking' from project 'Benchmarking')
EmitSwiftModule normal arm64 (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:9:1: warning: extension declares a conformance of imported type 'OutputFormat' to imported protocol 'OptionValue'; this will not behave correctly if the owners of 'BenchmarkIPC' introduce this conformance in the future
extension RunOptions.OutputFormat: OptionValue {}
^
/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:9:1: note: add '@retroactive' to silence this warning
extension RunOptions.OutputFormat: OptionValue {}
^                                  ~~~~~~~~~~~
                                   @retroactive OptionValue
/Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift:31:40: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where IndexDistance: FixedWidthInteger {
                                       ^
/Users/admin/builder/spi-builder-workspace/Benchmarking/Shuffle.swift:40:65: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where Self: MutableCollection, IndexDistance: FixedWidthInteger {
                                                                ^
SwiftCompile normal arm64 Compiling\ InputGenerator.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/InputGenerator.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/InputGenerator.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Benchmarking (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriverJobDiscovery normal arm64 Compiling InputGenerator.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriver\ Compilation\ Requirements Benchmarking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmarking' from project 'Benchmarking')
    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 Benchmarking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Output.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Output.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Output.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Benchmarking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-Swift.h (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Benchmarking-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Shuffle.swift (in target 'Benchmarking' from project 'Benchmarking')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule (in target 'Benchmarking' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftdoc (in target 'Benchmarking' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.abi.json (in target 'Benchmarking' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftsourceinfo (in target 'Benchmarking' from project 'Benchmarking')
    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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Run.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:9:1: warning: extension declares a conformance of imported type 'OutputFormat' to imported protocol 'OptionValue'; this will not behave correctly if the owners of 'BenchmarkIPC' introduce this conformance in the future
extension RunOptions.OutputFormat: OptionValue {}
^
/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:9:1: note: add '@retroactive' to silence this warning
extension RunOptions.OutputFormat: OptionValue {}
^                                  ~~~~~~~~~~~
                                   @retroactive OptionValue
/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:70:13: warning: variable 'sizes' was never mutated; consider changing to 'let' constant
        var sizes = options.sizes
        ~~~ ^
        let
SwiftDriverJobDiscovery normal arm64 Compiling Help.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 Compiling\ Timer.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Timer.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Timer.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Complain.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Parameter.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 Compiling\ Benchmark.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Benchmark.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Benchmark.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OptionValue.swift (in target 'OptionParser' from project 'OptionParser')
SwiftCompile normal arm64 Compiling\ Noop.swift /Users/admin/builder/spi-builder-workspace/Benchmarking/Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Benchmarking/Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Argument.swift (in target 'OptionParser' from project 'OptionParser')
SwiftDriverJobDiscovery normal arm64 Compiling ParseContext.swift (in target 'OptionParser' from project 'OptionParser')
SwiftDriverJobDiscovery normal arm64 Compiling Command.swift (in target 'OptionParser' from project 'OptionParser')
SwiftDriverJobDiscovery normal arm64 Compiling Option.swift (in target 'OptionParser' from project 'OptionParser')
SwiftDriver\ Compilation OptionParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OptionParser' from project 'OptionParser')
    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 OptionParser -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.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/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-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-appletvos/OptionParser.o normal (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.o
SwiftDriverJobDiscovery normal arm64 Compiling BenchmarkIPC.swift (in target 'BenchmarkIPC' from project 'Benchmarking')
SwiftDriver\ Compilation BenchmarkIPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BenchmarkIPC' from project 'Benchmarking')
    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 BenchmarkIPC -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.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/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-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-appletvos/BenchmarkIPC.o normal (in target 'BenchmarkIPC' from project 'Benchmarking')
    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-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.o
SwiftDriverJobDiscovery normal arm64 Compiling Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriverJobDiscovery normal arm64 Compiling Output.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriverJobDiscovery normal arm64 Compiling Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriverJobDiscovery normal arm64 Compiling Run.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriverJobDiscovery normal arm64 Compiling Benchmark.swift (in target 'Benchmarking' from project 'Benchmarking')
ExtractAppIntentsMetadata (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    /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.YEnh7X/Metal.xctoolchain --module-name OptionParser --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier optionparser.OptionParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/OptionParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OptionParser.build/Debug-appletvos/OptionParser.build/Objects-normal/arm64/OptionParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-12 08:28:05.754 appintentsmetadataprocessor[722:4298] Starting appintentsmetadataprocessor export
2026-04-12 08:28:05.773 appintentsmetadataprocessor[722:4298] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Timer.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftDriver\ Compilation Benchmarking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmarking' from project 'Benchmarking')
    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 Benchmarking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.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/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'BenchmarkIPC' from project 'Benchmarking')
    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.YEnh7X/Metal.xctoolchain --module-name BenchmarkIPC --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.BenchmarkIPC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/BenchmarkIPC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/BenchmarkIPC.build/Objects-normal/arm64/BenchmarkIPC.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-12 08:28:05.754 appintentsmetadataprocessor[723:4308] Starting appintentsmetadataprocessor export
2026-04-12 08:28:05.773 appintentsmetadataprocessor[723:4308] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.o (in target 'OptionParser' from project 'OptionParser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OptionParser.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.o (in target 'BenchmarkIPC' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BenchmarkIPC.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.o normal (in target 'Benchmarking' from project 'Benchmarking')
    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-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.o
ExtractAppIntentsMetadata (in target 'Benchmarking' from project 'Benchmarking')
    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.YEnh7X/Metal.xctoolchain --module-name Benchmarking --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Benchmarking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Benchmarking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-appletvos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-12 08:28:05.834 appintentsmetadataprocessor[726:4338] Starting appintentsmetadataprocessor export
2026-04-12 08:28:05.842 appintentsmetadataprocessor[726:4338] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.o (in target 'Benchmarking' from project 'Benchmarking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Benchmarking.o
** BUILD SUCCEEDED **
2026-04-12 08:27:58.349 xcodebuild[672:4016] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "optionparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/OptionParser"
    }
  ],
  "manifest_display_name" : "Benchmarking",
  "name" : "Benchmarking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Benchmarking",
      "targets" : [
        "Benchmarking",
        "BenchmarkIPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "Benchmarking",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarking",
      "path" : "Benchmarking",
      "product_dependencies" : [
        "OptionParser"
      ],
      "product_memberships" : [
        "Benchmarking"
      ],
      "sources" : [
        "Benchmark.swift",
        "Complain.swift",
        "InputGenerator.swift",
        "Noop.swift",
        "Output.swift",
        "Run.swift",
        "Shuffle.swift",
        "Timer.swift"
      ],
      "target_dependencies" : [
        "BenchmarkIPC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkIPC",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkIPC",
      "path" : "BenchmarkIPC",
      "product_memberships" : [
        "Benchmarking"
      ],
      "sources" : [
        "BenchmarkIPC.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.