Build Information
Failed to build DebugMenu, reference 2.0.5 (f150f7
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 20 Jun 2025 10:59:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugMenu -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppefoxwolf/DebugMenu.git
Reference: 2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noppefoxwolf/DebugMenu
* tag 2.0.5 -> FETCH_HEAD
HEAD is now at f150f76 Merge pull request #34 from maiyama18/fix/crash-on-viewcontroller-debug-item
Cloned https://github.com/noppefoxwolf/DebugMenu.git
Revision (git rev-parse @):
f150f7668920e2fc1363e4a8f47b0e14c8dfbc3a
SUCCESS checkout https://github.com/noppefoxwolf/DebugMenu.git at 2.0.5
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/noppefoxwolf/DebugMenu.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DebugMenu"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugMenu -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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=tvOS
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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2e54febcc9d40a06b8bbfc7da0b2acda
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2e54febcc9d40a06b8bbfc7da0b2acda.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.build/DebugMenu_DebugMenu.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/DebugMenu.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/DebugMenu.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/DebugMenu.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DebugMenu.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/DebugMenu.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DebugMenu_DebugMenu.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.build/empty-DebugMenu_DebugMenu.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DebugMenu_DebugMenu.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.bundle/ja.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.bundle/en.lproj
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/DebugMenu_DebugMenu.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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-26.0.0-Beta.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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos14.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EASIRY8XHHQJ3YRARD7QTNXC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-8V189YF8NPYQ8W15OXOMANLGY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AB57J0X8UXJ6EYW3A82W8WEPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-ARZU5ONE6DRMFD35AP9HSK69Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9CL4C0NWSJAZ2OHAZ0M9LSLLC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-5V9TWTJUEWN0N566W6KPDBMEN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-541TOOT0518GCI4KLSEHEG94I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-D4Q9PQUH71WNTGTSVGPNOND8J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ALM7SKT414KKRQINZOM6314Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-O9TU80G5DO9W2CFYAA6U316Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4QALTV7M0SARGPI9I4OW3TFNT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2QS3K92NBW87HYSVJ582SX1NE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4OQQOX310UB0KG2J1CPZ7BISO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-91PXQE4K33CAV83K3OPZOICII.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-44CZHIF4XMQNXBVOUP0JWDC02.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-EOLFKM2RTEU3A1Y2D5Z676KCX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-E2UF1JPKFLE3IIXCEW36I880G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-BPVKMQSDPN8NF9KSITJQIBY12.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BRNYGK24RLR224PCXFA1SCBFG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6SJ7VQ53YNILF5M2YQP1FPLRB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-8GOI66LLSUIKZ80IEARJK87BV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-17SW2XP68FXVPR50UFO2DN775.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-9ULAXHR13V3WOD7L0A0B0OEI6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-8G0XZEZONF9AGXS50PZ2FA7CD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-2TJRFV4C78OXLCV50R3SK6DQN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3KJPTTAP0BQDTA5D9GK6QM7IT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-C38QSR75CQLOI3D5QDP1OHKDO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-8XSZIZKBO3T6B1DXCLTDM8PML.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-E90ZG8CBWD37T29NSYGZ1FJ7M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7MDTQIS6PKQ7UVBXK6JICGLKZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-BZ79ZF3MGHB00WRYSCDBDUMPZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-ASAND2OIZYJBWFV81UIT4X1KJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9JN1CBWYC5ZAVWSK8TCGKFE9I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-ECOAKDB8A3MIGVQRE56F17W7H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-AJKN8T6YQ1IL80DS60TAO26HF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-5SI6Z84W3IL5EPCK2WBJNOYAO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-199ODQKG51TMNQHRPNY8X4GE7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-8AVFAQXZ6CIRS6UEV13UWBGCA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-4UTW91UWCMGZPYY03J1M0PT09.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-66M4ZMA4LL6UOA6M90Q5TBMHT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-4DIR9B5FKYA6XGWKOD8CVEVLQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-9HPQHNG92WSRF1HG0HHUJCE8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-CMQLH12TDG5L3OUW8KNWGX6HS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-DMQ42EFU2LZYDJOO6X4I3BVR1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-5LLS5R3BMD9V1J41QLAHABL77.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-28DSSTDMPAU4NXO6KIG1JSDJ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-2JXS8AJW0HKYPBN5MQS91N7LU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-1VS29RRCM4D6IPJM2BKWD7ITI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-2HRRWP6MD70D8Q8Z3V5JMD01A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-72RIKI3512UO3LVPYHEXIF3C8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-A1PMS5XYSSES7Z30UQCOS003I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-F21SUVLP6DUM0AP3VTPOVS5YU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-183O1MQDBT7850S55LQ72DOOH.pcm
SwiftCompile normal arm64 Compiling\ ToogleCell.swift,\ Value1TableViewCell.swift,\ UserDefaultsResetDebugItem.swift,\ ViewControllerDebugItem.swift,\ DebugMenuModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CustomActivityController.swift,\ FloatingItemGestureRecognizer.swift,\ L10n.swift,\ CPUGraphDashboardItem.swift,\ CPUUsageDashboardItem.swift,\ FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DebugMenu (in target 'DebugMenu' from project 'DebugMenu')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift /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 -target arm64-apple-tvos14.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DebugMenu -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.abi.json
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/Device.swift:34:39: error: 'BatteryState' is unavailable in tvOS
public var batteryState: UIDevice.BatteryState {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:15:28: note: 'BatteryState' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIDeviceBatteryState) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift:3:37: error: 'UIActivityViewController' is unavailable in tvOS
class CustomActivityViewController: UIActivityViewController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h:26:79: note: 'UIActivityViewController' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivityViewController : UIViewController
^
SwiftCompile normal arm64 Compiling\ SliderDebugItem.swift,\ ToggleDebugItem.swift,\ CaseSelectableTableController.swift,\ EnvelopePreviewTableViewController.swift,\ SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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-appletvos/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-appletvos/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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\ 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
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\ DebugMenuResult.swift,\ DeviceInfoDebugItem.swift,\ ExitDebugItem.swift,\ GroupDebugItem.swift,\ KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ System.swift,\ Envelope.swift,\ MetricsFetcher.swift,\ Options.swift,\ RecentItemStore.swift,\ Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Device.swift,\ CPU.swift,\ GPU.swift,\ Memory.swift,\ Network.swift,\ NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ DebugMenu (in target 'DebugMenu' from project 'DebugMenu')
EmitSwiftModule normal arm64 (in target 'DebugMenu' from project 'DebugMenu')
Building workspace spi-builder-workspace with scheme DebugMenu
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
DebugMenu: /Users/admin/builder/spi-builder-workspace
resolved source packages: DebugMenu
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "DebugMenu",
"name" : "DebugMenu",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DebugMenu",
"targets" : [
"DebugMenu"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DebugMenuTests",
"module_type" : "SwiftTarget",
"name" : "DebugMenuTests",
"path" : "Tests/DebugMenuTests",
"sources" : [
"DebugMenuTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DebugMenu"
],
"type" : "test"
},
{
"c99name" : "DebugMenu",
"module_type" : "SwiftTarget",
"name" : "DebugMenu",
"path" : "Sources/DebugMenu",
"product_memberships" : [
"DebugMenu"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Resource/ja.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ja"
}
}
}
],
"sources" : [
"DebugMenu.swift",
"Entity/AnyDebugItem.swift",
"Entity/Application.swift",
"Entity/DashboardItem.swift",
"Entity/DebugItem.swift",
"Entity/Device.swift",
"Entity/Device/CPU.swift",
"Entity/Device/GPU.swift",
"Entity/Device/Memory.swift",
"Entity/Device/Network.swift",
"Entity/Device/NetworkUsage.swift",
"Entity/Device/System.swift",
"Entity/Envelope.swift",
"Entity/MetricsFetcher.swift",
"Entity/Options.swift",
"Entity/RecentItemStore.swift",
"Extensions/Cell+.swift",
"Extensions/CustomActivityController.swift",
"Extensions/FloatingItemGestureRecognizer.swift",
"Extensions/L10n.swift",
"Plugin/Dashboard/CPUGraphDashboardItem.swift",
"Plugin/Dashboard/CPUUsageDashboardItem.swift",
"Plugin/Dashboard/FPSDashboardItem.swift",
"Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift",
"Plugin/Dashboard/IntervalDashboardItem.swift",
"Plugin/Dashboard/MemoryUsageDashboardItem.swift",
"Plugin/Dashboard/NetworkUsageDashboardItem.swift",
"Plugin/Dashboard/ThermalStateDashboardItem.swift",
"Plugin/Dashboard/UI/GraphTableViewCell.swift",
"Plugin/Dashboard/UI/GraphView.swift",
"Plugin/Dashboard/UI/IntervalTableViewCell.swift",
"Plugin/Dashboard/UI/IntervalView.swift",
"Plugin/DebugMenu/AppInfoDebugItem.swift",
"Plugin/DebugMenu/CaseSelectableDebugItem.swift",
"Plugin/DebugMenu/ClearCacheDebugItem.swift",
"Plugin/DebugMenu/DebugMenuResult.swift",
"Plugin/DebugMenu/DeviceInfoDebugItem.swift",
"Plugin/DebugMenu/ExitDebugItem.swift",
"Plugin/DebugMenu/GroupDebugItem.swift",
"Plugin/DebugMenu/KeyValueDebugItem.swift",
"Plugin/DebugMenu/SliderDebugItem.swift",
"Plugin/DebugMenu/ToggleDebugItem.swift",
"Plugin/DebugMenu/UI/CaseSelectableTableController.swift",
"Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift",
"Plugin/DebugMenu/UI/SliderCell.swift",
"Plugin/DebugMenu/UI/ToogleCell.swift",
"Plugin/DebugMenu/UI/Value1TableViewCell.swift",
"Plugin/DebugMenu/UserDefaultsResetDebugItem.swift",
"Plugin/DebugMenu/ViewControllerDebugItem.swift",
"SwiftUI/DebugMenuModifier.swift",
"View/FloatingViewController.swift",
"View/InAppDebuggerViewController.swift",
"View/InAppDebuggerWindow.swift",
"View/LaunchView.swift",
"View/WidgetView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DebugMenu"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugMenu -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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=tvOS
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
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
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-26.0.0-Beta.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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos14.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/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\ 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
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift:3:37: error: 'UIActivityViewController' is unavailable in tvOS
class CustomActivityViewController: UIActivityViewController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h:26:79: note: 'UIActivityViewController' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivityViewController : UIViewController
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/FloatingItemGestureRecognizer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/L10n.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUGraphDashboardItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/CPUUsageDashboardItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/FPSDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/GPUMemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/IntervalDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/MemoryUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/NetworkUsageDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/ThermalStateDashboardItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/ToogleCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/Value1TableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UserDefaultsResetDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ViewControllerDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/SwiftUI/DebugMenuModifier.swift /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/supplementaryOutputs-4 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64 -target arm64-apple-tvos14.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/DebugMenu_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DebugMenu -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/CustomActivityController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/FloatingItemGestureRecognizer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/L10n.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/CPUGraphDashboardItem.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/CPUUsageDashboardItem.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/FPSDashboardItem.o -index-unit-output-path /DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/CustomActivityController.o -index-unit-output-path /DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/FloatingItemGestureRecognizer.o -index-unit-output-path /DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/L10n.o -index-unit-output-path /DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/CPUGraphDashboardItem.o -index-unit-output-path /DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/CPUUsageDashboardItem.o -index-unit-output-path /DebugMenu.build/Debug-appletvos/DebugMenu.build/Objects-normal/arm64/FPSDashboardItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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\ DebugMenuResult.swift,\ DeviceInfoDebugItem.swift,\ ExitDebugItem.swift,\ GroupDebugItem.swift,\ KeyValueDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DebugMenuResult.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/DeviceInfoDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ExitDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/GroupDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/KeyValueDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ DebugMenu.swift,\ AnyDebugItem.swift,\ Application.swift,\ DashboardItem.swift,\ DebugItem.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DebugMenu.build/Debug-appletvos/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-appletvos/DebugMenu.build/DerivedSources/resource_bundle_accessor.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/AnyDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Application.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DashboardItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/DebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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:34:39: error: 'BatteryState' is unavailable in tvOS
public var batteryState: UIDevice.BatteryState {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:15:28: note: 'BatteryState' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIDeviceBatteryState) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device.swift:31:26: error: 'batteryLevel' is unavailable in tvOS
UIDevice.current.batteryLevel
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:54:61: note: 'batteryLevel' has been explicitly marked unavailable 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:35:26: error: 'batteryState' is unavailable in tvOS
UIDevice.current.batteryState
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:53:61: note: 'batteryState' has been explicitly marked unavailable here
@property(nonatomic,readonly) UIDeviceBatteryState batteryState API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos); // UIDeviceBatteryStateUnknown if monitoring disabled
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/CPU.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/GPU.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Memory.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/Network.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/NetworkUsage.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ System.swift,\ Envelope.swift,\ MetricsFetcher.swift,\ Options.swift,\ RecentItemStore.swift,\ Cell+.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Device/System.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Envelope.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/MetricsFetcher.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/Options.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Entity/RecentItemStore.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/Cell+.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GraphView.swift,\ IntervalTableViewCell.swift,\ IntervalView.swift,\ AppInfoDebugItem.swift,\ CaseSelectableDebugItem.swift,\ ClearCacheDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/GraphView.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalTableViewCell.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/Dashboard/UI/IntervalView.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/AppInfoDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/CaseSelectableDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ClearCacheDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SliderDebugItem.swift,\ ToggleDebugItem.swift,\ CaseSelectableTableController.swift,\ EnvelopePreviewTableViewController.swift,\ SliderCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/SliderDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/ToggleDebugItem.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/CaseSelectableTableController.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:24:30: error: 'UIRefreshControl' is unavailable in tvOS
let refreshControl = UIRefreshControl(frame: .zero, primaryAction: refreshControlAction)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:25:19: error: 'refreshControl' is unavailable in tvOS
tableView.refreshControl = refreshControl
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:286:59: note: 'refreshControl' has been explicitly marked unavailable here
@property (nonatomic, strong, nullable) UIRefreshControl *refreshControl API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:42:34: warning: reference to property 'fetcher' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in the Swift 6 language mode
let envelops = await fetcher()
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:44:29: error: 'refreshControl' is unavailable in tvOS
self?.tableView.refreshControl?.endRefreshing()
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:286:59: note: 'refreshControl' has been explicitly marked unavailable here
@property (nonatomic, strong, nullable) UIRefreshControl *refreshControl API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:56:21: error: 'UIPasteboard' is unavailable in tvOS
UIPasteboard.general.string = message
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:50:12: note: 'UIPasteboard' has been explicitly marked unavailable here
@interface UIPasteboard : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:56:42: error: 'string' is unavailable in tvOS
UIPasteboard.general.string = message
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:108:46: note: 'string' has been explicitly marked unavailable here
@property(nullable,nonatomic,copy) NSString *string API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift:66:18: error: 'UIActivityViewController' is unavailable in tvOS
let vc = UIActivityViewController(activityItems: [texts], applicationActivities: nil)
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h:26:79: note: 'UIActivityViewController' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivityViewController : UIViewController
^
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
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift:47:22: error: 'UISlider' is unavailable in tvOS
let slider = UISlider(
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/SliderCell.swift:50:51: error: 'UISlider' is unavailable in tvOS
if let slider = action.sender as? UISlider {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
^
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\ 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
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:84:54: error: 'pageSheet' is unavailable in tvOS
nc.modalPresentationStyle = .pageSheet
^~~~~~~~~
UIKit.UIModalPresentationStyle.pageSheet:3:8: note: 'pageSheet' has been explicitly marked unavailable here
case pageSheet}
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:85:28: error: 'sheetPresentationController' is unavailable in tvOS
nc.sheetPresentationController?.selectedDetentIdentifier = .medium
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:604:74: note: 'sheetPresentationController' has been explicitly marked unavailable here
@property (nullable, nonatomic, readonly) UISheetPresentationController *sheetPresentationController API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:85:85: error: 'medium' is unavailable in tvOS
nc.sheetPresentationController?.selectedDetentIdentifier = .medium
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISheetPresentationController.h:20:66: note: 'medium' has been explicitly marked unavailable here
UIKIT_EXTERN const UISheetPresentationControllerDetentIdentifier UISheetPresentationControllerDetentIdentifierMedium API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos, visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/FloatingViewController.swift:86:28: error: 'sheetPresentationController' is unavailable in tvOS
nc.sheetPresentationController?.detents = [.medium(), .large()]
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:604:74: note: 'sheetPresentationController' has been explicitly marked unavailable here
@property (nullable, nonatomic, readonly) UISheetPresentationController *sheetPresentationController API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos);
^
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:31:78: error: 'insetGrouped' is unavailable in tvOS
var configuration = UICollectionLayoutListConfiguration(appearance: .insetGrouped)
^~~~~~~~~~~~
UIKit.UICollectionLayoutListConfiguration.Appearance.insetGrouped:4:10: note: 'insetGrouped' has been explicitly marked unavailable here
case insetGrouped }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:51:24: error: 'largeTitleDisplayMode' is unavailable in tvOS
navigationItem.largeTitleDisplayMode = .always
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:227:80: note: 'largeTitleDisplayMode' has been explicitly marked unavailable here
@property (nonatomic, readwrite, assign) UINavigationItemLargeTitleDisplayMode largeTitleDisplayMode API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:56:28: error: 'searchController' is unavailable in tvOS
navigationItem.searchController = searchController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:233:72: note: 'searchController' has been explicitly marked unavailable here
@property (nonatomic, readwrite, strong, nullable) UISearchController *searchController API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:91:35: error: 'isToolbarHidden' is unavailable in tvOS
navigationController?.isToolbarHidden = false
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:78:50: note: 'isToolbarHidden' has been explicitly marked unavailable here
@property(nonatomic,getter=isToolbarHidden) BOOL toolbarHidden API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos); // Defaults to YES, i.e. hidden.
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:92:13: error: 'toolbarItems' is unavailable in tvOS
toolbarItems = [space, item, space]
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:145:78: note: 'toolbarItems' has been explicitly marked unavailable here
@property (nullable, nonatomic, strong) NSArray<__kindof UIBarButtonItem *> *toolbarItems API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:227:37: error: 'sectionIdentifier(for:)' is only available in tvOS 15.0 or newer
self.dataSource.sectionIdentifier(for: indexPath.section)?.title
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:227:37: note: add 'if #available' version check
self.dataSource.sectionIdentifier(for: indexPath.section)?.title
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:126:10: note: add @available attribute to enclosing instance method
func configureDataSource() {
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift:124:1: note: add @available attribute to enclosing extension
extension InAppDebuggerViewController {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift (in target 'DebugMenu' from project 'DebugMenu')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift:42:45: error: 'statusBar' is unavailable in tvOS
window.windowLevel = UIWindow.Level.statusBar + 1
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:108:34: note: 'statusBar' has been explicitly marked unavailable here
UIKIT_EXTERN const UIWindowLevel UIWindowLevelStatusBar API_UNAVAILABLE(tvos, watchos);
^
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
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:7:49: error: 'systemMaterialDark' is unavailable in tvOS
super.init(effect: UIBlurEffect(style: .systemMaterialDark))
^~~~~~~~~~~~~~~~~~
UIKit.UIBlurEffect.Style.systemMaterialDark:4:10: note: 'systemMaterialDark' has been explicitly marked unavailable here
case systemMaterialDark }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:31:22: error: 'menu' is only available in tvOS 17.0 or newer
get { button.menu }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:31:22: note: add 'if #available' version check
get { button.menu }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:30:9: note: add @available attribute to enclosing property
var menu: UIMenu? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:3:7: note: add @available attribute to enclosing class
class LaunchView: UIVisualEffectView {
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:32:22: error: 'menu' is only available in tvOS 17.0 or newer
set { button.menu = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:32:22: note: add 'if #available' version check
set { button.menu = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:30:9: note: add @available attribute to enclosing property
var menu: UIMenu? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift:3:7: note: add @available attribute to enclosing class
class LaunchView: UIVisualEffectView {
^
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
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift:11:49: error: 'systemMaterialDark' is unavailable in tvOS
super.init(effect: UIBlurEffect(style: .systemMaterialDark))
^~~~~~~~~~~~~~~~~~
UIKit.UIBlurEffect.Style.systemMaterialDark:4:10: note: 'systemMaterialDark' has been explicitly marked unavailable here
case systemMaterialDark }
^
/Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift:30:19: error: 'separatorStyle' is unavailable in tvOS
tableView.separatorStyle = .none
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:469:53: note: 'separatorStyle' has been explicitly marked unavailable here
@property (nonatomic) UITableViewCellSeparatorStyle separatorStyle API_UNAVAILABLE(tvos); // default is UITableViewCellSeparatorStyleSingleLine
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ DebugMenu (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')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Extensions/CustomActivityController.swift (in target 'DebugMenu' from project 'DebugMenu')
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/Entity/Device.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/Plugin/DebugMenu/UI/EnvelopePreviewTableViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /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/View/FloatingViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerViewController.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/InAppDebuggerWindow.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/LaunchView.swift (in target 'DebugMenu' from project 'DebugMenu')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DebugMenu/View/WidgetView.swift (in target 'DebugMenu' from project 'DebugMenu')
Building workspace spi-builder-workspace with scheme DebugMenu
(11 failures)
BUILD FAILURE 6.2 tvOS