The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build LNPopupController, reference 4.0.5 (2d08cd), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 11 Sep 2025 17:25:17 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 LNPopupController-Package -destination generic/platform=xrOS

Build Log

CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:480:11: warning: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks]
  480 |                                 [self performSelector:sel];
      |                                       ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:480:27: note: used here
  480 |                                 [self performSelector:sel];
      |                                                       ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:649:41: warning: 'childViewControllerForStatusBarHidden' is deprecated: first deprecated in visionOS 1.0 - Has no effect on visionOS [-Wdeprecated-declarations]
  649 |                 UIViewController* statusBarVC = [self childViewControllerForStatusBarHidden] ?: self;
      |                                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h:12:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:13:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:9:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:469:60: note: property 'childViewControllerForStatusBarHidden' is declared deprecated here
  469 | @property(nonatomic, readonly, nullable) UIViewController *childViewControllerForStatusBarHidden API_AVAILABLE(ios(7.0)) API_DEPRECATED("Has no effect on visionOS", visionos(1.0, 1.0)) API_UNAVAILABLE(tvos);
      |                                                            ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:469:60: note: 'childViewControllerForStatusBarHidden' has been explicitly marked deprecated here
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:651:23: warning: 'prefersStatusBarHidden' is deprecated: first deprecated in visionOS 1.0 - Has no effect on visionOS [-Wdeprecated-declarations]
  651 |                 return [statusBarVC prefersStatusBarHidden] == NO;
      |                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h:12:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:13:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:9:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:327:37: note: property 'prefersStatusBarHidden' is declared deprecated here
  327 | @property(nonatomic, readonly) BOOL prefersStatusBarHidden API_AVAILABLE(ios(7.0)) API_DEPRECATED("Has no effect on visionOS", visionos(1.0, 1.0)) API_UNAVAILABLE(tvos); // Defaults to NO
      |                                     ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:327:37: note: 'prefersStatusBarHidden' has been explicitly marked deprecated here
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1058:8: warning: '_layoutModernTabBarControllerFloatingPopupWithSuperFallback:' is only available on visionOS 26.0 or newer [-Wunguarded-availability-new]
 1058 |         [self _layoutModernTabBarControllerFloatingPopupWithSuperFallback:^{
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1059 |                 [super _layoutPopupBarOrderForTransition];
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1060 |         }];
      |         ~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:990:1: note: '_layoutModernTabBarControllerFloatingPopupWithSuperFallback:' has been marked as being introduced in visionOS 26.0 here, but the deployment target is visionOS 1.0.0
  990 | - (void)_layoutModernTabBarControllerFloatingPopupWithSuperFallback:(void(^)(void))superFallback API_AVAILABLE(ios(26.0))
      | ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1058:8: note: enclose '_layoutModernTabBarControllerFloatingPopupWithSuperFallback:' in an @available check to silence this warning
 1058 |         [self _layoutModernTabBarControllerFloatingPopupWithSuperFallback:^{
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1059 |                 [super _layoutPopupBarOrderForTransition];
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1060 |         }];
      |         ~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1073:32: warning: 'sidebar' is only available on visionOS 2.0 or newer [-Wunguarded-availability-new]
 1073 |                         UIView* outlineView = [self.sidebar valueForKey:outlineViewKey];
      |                                                     ^~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:187:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:77:68: note: 'sidebar' has been marked as being introduced in visionOS 2.0 here, but the deployment target is visionOS 1.0.0
   77 | @property (nonatomic, strong, readonly) UITabBarControllerSidebar *sidebar API_AVAILABLE(ios(18.0), visionos(2.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
      |                                                                    ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1073:32: note: enclose 'sidebar' in an @available check to silence this warning
 1073 |                         UIView* outlineView = [self.sidebar valueForKey:outlineViewKey];
      |                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1091:66: warning: 'sidebar' is only available on visionOS 2.0 or newer [-Wunguarded-availability-new]
 1091 |                                 popupBar._hackyMargins = NSDirectionalEdgeInsetsMake(0, self.sidebar.isHidden ? 0 : outlineView.bounds.size.width, 0, 0);
      |                                                                                              ^~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:187:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:77:68: note: 'sidebar' has been marked as being introduced in visionOS 2.0 here, but the deployment target is visionOS 1.0.0
   77 | @property (nonatomic, strong, readonly) UITabBarControllerSidebar *sidebar API_AVAILABLE(ios(18.0), visionos(2.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
      |                                                                    ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1091:66: note: enclose 'sidebar' in an @available check to silence this warning
 1091 |                                 popupBar._hackyMargins = NSDirectionalEdgeInsetsMake(0, self.sidebar.isHidden ? 0 : outlineView.bounds.size.width, 0, 0);
      |                                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1112:9: warning: '_layoutModernTabBarControllerFloatingPopupWithSuperFallback:' is only available on visionOS 26.0 or newer [-Wunguarded-availability-new]
 1112 |                 [self _layoutModernTabBarControllerFloatingPopupWithSuperFallback:legacy];
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:990:1: note: '_layoutModernTabBarControllerFloatingPopupWithSuperFallback:' has been marked as being introduced in visionOS 26.0 here, but the deployment target is visionOS 1.0.0
  990 | - (void)_layoutModernTabBarControllerFloatingPopupWithSuperFallback:(void(^)(void))superFallback API_AVAILABLE(ios(26.0))
      | ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1112:9: note: enclose '_layoutModernTabBarControllerFloatingPopupWithSuperFallback:' in an @available check to silence this warning
 1112 |                 [self _layoutModernTabBarControllerFloatingPopupWithSuperFallback:legacy];
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1614:24: warning: 'isTabBarHidden' is only available on visionOS 2.0 or newer [-Wunguarded-availability-new]
 1614 |                         isUserHidden = self.isTabBarHidden;
      |                                             ^~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:187:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:117:59: note: 'isTabBarHidden' has been marked as being introduced in visionOS 2.0 here, but the deployment target is visionOS 1.0.0
  117 | @property (nonatomic, assign, getter=isTabBarHidden) BOOL tabBarHidden API_AVAILABLE(ios(18.0), tvos(18.0), visionos(2.0)) API_UNAVAILABLE(watchos);
      |                                                           ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm:1614:24: note: enclose 'isTabBarHidden' in an @available check to silence this warning
 1614 |                         isUserHidden = self.isTabBarHidden;
      |                                             ^~~~~~~~~~~~~~
8 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:757:44: error: 'UIScreen' is unavailable: not available on visionOS
  757 |         gradientMask.rasterizationScale = [UIScreen mainScreen].scale;
      |                                            ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:990:17: error: 'UIScreen' is unavailable: not available on visionOS
  990 |                 CGFloat max = UIScreen.mainScreen.maximumFramesPerSecond;
      |                               ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
2 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupImageView.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupImageView.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupImageView.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupImageView.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupImageView.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupImageView.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupImageView.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupImageView.mm:195:9: warning: 'traitCollectionDidChange:' is deprecated: first deprecated in visionOS 1.0 - Use the trait change registration APIs declared in the UITraitChangeObservable protocol [-Wdeprecated-declarations]
  195 |         [super traitCollectionDidChange:previousTraitCollection];
      |                ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupImageView.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupImageView+Private.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupImageView.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:15:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h:11:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:11:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:17:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:190:1: note: 'traitCollectionDidChange:' has been explicitly marked deprecated here
  190 | - (void)traitCollectionDidChange:(nullable UITraitCollection *)previousTraitCollection API_DEPRECATED("Use the trait change registration APIs declared in the UITraitChangeObservable protocol", ios(8.0, 17.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos);
      | ^
1 warning generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:168:2: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  168 |         UIImpactFeedbackGenerator* _softFeedbackGenerator;
      |         ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:169:2: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  169 |         UIImpactFeedbackGenerator* _rigidFeedbackGenerator;
      |         ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:1862:15: warning: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks]
 1862 |         id rv = [cls performSelector:sel withObject:__LNPopupBlurFilterName];
      |                      ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:1862:31: note: used here
 1862 |         id rv = [cls performSelector:sel withObject:__LNPopupBlurFilterName];
      |                                      ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:198:30: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  198 |                 _softFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleSoft];
      |                                            ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:198:77: error: 'UIImpactFeedbackStyleSoft' is unavailable: not available on visionOS
  198 |                 _softFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleSoft];
      |                                                                                           ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:15:28: note: 'UIImpactFeedbackStyle' has been explicitly marked unavailable here
   15 | typedef NS_ENUM(NSInteger, UIImpactFeedbackStyle) {
      |                            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:199:31: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  199 |                 _rigidFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleRigid];
      |                                             ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:199:78: error: 'UIImpactFeedbackStyleRigid' is unavailable: not available on visionOS
  199 |                 _rigidFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleRigid];
      |                                                                                            ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:15:28: note: 'UIImpactFeedbackStyle' has been explicitly marked unavailable here
   15 | typedef NS_ENUM(NSInteger, UIImpactFeedbackStyle) {
      |                            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:343:25: error: 'setNeedsStatusBarAppearanceUpdate' is unavailable: not available on visionOS
  343 |                 [_containerController setNeedsStatusBarAppearanceUpdate];
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h:12:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:13:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:9:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:332:1: note: 'setNeedsStatusBarAppearanceUpdate' has been explicitly marked unavailable here
  332 | - (void)setNeedsStatusBarAppearanceUpdate API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(tvos, visionos);
      | ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:738:5: warning: capturing 'self' strongly in this block is likely to lead to a retain cycle [-Warc-retain-cycles]
  738 |                         [self _endTransitioningLock];
      |                          ^~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:734:3: note: block will be retained by an object strongly retained by the captured object
  734 |         [_runningPopupAnimation addCompletion:^(UIViewAnimatingPosition finalPosition) {
      |          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:1056:27: error: 'setNeedsStatusBarAppearanceUpdate' is unavailable: not available on visionOS
 1056 |                                 [_containerController setNeedsStatusBarAppearanceUpdate];
      |                                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h:12:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:13:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:9:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:332:1: note: 'setNeedsStatusBarAppearanceUpdate' has been explicitly marked unavailable here
  332 | - (void)setNeedsStatusBarAppearanceUpdate API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(tvos, visionos);
      | ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:2151:81: error: 'UIScreen' is unavailable: not available on visionOS
 2151 |                         if(UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPhone && UIScreen.mainScreen.maximumFramesPerSecond > 60 && [[NSBundle.mainBundle objectForInfoDictionaryKey:@"CADisableMinimumFrameDurationOnPhone"] boolValue] == NO)
      |                                                                                                      ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:2172:16: error: 'UIScreen' is unavailable: not available on visionOS
 2172 |         CGFloat max = UIScreen.mainScreen.maximumFramesPerSecond;
      |                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:83:114: warning: capturing 'self' strongly in this block is likely to lead to a retain cycle [-Warc-retain-cycles]
   83 |                                 UIPointerLiftEffect* effect = [UIPointerLiftEffect effectWithPreview:[[UITargetedPreview alloc] initWithView:self]];
      |                                                                                                                                              ^~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:82:4: note: block will be retained by the captured object
   82 |                         self.pointerStyleProvider = ^UIPointerStyle * _Nullable(UIButton * _Nonnull button, UIPointerEffect * _Nonnull proposedEffect, UIPointerShape * _Nonnull proposedShape) {
      |                         ^~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:276:35: error: 'UIScreen' is unavailable: not available on visionOS
  276 |                 maskLayer.rasterizationScale = [UIScreen mainScreen].nativeScale;
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton+Private.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCloseButton.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarExtras.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarExtras.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-7H897FJY2DZYD9SXGUTPGNMQR.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-7H897FJY2DZYD9SXGUTPGNMQR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-E80PODBR7WA9QXWN25MLZEFO7.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-E80PODBR7WA9QXWN25MLZEFO7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-AYZFYFVIHLCAK4CIR9YFWNZSV.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-AYZFYFVIHLCAK4CIR9YFWNZSV.scan
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	Building workspace spi-builder-workspace with scheme LNPopupController-Package
(2 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:
  LNPopupController: /Users/admin/builder/spi-builder-workspace
resolved source packages: LNPopupController
{
  "cxx_language_standard" : "gnu++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "LNPopupController",
  "name" : "LNPopupController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LNPopupController",
      "targets" : [
        "LNPopupController",
        "LNPopupController-ObjC"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "LNPopupController-Static",
      "targets" : [
        "LNPopupController",
        "LNPopupController-ObjC"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNPopupController_ObjC",
      "module_type" : "ClangTarget",
      "name" : "LNPopupController-ObjC",
      "path" : "LNPopupController",
      "product_memberships" : [
        "LNPopupController",
        "LNPopupController-Static"
      ],
      "sources" : [
        "LNPopupController/Private/LNChevronView.m",
        "LNPopupController/Private/LNForwardingDelegate.m",
        "LNPopupController/Private/LNMath.m",
        "LNPopupController/Private/LNPopupBar.mm",
        "LNPopupController/Private/LNPopupBarAppearance.mm",
        "LNPopupController/Private/LNPopupBarAppearanceChainProxy.m",
        "LNPopupController/Private/LNPopupBarExtras.mm",
        "LNPopupController/Private/LNPopupCloseButton.mm",
        "LNPopupController/Private/LNPopupContentView.m",
        "LNPopupController/Private/LNPopupController.mm",
        "LNPopupController/Private/LNPopupCustomBarViewController.m",
        "LNPopupController/Private/LNPopupDebug.m",
        "LNPopupController/Private/LNPopupImageView.mm",
        "LNPopupController/Private/LNPopupInteractionPanGestureRecognizer.m",
        "LNPopupController/Private/LNPopupItem.m",
        "LNPopupController/Private/LNPopupLongPressGestureRecognizer.m",
        "LNPopupController/Private/LNPopupOpenTapGestureRecognizer.m",
        "LNPopupController/Private/LNPopupPresentationContainerSupport.m",
        "LNPopupController/Private/MarqueeLabel.mm",
        "LNPopupController/Private/NSAttributedString+LNPopupSupport.m",
        "LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.mm",
        "LNPopupController/Private/UIView+LNPopupSupportPrivate.mm",
        "LNPopupController/Private/UIViewController+LNPopupSupport.mm",
        "LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm",
        "LNPopupController/Private/_LNPopupAddressInfo.mm",
        "LNPopupController/Private/_LNPopupBackgroundShadowView.mm",
        "LNPopupController/Private/_LNPopupBarBackgroundMaskView.mm",
        "LNPopupController/Private/_LNPopupBarBackgroundView.m",
        "LNPopupController/Private/_LNPopupGlassUtils.mm",
        "LNPopupController/Private/_LNPopupSwizzlingUtils.m",
        "LNPopupController/Private/_LNPopupTransitionAnimator.mm",
        "LNPopupController/Private/_LNPopupTransitionCloseAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionGenericCloseAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionGenericOpenAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionOpenAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionPreferredCloseAnimator.mm",
        "LNPopupController/Private/_LNPopupTransitionPreferredOpenAnimator.mm",
        "LNPopupController/Private/_LNPopupTransitionView.mm",
        "LNPopupController/Private/_LNPopupUIBarAppearanceProxy.mm",
        "LNPopupController/Private/_LNWeakRef.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LNPopupController",
      "module_type" : "SwiftTarget",
      "name" : "LNPopupController",
      "path" : "LNPCSwiftRefinements",
      "product_memberships" : [
        "LNPopupController",
        "LNPopupController-Static"
      ],
      "sources" : [
        "SwiftRefinements.swift",
        "SwiftSupport.swift"
      ],
      "target_dependencies" : [
        "LNPopupController-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LNPopupController",
      "LNPopupController-Package",
      "LNPopupController-Static"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LNPopupController",
      "LNPopupController-Package",
      "LNPopupController-Static"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LNPopupController-Package -destination generic/platform=xrOS
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 LNPopupController-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  LNPopupController: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'LNPopupController-Static' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController-ObjC' in project 'LNPopupController' (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/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupLongPressGestureRecognizer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupLongPressGestureRecognizer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupInteractionPanGestureRecognizer.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupInteractionPanGestureRecognizer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupInteractionPanGestureRecognizer.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupInteractionPanGestureRecognizer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupInteractionPanGestureRecognizer.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupInteractionPanGestureRecognizer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupInteractionPanGestureRecognizer.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupInteractionPanGestureRecognizer.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupOpenTapGestureRecognizer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupOpenTapGestureRecognizer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupDebug.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupDebug.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupDebug.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupDebug.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupDebug.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupDebug.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupDebug.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupDebug.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:168:2: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  168 |         UIImpactFeedbackGenerator* _softFeedbackGenerator;
      |         ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:169:2: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  169 |         UIImpactFeedbackGenerator* _rigidFeedbackGenerator;
      |         ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:1862:15: warning: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks]
 1862 |         id rv = [cls performSelector:sel withObject:__LNPopupBlurFilterName];
      |                      ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:1862:31: note: used here
 1862 |         id rv = [cls performSelector:sel withObject:__LNPopupBlurFilterName];
      |                                      ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:198:30: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  198 |                 _softFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleSoft];
      |                                            ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:198:77: error: 'UIImpactFeedbackStyleSoft' is unavailable: not available on visionOS
  198 |                 _softFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleSoft];
      |                                                                                           ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:15:28: note: 'UIImpactFeedbackStyle' has been explicitly marked unavailable here
   15 | typedef NS_ENUM(NSInteger, UIImpactFeedbackStyle) {
      |                            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:199:31: error: 'UIImpactFeedbackGenerator' is unavailable: not available on visionOS
  199 |                 _rigidFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleRigid];
      |                                             ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
   25 | @interface UIImpactFeedbackGenerator : UIFeedbackGenerator
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:199:78: error: 'UIImpactFeedbackStyleRigid' is unavailable: not available on visionOS
  199 |                 _rigidFeedbackGenerator = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFeedbackStyleRigid];
      |                                                                                            ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:274:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:15:28: note: 'UIImpactFeedbackStyle' has been explicitly marked unavailable here
   15 | typedef NS_ENUM(NSInteger, UIImpactFeedbackStyle) {
      |                            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:343:25: error: 'setNeedsStatusBarAppearanceUpdate' is unavailable: not available on visionOS
  343 |                 [_containerController setNeedsStatusBarAppearanceUpdate];
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h:12:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:13:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:9:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:332:1: note: 'setNeedsStatusBarAppearanceUpdate' has been explicitly marked unavailable here
  332 | - (void)setNeedsStatusBarAppearanceUpdate API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(tvos, visionos);
      | ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:738:5: warning: capturing 'self' strongly in this block is likely to lead to a retain cycle [-Warc-retain-cycles]
  738 |                         [self _endTransitioningLock];
      |                          ^~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:734:3: note: block will be retained by an object strongly retained by the captured object
  734 |         [_runningPopupAnimation addCompletion:^(UIViewAnimatingPosition finalPosition) {
      |          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:1056:27: error: 'setNeedsStatusBarAppearanceUpdate' is unavailable: not available on visionOS
 1056 |                                 [_containerController setNeedsStatusBarAppearanceUpdate];
      |                                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h:12:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h:13:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:9:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:332:1: note: 'setNeedsStatusBarAppearanceUpdate' has been explicitly marked unavailable here
  332 | - (void)setNeedsStatusBarAppearanceUpdate API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(tvos, visionos);
      | ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:2151:81: error: 'UIScreen' is unavailable: not available on visionOS
 2151 |                         if(UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPhone && UIScreen.mainScreen.maximumFramesPerSecond > 60 && [[NSBundle.mainBundle objectForInfoDictionaryKey:@"CADisableMinimumFrameDurationOnPhone"] boolValue] == NO)
      |                                                                                                      ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:2172:16: error: 'UIScreen' is unavailable: not available on visionOS
 2172 |         CGFloat max = UIScreen.mainScreen.maximumFramesPerSecond;
      |                       ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:83:114: warning: capturing 'self' strongly in this block is likely to lead to a retain cycle [-Warc-retain-cycles]
   83 |                                 UIPointerLiftEffect* effect = [UIPointerLiftEffect effectWithPreview:[[UITargetedPreview alloc] initWithView:self]];
      |                                                                                                                                              ^~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:82:4: note: block will be retained by the captured object
   82 |                         self.pointerStyleProvider = ^UIPointerStyle * _Nullable(UIButton * _Nonnull button, UIPointerEffect * _Nonnull proposedEffect, UIPointerShape * _Nonnull proposedShape) {
      |                         ^~~~
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:276:35: error: 'UIScreen' is unavailable: not available on visionOS
  276 |                 maskLayer.rasterizationScale = [UIScreen mainScreen].nativeScale;
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton+Private.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCloseButton.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
1 warning and 1 error generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:757:44: error: 'UIScreen' is unavailable: not available on visionOS
  757 |         gradientMask.rasterizationScale = [UIScreen mainScreen].scale;
      |                                            ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:990:17: error: 'UIScreen' is unavailable: not available on visionOS
  990 |                 CGFloat max = UIScreen.mainScreen.maximumFramesPerSecond;
      |                               ^
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:9:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h:161:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
   54 | @interface UIScreen : NSObject <UITraitEnvironment>
      |            ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarExtras.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarExtras.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarExtras.o
SwiftDriver LNPopupController normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LNPopupController' from project 'LNPopupController')
    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 LNPopupController -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.build/Objects-normal/arm64/LNPopupController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LNPopupController-ObjC.modulemap -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.build/Objects-normal/arm64/LNPopupController-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/LNPopupController.build/Debug-xros/LNPopupController.build/Objects-normal/arm64/LNPopupController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.build/Objects-normal/arm64/LNPopupController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/LNPopupController/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController.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/LNPopupController.build/Debug-xros/LNPopupController.build/Objects-normal/arm64/LNPopupController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearance.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBar.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-7H897FJY2DZYD9SXGUTPGNMQR.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-7H897FJY2DZYD9SXGUTPGNMQR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-E80PODBR7WA9QXWN25MLZEFO7.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-E80PODBR7WA9QXWN25MLZEFO7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-AYZFYFVIHLCAK4CIR9YFWNZSV.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-AYZFYFVIHLCAK4CIR9YFWNZSV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-37D22E48J7NA2FFYG0C1R8810.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-37D22E48J7NA2FFYG0C1R8810.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-F38AOPNGTI110EX0TVPF68E8G.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-F38AOPNGTI110EX0TVPF68E8G.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-BXHDMC55SIQKTUW8VUGF10M09.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-BXHDMC55SIQKTUW8VUGF10M09.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-58NZU294IULKEOXQ7C0WVWQD1.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-58NZU294IULKEOXQ7C0WVWQD1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-AH4EIZ6QZS1JFJ4GH005801Y1.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-AH4EIZ6QZS1JFJ4GH005801Y1.scan
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCustomBarViewController.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCustomBarViewController.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCustomBarViewController.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCustomBarViewController.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCustomBarViewController.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCustomBarViewController.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCustomBarViewController.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCustomBarViewController.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupContentView.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupContentView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupContentView.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupContentView.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupContentView.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupContentView.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupContentView.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupContentView.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearanceChainProxy.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearanceChainProxy.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearanceChainProxy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearanceChainProxy.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearanceChainProxy.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupBarAppearanceChainProxy.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-8AN9M27AP8UVH0GFUMRK2M9H4.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-8AN9M27AP8UVH0GFUMRK2M9H4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-26L1Y7YIW2DNHS8L35LME02N3.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-26L1Y7YIW2DNHS8L35LME02N3.scan
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNMath.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNMath.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNMath.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNMath.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNMath.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNMath.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNMath.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNMath.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNForwardingDelegate.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNForwardingDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNForwardingDelegate.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNForwardingDelegate.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNForwardingDelegate.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNForwardingDelegate.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNForwardingDelegate.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNForwardingDelegate.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNChevronView.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNChevronView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNChevronView.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNChevronView.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNChevronView.dia -c /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNChevronView.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNChevronView.o -index-unit-output-path /LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNChevronView.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-7VYR1BLGT7D935E5ZK73KPF3R.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-7VYR1BLGT7D935E5ZK73KPF3R.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-4KGXQJ9OF2PYP8HH3HPINT3F8.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-4KGXQJ9OF2PYP8HH3HPINT3F8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-BQBOE659V93AOPYE13RH9BC4L.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-BQBOE659V93AOPYE13RH9BC4L.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-AP9SUC5WYC00ZLMSG4YRQLLPI.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-AP9SUC5WYC00ZLMSG4YRQLLPI.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-9UM8PPP4KW6AAOV6K04EBIWZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-99ZMXSXOJ8WS6OU60WW3UJOOK.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-99ZMXSXOJ8WS6OU60WW3UJOOK.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-7BNAY0TF48SGGUZNZATL7B1P8.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-7BNAY0TF48SGGUZNZATL7B1P8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-76UQ7IXFE6RZ410K2XGMA203G.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-76UQ7IXFE6RZ410K2XGMA203G.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-10IQV2ZDNUZBLGTZEP4TAX0FF.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-10IQV2ZDNUZBLGTZEP4TAX0FF.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-6TEN5F6T27F59T5KKRG5TE21R.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-6TEN5F6T27F59T5KKRG5TE21R.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-9BULLDMRSZHQBYMP4IH0YK2L3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-8BUTSRL74GVKQK9IP5RJ9SDXF.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-8BUTSRL74GVKQK9IP5RJ9SDXF.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-6UIXNIMEKRYSSKJ7AL0U9D57Q.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-6UIXNIMEKRYSSKJ7AL0U9D57Q.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-2SC4EVMLM62OC0QNHWC8N1JK7.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-2SC4EVMLM62OC0QNHWC8N1JK7.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-BX15W2BTB0EEAVPI9EMQVH3YS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreText-38OM5HBOZN5ICUIFVS46Y16MP.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreText-38OM5HBOZN5ICUIFVS46Y16MP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-57FVQH9TWRSQCOKGOHPJSPTUN.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-57FVQH9TWRSQCOKGOHPJSPTUN.scan
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-xros/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupCloseButton.o /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	Building workspace spi-builder-workspace with scheme LNPopupController-Package
(2 failures)
BUILD FAILURE 6.2 visionOS