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

Successful build of DebugMenu, reference main (65188f), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 18:42:55 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugMenu -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppefoxwolf/DebugMenu.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noppefoxwolf/DebugMenu
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65188f3 Update README.md
Cloned https://github.com/noppefoxwolf/DebugMenu.git
Revision (git rev-parse @):
65188f390f93364e6e7fc9fbe029af733215d054
SUCCESS checkout https://github.com/noppefoxwolf/DebugMenu.git at main
========================================
Build
========================================
Selected platform:         iOS
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.9"
}
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
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.9"
}
{
  "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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DebugMenu -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a8872740438b79d9fca9c1e984558743
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8872740438b79d9fca9c1e984558743.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    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-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/DebugMenu.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/DebugMenu.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/DebugMenu.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DebugMenu.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/DebugMenu.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.bundle/ja.lproj
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu_DebugMenu.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu_DebugMenu.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.bundle/en.lproj
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/DebugMenu_DebugMenu.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/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

/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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\ 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\ 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\ 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

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

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

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\ 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-iphoneos/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-iphoneos/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\ 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\ 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\ 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\ 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:40: 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 self?.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

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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/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 resource_bundle_accessor.swift, DebugMenu.swift, AnyDebugItem.swift, Application.swift, DashboardItem.swift, DebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DebugMenu-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DebugMenu-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
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 SliderDebugItem.swift, ToggleDebugItem.swift, CaseSelectableTableController.swift, EnvelopePreviewTableViewController.swift, SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Compiling CustomActivityController.swift, FloatingItemGestureRecognizer.swift, L10n.swift, CPUGraphDashboardItem.swift, CPUUsageDashboardItem.swift, FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Compiling FloatingViewController.swift, InAppDebuggerViewController.swift, InAppDebuggerWindow.swift, LaunchView.swift, WidgetView.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Compiling Device.swift, CPU.swift, GPU.swift, Memory.swift, Network.swift, NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriverJobDiscovery normal arm64 Compiling GraphView.swift, IntervalTableViewCell.swift, IntervalView.swift, AppInfoDebugItem.swift, CaseSelectableDebugItem.swift, ClearCacheDebugItem.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 Compiling ToogleCell.swift, Value1TableViewCell.swift, UserDefaultsResetDebugItem.swift, ViewControllerDebugItem.swift, DebugMenuModifier.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftDriver\ Compilation 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 -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/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-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.o normal (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.o
ExtractAppIntentsMetadata (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DebugMenu --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.DebugMenu --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DebugMenu.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/DebugMenu.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-iphoneos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:42:54.280 appintentsmetadataprocessor[720:4131] Starting appintentsmetadataprocessor export
2025-04-27 11:42:54.318 appintentsmetadataprocessor[720:4131] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.o (in target 'DebugMenu' from project 'DebugMenu')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DebugMenu.o
** BUILD SUCCEEDED **
Build complete.
{
  "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.9"
}
Done.