The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DebugMenu, reference 2.0.5 (f150f7), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 18:42:47 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppefoxwolf/DebugMenu.git
Reference: 2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noppefoxwolf/DebugMenu
 * tag               2.0.5      -> FETCH_HEAD
HEAD is now at f150f76 Merge pull request #34 from maiyama18/fix/crash-on-viewcontroller-debug-item
Cloned https://github.com/noppefoxwolf/DebugMenu.git
Revision (git rev-parse @):
f150f7668920e2fc1363e4a8f47b0e14c8dfbc3a
SUCCESS checkout https://github.com/noppefoxwolf/DebugMenu.git at 2.0.5
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/noppefoxwolf/DebugMenu.git
https://github.com/noppefoxwolf/DebugMenu.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "DebugMenu",
  "name" : "DebugMenu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DebugMenu",
      "targets" : [
        "DebugMenu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebugMenuTests",
      "module_type" : "SwiftTarget",
      "name" : "DebugMenuTests",
      "path" : "Tests/DebugMenuTests",
      "sources" : [
        "DebugMenuTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DebugMenu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebugMenu",
      "module_type" : "SwiftTarget",
      "name" : "DebugMenu",
      "path" : "Sources/DebugMenu",
      "product_memberships" : [
        "DebugMenu"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        }
      ],
      "sources" : [
        "DebugMenu.swift",
        "Entity/AnyDebugItem.swift",
        "Entity/Application.swift",
        "Entity/DashboardItem.swift",
        "Entity/DebugItem.swift",
        "Entity/Device.swift",
        "Entity/Device/CPU.swift",
        "Entity/Device/GPU.swift",
        "Entity/Device/Memory.swift",
        "Entity/Device/Network.swift",
        "Entity/Device/NetworkUsage.swift",
        "Entity/Device/System.swift",
        "Entity/Envelope.swift",
        "Entity/MetricsFetcher.swift",
        "Entity/Options.swift",
        "Entity/RecentItemStore.swift",
        "Extensions/Cell+.swift",
        "Extensions/CustomActivityController.swift",
        "Extensions/FloatingItemGestureRecognizer.swift",
        "Extensions/L10n.swift",
        "Plugin/Dashboard/CPUGraphDashboardItem.swift",
        "Plugin/Dashboard/CPUUsageDashboardItem.swift",
        "Plugin/Dashboard/FPSDashboardItem.swift",
        "Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift",
        "Plugin/Dashboard/IntervalDashboardItem.swift",
        "Plugin/Dashboard/MemoryUsageDashboardItem.swift",
        "Plugin/Dashboard/NetworkUsageDashboardItem.swift",
        "Plugin/Dashboard/ThermalStateDashboardItem.swift",
        "Plugin/Dashboard/UI/GraphTableViewCell.swift",
        "Plugin/Dashboard/UI/GraphView.swift",
        "Plugin/Dashboard/UI/IntervalTableViewCell.swift",
        "Plugin/Dashboard/UI/IntervalView.swift",
        "Plugin/DebugMenu/AppInfoDebugItem.swift",
        "Plugin/DebugMenu/CaseSelectableDebugItem.swift",
        "Plugin/DebugMenu/ClearCacheDebugItem.swift",
        "Plugin/DebugMenu/DebugMenuResult.swift",
        "Plugin/DebugMenu/DeviceInfoDebugItem.swift",
        "Plugin/DebugMenu/ExitDebugItem.swift",
        "Plugin/DebugMenu/GroupDebugItem.swift",
        "Plugin/DebugMenu/KeyValueDebugItem.swift",
        "Plugin/DebugMenu/SliderDebugItem.swift",
        "Plugin/DebugMenu/ToggleDebugItem.swift",
        "Plugin/DebugMenu/UI/CaseSelectableTableController.swift",
        "Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift",
        "Plugin/DebugMenu/UI/SliderCell.swift",
        "Plugin/DebugMenu/UI/ToogleCell.swift",
        "Plugin/DebugMenu/UI/Value1TableViewCell.swift",
        "Plugin/DebugMenu/UserDefaultsResetDebugItem.swift",
        "Plugin/DebugMenu/ViewControllerDebugItem.swift",
        "SwiftUI/DebugMenuModifier.swift",
        "View/FloatingViewController.swift",
        "View/InAppDebuggerViewController.swift",
        "View/InAppDebuggerWindow.swift",
        "View/LaunchView.swift",
        "View/WidgetView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DebugMenu: /Users/admin/builder/spi-builder-workspace
resolved source packages: DebugMenu
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "DebugMenu",
  "name" : "DebugMenu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DebugMenu",
      "targets" : [
        "DebugMenu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebugMenuTests",
      "module_type" : "SwiftTarget",
      "name" : "DebugMenuTests",
      "path" : "Tests/DebugMenuTests",
      "sources" : [
        "DebugMenuTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DebugMenu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebugMenu",
      "module_type" : "SwiftTarget",
      "name" : "DebugMenu",
      "path" : "Sources/DebugMenu",
      "product_memberships" : [
        "DebugMenu"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        }
      ],
      "sources" : [
        "DebugMenu.swift",
        "Entity/AnyDebugItem.swift",
        "Entity/Application.swift",
        "Entity/DashboardItem.swift",
        "Entity/DebugItem.swift",
        "Entity/Device.swift",
        "Entity/Device/CPU.swift",
        "Entity/Device/GPU.swift",
        "Entity/Device/Memory.swift",
        "Entity/Device/Network.swift",
        "Entity/Device/NetworkUsage.swift",
        "Entity/Device/System.swift",
        "Entity/Envelope.swift",
        "Entity/MetricsFetcher.swift",
        "Entity/Options.swift",
        "Entity/RecentItemStore.swift",
        "Extensions/Cell+.swift",
        "Extensions/CustomActivityController.swift",
        "Extensions/FloatingItemGestureRecognizer.swift",
        "Extensions/L10n.swift",
        "Plugin/Dashboard/CPUGraphDashboardItem.swift",
        "Plugin/Dashboard/CPUUsageDashboardItem.swift",
        "Plugin/Dashboard/FPSDashboardItem.swift",
        "Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift",
        "Plugin/Dashboard/IntervalDashboardItem.swift",
        "Plugin/Dashboard/MemoryUsageDashboardItem.swift",
        "Plugin/Dashboard/NetworkUsageDashboardItem.swift",
        "Plugin/Dashboard/ThermalStateDashboardItem.swift",
        "Plugin/Dashboard/UI/GraphTableViewCell.swift",
        "Plugin/Dashboard/UI/GraphView.swift",
        "Plugin/Dashboard/UI/IntervalTableViewCell.swift",
        "Plugin/Dashboard/UI/IntervalView.swift",
        "Plugin/DebugMenu/AppInfoDebugItem.swift",
        "Plugin/DebugMenu/CaseSelectableDebugItem.swift",
        "Plugin/DebugMenu/ClearCacheDebugItem.swift",
        "Plugin/DebugMenu/DebugMenuResult.swift",
        "Plugin/DebugMenu/DeviceInfoDebugItem.swift",
        "Plugin/DebugMenu/ExitDebugItem.swift",
        "Plugin/DebugMenu/GroupDebugItem.swift",
        "Plugin/DebugMenu/KeyValueDebugItem.swift",
        "Plugin/DebugMenu/SliderDebugItem.swift",
        "Plugin/DebugMenu/ToggleDebugItem.swift",
        "Plugin/DebugMenu/UI/CaseSelectableTableController.swift",
        "Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift",
        "Plugin/DebugMenu/UI/SliderCell.swift",
        "Plugin/DebugMenu/UI/ToogleCell.swift",
        "Plugin/DebugMenu/UI/Value1TableViewCell.swift",
        "Plugin/DebugMenu/UserDefaultsResetDebugItem.swift",
        "Plugin/DebugMenu/ViewControllerDebugItem.swift",
        "SwiftUI/DebugMenuModifier.swift",
        "View/FloatingViewController.swift",
        "View/InAppDebuggerViewController.swift",
        "View/InAppDebuggerWindow.swift",
        "View/LaunchView.swift",
        "View/WidgetView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DebugMenu"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugMenu -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DebugMenu -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  DebugMenu: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DebugMenu' in project 'DebugMenu'
        ➜ Explicit dependency on target 'DebugMenu' in project 'DebugMenu'
        ➜ Explicit dependency on target 'DebugMenu_DebugMenu' in project 'DebugMenu'
    Target 'DebugMenu' in project 'DebugMenu'
        ➜ Explicit dependency on target 'DebugMenu_DebugMenu' in project 'DebugMenu'
    Target 'DebugMenu_DebugMenu' in project 'DebugMenu' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3ad073c65f746a2c2ef9d1828b81aed6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3ad073c65f746a2c2ef9d1828b81aed6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyMetadataFileList (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.modulemap (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-OutputFileMap.json (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftConstValuesFileList (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyStaticMetadataFileList (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.LinkFileList (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.DependencyStaticMetadataFileList (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.DependencyMetadataFileList (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DebugMenu.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.modulemap (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/DebugMenu.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/en.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/en.lproj/Localizable.strings (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    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/Sources/DebugMenu/Resource/en.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/en.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/ja.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/ja.lproj/Localizable.strings (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    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/Sources/DebugMenu/Resource/ja.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/ja.lproj
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle
SwiftDriver DebugMenu normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DebugMenu -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ DebugMenu.swift,\ AnyDebugItem.swift,\ Application.swift,\ DashboardItem.swift,\ DebugItem.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: warning: call to main actor-isolated static method 'install(windowScene:debuggerItems:dashboardItems:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        InAppDebuggerWindow.install(
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift:10:26: note: calls to static method 'install(windowScene:debuggerItems:dashboardItems:options:)' from outside of its actor context are implicitly asynchronous
    internal static func install(
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift:10:26: note: main actor isolation inferred from inheritance from class 'UIWindow'
    internal static func install(
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:5:24: note: add '@MainActor' to make static method 'install(windowScene:items:dashboardItems:options:)' part of global actor 'MainActor'
    public static func install(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: warning: sending 'items' risks causing data races; this is an error in the Swift 6 language mode
        InAppDebuggerWindow.install(
        ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: note: sending task-isolated 'items' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        InAppDebuggerWindow.install(
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: warning: sending 'dashboardItems' risks causing data races; this is an error in the Swift 6 language mode
        InAppDebuggerWindow.install(
        ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: note: sending task-isolated 'dashboardItems' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        InAppDebuggerWindow.install(
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: warning: sending 'options' risks causing data races; this is an error in the Swift 6 language mode
        InAppDebuggerWindow.install(
        ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:11:29: note: sending task-isolated 'options' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        InAppDebuggerWindow.install(
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var current: Application = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    public static var current: Application = .init()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    public static var current: Application = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var current: Application = .init()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ GraphView.swift,\ IntervalTableViewCell.swift,\ IntervalView.swift,\ AppInfoDebugItem.swift,\ CaseSelectableDebugItem.swift,\ ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift:6:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var action: DebugItemAction = .didSelect { parent in
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift:7:18: warning: no 'async' operations occur within 'await' expression
        let vc = await EnvelopePreviewTableViewController {
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift:7:59: warning: sending 'currentValue' risks causing data races; this is an error in the Swift 6 language mode
            let vc = await CaseSelectableTableController<T>(
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift:7:59: note: sending task-isolated 'currentValue' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            let vc = await CaseSelectableTableController<T>(
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift:7:59: warning: sending 'didSelected' risks causing data races; this is an error in the Swift 6 language mode
            let vc = await CaseSelectableTableController<T>(
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift:7:59: note: sending task-isolated 'didSelected' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            let vc = await CaseSelectableTableController<T>(
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GPUMemoryUsageDashboardItem.swift,\ IntervalDashboardItem.swift,\ MemoryUsageDashboardItem.swift,\ NetworkUsageDashboardItem.swift,\ ThermalStateDashboardItem.swift,\ GraphTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var current: Application = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    public static var current: Application = .init()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    public static var current: Application = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift:4:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var current: Application = .init()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Device' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let current: Device = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:3:14: note: class 'Device' does not conform to the 'Sendable' protocol
public class Device {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:4:23: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    public static let current: Device = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:4:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let current: Device = .init()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var current: GPU = .init()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    static var current: GPU = .init()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    static var current: GPU = .init()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var current: GPU = .init()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var `default`: [Options] = [.showsRecentItems]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    public static var `default`: [Options] = [.showsRecentItems]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static var `default`: [Options] = [.showsRecentItems]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var `default`: [Options] = [.showsRecentItems]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift:6:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var action: DebugItemAction = .didSelect { parent in
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift:7:18: warning: no 'async' operations occur within 'await' expression
        let vc = await EnvelopePreviewTableViewController {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift:6:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var action: DebugItemAction = .didSelect { parent in
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift:7:18: warning: no 'async' operations occur within 'await' expression
        let vc = await EnvelopePreviewTableViewController {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:8:14: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
    lazy var dataSource: UICollectionViewDiffableDataSource<Section, AnyDebugItem> = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:8:86: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
    lazy var dataSource: UICollectionViewDiffableDataSource<Section, AnyDebugItem> = {
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
SwiftCompile normal arm64 Compiling\ FloatingViewController.swift,\ InAppDebuggerViewController.swift,\ InAppDebuggerWindow.swift,\ LaunchView.swift,\ WidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift (in target 'DebugMenu' from project 'DebugMenu')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/supplementaryOutputs-10 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DebugMenu -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/FloatingViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerWindow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/LaunchView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/WidgetView.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/FloatingViewController.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerViewController.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerWindow.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/LaunchView.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/WidgetView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:85:57: error: 'selectedDetentIdentifier' is unavailable in visionOS
                        nc.sheetPresentationController?.selectedDetentIdentifier = .medium
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:140:85: note: 'selectedDetentIdentifier' has been explicitly marked unavailable here
@property (nonatomic, copy, nullable) UISheetPresentationControllerDetentIdentifier selectedDetentIdentifier API_UNAVAILABLE(visionos);
                                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:85:85: error: 'medium' is unavailable in visionOS
                        nc.sheetPresentationController?.selectedDetentIdentifier = .medium
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:20:66: note: 'medium' has been explicitly marked unavailable here
UIKIT_EXTERN const UISheetPresentationControllerDetentIdentifier UISheetPresentationControllerDetentIdentifierMedium API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos, visionos);
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:86:57: error: 'detents' is unavailable in visionOS
                        nc.sheetPresentationController?.detents = [.medium(), .large()]
                                                        ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:131:77: note: 'detents' has been explicitly marked unavailable here
@property (nonatomic, copy) NSArray<UISheetPresentationControllerDetent *> *detents API_UNAVAILABLE(visionos);
                                                                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:8:14: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
    lazy var dataSource: UICollectionViewDiffableDataSource<Section, AnyDebugItem> = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:8:86: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
    lazy var dataSource: UICollectionViewDiffableDataSource<Section, AnyDebugItem> = {
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:171:23: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
        dataSource = .init(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:227:37: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
                    self.dataSource.sectionIdentifier(for: indexPath.section)?.title
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:238:20: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
        dataSource.supplementaryViewProvider = {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:195:56: warning: non-sendable result type 'DebugMenuResult' cannot be sent from nonisolated context in call to let 'onChange'; this is an error in the Swift 6 language mode
                                    let result = await onChange(value)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift:3:13: note: consider making enum 'DebugMenuResult' conform to the 'Sendable' protocol
public enum DebugMenuResult {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:209:56: warning: non-sendable result type 'DebugMenuResult' cannot be sent from nonisolated context in call to let 'onChange'; this is an error in the Swift 6 language mode
                                    let result = await onChange(value)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift:3:13: note: consider making enum 'DebugMenuResult' conform to the 'Sendable' protocol
public enum DebugMenuResult {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:248:24: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
        var snapshot = NSDiffableDataSourceSnapshot<Section, AnyDebugItem>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:248:74: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        var snapshot = NSDiffableDataSourceSnapshot<Section, AnyDebugItem>()
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:248:13: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
        var snapshot = NSDiffableDataSourceSnapshot<Section, AnyDebugItem>()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:251:22: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            snapshot.appendSections([Section.items])
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:255:22: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            snapshot.appendItems(filteredItems, toSection: .items)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:259:26: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                snapshot.appendSections([Section.recent])
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:260:26: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                snapshot.appendItems(recentItems, toSection: .recent)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:262:22: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            snapshot.appendSections([Section.items])
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:263:22: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            snapshot.appendItems(debuggerItems, toSection: .items)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:266:20: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
        dataSource.apply(snapshot)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:274:35: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
            let item = dataSource.itemIdentifier(for: indexPath)!
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:279:40: warning: non-sendable result type 'DebugMenuResult' cannot be sent from nonisolated context in call to let 'action'; this is an error in the Swift 6 language mode
                    let result = await action(self)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift:3:13: note: consider making enum 'DebugMenuResult' conform to the 'Sendable' protocol
public enum DebugMenuResult {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:284:40: warning: non-sendable result type 'DebugMenuResult' cannot be sent from nonisolated context in call to let 'action'; this is an error in the Swift 6 language mode
                    let result = await action()
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift:3:13: note: consider making enum 'DebugMenuResult' conform to the 'Sendable' protocol
public enum DebugMenuResult {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:302:35: warning: type 'AnyDebugItem' does not conform to the 'Sendable' protocol
            let item = dataSource.itemIdentifier(for: indexPath)!
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift:3:8: note: consider making struct 'AnyDebugItem' conform to the 'Sendable' protocol
struct AnyDebugItem: Hashable, Identifiable, DebugItem {
       ^
                                                      , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift:19:51: error: 'UIScreen' is unavailable in visionOS
                    ?? InAppDebuggerWindow(frame: UIScreen.main.bounds)
                                                  ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ System.swift,\ Envelope.swift,\ MetricsFetcher.swift,\ Options.swift,\ RecentItemStore.swift,\ Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var `default`: [Options] = [.showsRecentItems]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    public static var `default`: [Options] = [.showsRecentItems]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static var `default`: [Options] = [.showsRecentItems]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var `default`: [Options] = [.showsRecentItems]
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CustomActivityController.swift,\ FloatingItemGestureRecognizer.swift,\ L10n.swift,\ CPUGraphDashboardItem.swift,\ CPUUsageDashboardItem.swift,\ FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift:30:14: warning: call to main actor-isolated instance method 'removeTarget(_:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.removeTarget(self, action: #selector(pan(_:)))
             ^
UIKit.UIGestureRecognizer.removeTarget:2:22: note: calls to instance method 'removeTarget(_:action:)' from outside of its actor context are implicitly asynchronous
@MainActor open func removeTarget(_ target: Any?, action: Selector?)}
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Device.swift,\ CPU.swift,\ GPU.swift,\ Memory.swift,\ Network.swift,\ NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Device' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let current: Device = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:3:14: note: class 'Device' does not conform to the 'Sendable' protocol
public class Device {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:4:23: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    public static let current: Device = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:4:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let current: Device = .init()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:7:26: warning: main actor-isolated property 'localizedModel' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.localizedModel
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:41:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *localizedModel;    // localized version of model
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:7:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.localizedModel
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:11:26: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.model
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:40:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *model;             // e.g. @"iPhone", @"iPod touch"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:11:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.model
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:15:26: warning: main actor-isolated property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.name
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:39:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *name;              // Synonym for model. Prior to iOS 16, user-assigned device name (e.g. @"My iPhone").
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:15:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.name
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:19:26: warning: main actor-isolated property 'systemName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.systemName
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:42:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemName;        // e.g. @"iOS"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:19:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.systemName
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:23:26: warning: main actor-isolated property 'systemVersion' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.systemVersion
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:43:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemVersion;     // e.g. @"4.0"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:23:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.systemVersion
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:31:26: warning: main actor-isolated property 'batteryLevel' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.batteryLevel
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:54:61: note: property declared here
@property(nonatomic,readonly) float                         batteryLevel API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos);  // 0 .. 1.0. -1.0 if UIDeviceBatteryStateUnknown
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:31:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.batteryLevel
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:35:26: warning: main actor-isolated property 'batteryState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.batteryState
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:53:61: note: property declared here
@property(nonatomic,readonly) UIDeviceBatteryState          batteryState API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos);  // UIDeviceBatteryStateUnknown if monitoring disabled
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:35:18: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIDevice.current.batteryState
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var current: GPU = .init()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    static var current: GPU = .init()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    static var current: GPU = .init()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift:5:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var current: GPU = .init()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DebugMenuResult.swift,\ DeviceInfoDebugItem.swift,\ ExitDebugItem.swift,\ GroupDebugItem.swift,\ KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift:6:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var action: DebugItemAction = .didSelect { parent in
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift:7:18: warning: no 'async' operations occur within 'await' expression
        let vc = await EnvelopePreviewTableViewController {
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift:16:28: warning: sending value of non-Sendable type '[AnyGroupDebugItem]' risks causing data races; this is an error in the Swift 6 language mode
            let vc = await InAppDebuggerViewController(
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift:16:28: note: sending task-isolated value of non-Sendable type '[AnyGroupDebugItem]' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
            let vc = await InAppDebuggerViewController(
                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift:10:28: warning: sending 'fetcher' risks causing data races; this is an error in the Swift 6 language mode
            let vc = await EnvelopePreviewTableViewController(fetcher: fetcher)
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift:10:28: note: sending task-isolated 'fetcher' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            let vc = await EnvelopePreviewTableViewController(fetcher: fetcher)
                           ^
SwiftCompile normal arm64 Compiling\ SliderDebugItem.swift,\ ToggleDebugItem.swift,\ CaseSelectableTableController.swift,\ EnvelopePreviewTableViewController.swift,\ SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:42:34: warning: reference to property 'fetcher' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in the Swift 6 language mode
            let envelops = await fetcher()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:42:34: warning: non-sendable result type '[Envelope]' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
            let envelops = await fetcher()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift:3:15: note: consider making struct 'Envelope' conform to the 'Sendable' protocol
public struct Envelope {
              ^
                       : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ToogleCell.swift,\ Value1TableViewCell.swift,\ UserDefaultsResetDebugItem.swift,\ ViewControllerDebugItem.swift,\ DebugMenuModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for DebugMenu (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriver\ Compilation\ Requirements DebugMenu normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DebugMenu -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DebugMenuResult.swift, DeviceInfoDebugItem.swift, ExitDebugItem.swift, GroupDebugItem.swift, KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DebugMenu-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DebugMenu-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftdoc (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.abi.json (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling System.swift, Envelope.swift, MetricsFetcher.swift, Options.swift, RecentItemStore.swift, Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftsourceinfo (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ FloatingViewController.swift,\ InAppDebuggerViewController.swift,\ InAppDebuggerWindow.swift,\ LaunchView.swift,\ WidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift (in target 'DebugMenu' from project 'DebugMenu')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift (in target 'DebugMenu' from project 'DebugMenu')
	Building workspace spi-builder-workspace with scheme DebugMenu
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DebugMenu: /Users/admin/builder/spi-builder-workspace
resolved source packages: DebugMenu
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "DebugMenu",
  "name" : "DebugMenu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DebugMenu",
      "targets" : [
        "DebugMenu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebugMenuTests",
      "module_type" : "SwiftTarget",
      "name" : "DebugMenuTests",
      "path" : "Tests/DebugMenuTests",
      "sources" : [
        "DebugMenuTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DebugMenu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebugMenu",
      "module_type" : "SwiftTarget",
      "name" : "DebugMenu",
      "path" : "Sources/DebugMenu",
      "product_memberships" : [
        "DebugMenu"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        }
      ],
      "sources" : [
        "DebugMenu.swift",
        "Entity/AnyDebugItem.swift",
        "Entity/Application.swift",
        "Entity/DashboardItem.swift",
        "Entity/DebugItem.swift",
        "Entity/Device.swift",
        "Entity/Device/CPU.swift",
        "Entity/Device/GPU.swift",
        "Entity/Device/Memory.swift",
        "Entity/Device/Network.swift",
        "Entity/Device/NetworkUsage.swift",
        "Entity/Device/System.swift",
        "Entity/Envelope.swift",
        "Entity/MetricsFetcher.swift",
        "Entity/Options.swift",
        "Entity/RecentItemStore.swift",
        "Extensions/Cell+.swift",
        "Extensions/CustomActivityController.swift",
        "Extensions/FloatingItemGestureRecognizer.swift",
        "Extensions/L10n.swift",
        "Plugin/Dashboard/CPUGraphDashboardItem.swift",
        "Plugin/Dashboard/CPUUsageDashboardItem.swift",
        "Plugin/Dashboard/FPSDashboardItem.swift",
        "Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift",
        "Plugin/Dashboard/IntervalDashboardItem.swift",
        "Plugin/Dashboard/MemoryUsageDashboardItem.swift",
        "Plugin/Dashboard/NetworkUsageDashboardItem.swift",
        "Plugin/Dashboard/ThermalStateDashboardItem.swift",
        "Plugin/Dashboard/UI/GraphTableViewCell.swift",
        "Plugin/Dashboard/UI/GraphView.swift",
        "Plugin/Dashboard/UI/IntervalTableViewCell.swift",
        "Plugin/Dashboard/UI/IntervalView.swift",
        "Plugin/DebugMenu/AppInfoDebugItem.swift",
        "Plugin/DebugMenu/CaseSelectableDebugItem.swift",
        "Plugin/DebugMenu/ClearCacheDebugItem.swift",
        "Plugin/DebugMenu/DebugMenuResult.swift",
        "Plugin/DebugMenu/DeviceInfoDebugItem.swift",
        "Plugin/DebugMenu/ExitDebugItem.swift",
        "Plugin/DebugMenu/GroupDebugItem.swift",
        "Plugin/DebugMenu/KeyValueDebugItem.swift",
        "Plugin/DebugMenu/SliderDebugItem.swift",
        "Plugin/DebugMenu/ToggleDebugItem.swift",
        "Plugin/DebugMenu/UI/CaseSelectableTableController.swift",
        "Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift",
        "Plugin/DebugMenu/UI/SliderCell.swift",
        "Plugin/DebugMenu/UI/ToogleCell.swift",
        "Plugin/DebugMenu/UI/Value1TableViewCell.swift",
        "Plugin/DebugMenu/UserDefaultsResetDebugItem.swift",
        "Plugin/DebugMenu/ViewControllerDebugItem.swift",
        "SwiftUI/DebugMenuModifier.swift",
        "View/FloatingViewController.swift",
        "View/InAppDebuggerViewController.swift",
        "View/InAppDebuggerWindow.swift",
        "View/LaunchView.swift",
        "View/WidgetView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DebugMenu"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugMenu -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DebugMenu -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  DebugMenu: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DebugMenu' in project 'DebugMenu'
        ➜ Explicit dependency on target 'DebugMenu' in project 'DebugMenu'
        ➜ Explicit dependency on target 'DebugMenu_DebugMenu' in project 'DebugMenu'
    Target 'DebugMenu' in project 'DebugMenu'
        ➜ Explicit dependency on target 'DebugMenu_DebugMenu' in project 'DebugMenu'
    Target 'DebugMenu_DebugMenu' in project 'DebugMenu' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b0531b21729d3cf9119cc304f442ea5e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b0531b21729d3cf9119cc304f442ea5e.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist (in target 'DebugMenu_DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu_DebugMenu.bundle/Info.plist
SwiftDriver DebugMenu normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DebugMenu -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Device.swift,\ CPU.swift,\ GPU.swift,\ Memory.swift,\ Network.swift,\ NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ ToogleCell.swift,\ Value1TableViewCell.swift,\ UserDefaultsResetDebugItem.swift,\ ViewControllerDebugItem.swift,\ DebugMenuModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ CustomActivityController.swift,\ FloatingItemGestureRecognizer.swift,\ L10n.swift,\ CPUGraphDashboardItem.swift,\ CPUUsageDashboardItem.swift,\ FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GPUMemoryUsageDashboardItem.swift,\ IntervalDashboardItem.swift,\ MemoryUsageDashboardItem.swift,\ NetworkUsageDashboardItem.swift,\ ThermalStateDashboardItem.swift,\ GraphTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GraphView.swift,\ IntervalTableViewCell.swift,\ IntervalView.swift,\ AppInfoDebugItem.swift,\ CaseSelectableDebugItem.swift,\ ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ SliderDebugItem.swift,\ ToggleDebugItem.swift,\ CaseSelectableTableController.swift,\ EnvelopePreviewTableViewController.swift,\ SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FloatingViewController.swift,\ InAppDebuggerViewController.swift,\ InAppDebuggerWindow.swift,\ LaunchView.swift,\ WidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift (in target 'DebugMenu' from project 'DebugMenu')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/supplementaryOutputs-10 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DebugMenu -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/FloatingViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerWindow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/LaunchView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/WidgetView.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/FloatingViewController.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerViewController.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/InAppDebuggerWindow.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/LaunchView.o -index-unit-output-path /DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/WidgetView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:85:57: error: 'selectedDetentIdentifier' is unavailable in visionOS
                        nc.sheetPresentationController?.selectedDetentIdentifier = .medium
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:140:85: note: 'selectedDetentIdentifier' has been explicitly marked unavailable here
@property (nonatomic, copy, nullable) UISheetPresentationControllerDetentIdentifier selectedDetentIdentifier API_UNAVAILABLE(visionos);
                                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:85:85: error: 'medium' is unavailable in visionOS
                        nc.sheetPresentationController?.selectedDetentIdentifier = .medium
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:20:66: note: 'medium' has been explicitly marked unavailable here
UIKIT_EXTERN const UISheetPresentationControllerDetentIdentifier UISheetPresentationControllerDetentIdentifierMedium API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos, visionos);
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:86:57: error: 'detents' is unavailable in visionOS
                        nc.sheetPresentationController?.detents = [.medium(), .large()]
                                                        ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:131:77: note: 'detents' has been explicitly marked unavailable here
@property (nonatomic, copy) NSArray<UISheetPresentationControllerDetent *> *detents API_UNAVAILABLE(visionos);
                                                                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift:19:51: error: 'UIScreen' is unavailable in visionOS
                    ?? InAppDebuggerWindow(frame: UIScreen.main.bounds)
                                                  ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ System.swift,\ Envelope.swift,\ MetricsFetcher.swift,\ Options.swift,\ RecentItemStore.swift,\ Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DebugMenuResult.swift,\ DeviceInfoDebugItem.swift,\ ExitDebugItem.swift,\ GroupDebugItem.swift,\ KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ DebugMenu.swift,\ AnyDebugItem.swift,\ Application.swift,\ DashboardItem.swift,\ DebugItem.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling System.swift, Envelope.swift, MetricsFetcher.swift, Options.swift, RecentItemStore.swift, Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Compiling DebugMenuResult.swift, DeviceInfoDebugItem.swift, ExitDebugItem.swift, GroupDebugItem.swift, KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Compiling GPUMemoryUsageDashboardItem.swift, IntervalDashboardItem.swift, MemoryUsageDashboardItem.swift, NetworkUsageDashboardItem.swift, ThermalStateDashboardItem.swift, GraphTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Emitting module for DebugMenu (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriver\ Compilation\ Requirements DebugMenu normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DebugMenu -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.abi.json (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftsourceinfo (in target 'DebugMenu' from project 'DebugMenu')
    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/DebugMenu.build/Debug-xros/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DebugMenu.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Device.swift, CPU.swift, GPU.swift, Memory.swift, Network.swift, NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ FloatingViewController.swift,\ InAppDebuggerViewController.swift,\ InAppDebuggerWindow.swift,\ LaunchView.swift,\ WidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift (in target 'DebugMenu' from project 'DebugMenu')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift (in target 'DebugMenu' from project 'DebugMenu')
	Building workspace spi-builder-workspace with scheme DebugMenu
(4 failures)
BUILD FAILURE 6.1 visionOS