The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LNPopupController with Swift 5.7 for tvOS using Xcode 14.2 at master.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme LNPopupController-Package -destination generic/platform=tvos

Build Log

@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:13:51: error: no type or protocol named 'UIObjectTraitDefinition'
@interface _LNPopupDominantColorTrait : NSObject <UIObjectTraitDefinition> @end
                                                  ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:16:39: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) NSArray<UIBarAppearance*>* chain;
                                      ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:14:12: note: annotate 'LNPopupBarAppearanceChainProxy' with an availability attribute to silence this warning
@interface LNPopupBarAppearanceChainProxy : NSObject
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:50: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
                                                 ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:1: note: annotate 'initWithAppearanceChain:' with an availability attribute to silence this warning
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
^
                                                                          API_AVAILABLE(tvos(13.0))
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:51:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* standardAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:48:11: note: annotate '_LNPopupBarSupport' with an availability attribute to silence this warning
@protocol _LNPopupBarSupport <NSObject>
          ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:27: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
                          ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:63:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* systemAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:12: note: annotate '' with an availability attribute to silence this warning
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
           ^
7 warnings and 3 errors generated.
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/NSAttributedString+LNPopupSupport.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/NSAttributedString+LNPopupSupport.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.o
WriteAuxiliaryFile /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController.build/LNPopupController.modulemap (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController.build/LNPopupController.modulemap
Resolve Package Graph
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
(1 failure)
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme LNPopupController-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  LNPopupController: /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: a086bef56e34e3161708456a8d33c352
Build description path: /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a086bef56e34e3161708456a8d33c352-desc.xcbuild
note: Building targets in dependency order
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupportPrivate.o
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:35: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@interface LNPopupBarAppearance : UIBarAppearance
                                  ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:31:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* buttonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:34:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* doneButtonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:12:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCustomBarViewController.h:20:63: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupCustomBarViewController : UIViewController <UIPointerInteractionDelegate>
                                                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:13:51: error: no type or protocol named 'UIObjectTraitDefinition'
@interface _LNPopupDominantColorTrait : NSObject <UIObjectTraitDefinition> @end
                                                  ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:16:39: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) NSArray<UIBarAppearance*>* chain;
                                      ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:14:12: note: annotate 'LNPopupBarAppearanceChainProxy' with an availability attribute to silence this warning
@interface LNPopupBarAppearanceChainProxy : NSObject
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:50: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
                                                 ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:1: note: annotate 'initWithAppearanceChain:' with an availability attribute to silence this warning
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
^
                                                                          API_AVAILABLE(tvos(13.0))
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:51:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* standardAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:48:11: note: annotate '_LNPopupBarSupport' with an availability attribute to silence this warning
@protocol _LNPopupBarSupport <NSObject>
          ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:27: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
                          ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:63:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* systemAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:12: note: annotate '' with an availability attribute to silence this warning
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:421:50: error: no visible @interface for 'UIViewController' declares the selector 'setNeedsUpdateOfHomeIndicatorAutoHidden'
                [self.popupPresentationContainerViewController setNeedsUpdateOfHomeIndicatorAutoHidden];
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m:711:87: error: 'UIBlurEffectStyleSystemChromeMaterial' is unavailable: not available on tvOS
                rv = [[_LNPopupBarExtensionView alloc] initWithEffect:[UIBlurEffect effectWithStyle:UIBlurEffectStyleSystemChromeMaterial]];
                                                                                                    ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:41:5: note: 'UIBlurEffectStyleSystemChromeMaterial' has been explicitly marked unavailable here
    UIBlurEffectStyleSystemChromeMaterial           API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos),
    ^
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:35: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@interface LNPopupBarAppearance : UIBarAppearance
                                  ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:31:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* buttonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:34:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* doneButtonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:12:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCustomBarViewController.h:20:63: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupCustomBarViewController : UIViewController <UIPointerInteractionDelegate>
                                                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:13:51: error: no type or protocol named 'UIObjectTraitDefinition'
@interface _LNPopupDominantColorTrait : NSObject <UIObjectTraitDefinition> @end
                                                  ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:16:39: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) NSArray<UIBarAppearance*>* chain;
                                      ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:14:12: note: annotate 'LNPopupBarAppearanceChainProxy' with an availability attribute to silence this warning
@interface LNPopupBarAppearanceChainProxy : NSObject
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:50: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
                                                 ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:1: note: annotate 'initWithAppearanceChain:' with an availability attribute to silence this warning
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
^
                                                                          API_AVAILABLE(tvos(13.0))
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:51:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* standardAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:48:11: note: annotate '_LNPopupBarSupport' with an availability attribute to silence this warning
@protocol _LNPopupBarSupport <NSObject>
          ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:27: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
                          ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:63:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* systemAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:12: note: annotate '' with an availability attribute to silence this warning
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
           ^
7 warnings and 3 errors generated.
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:35: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@interface LNPopupBarAppearance : UIBarAppearance
                                  ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:31:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* buttonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:34:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* doneButtonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:12:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCustomBarViewController.h:20:63: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupCustomBarViewController : UIViewController <UIPointerInteractionDelegate>
                                                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:13:51: error: no type or protocol named 'UIObjectTraitDefinition'
@interface _LNPopupDominantColorTrait : NSObject <UIObjectTraitDefinition> @end
                                                  ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:16:39: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) NSArray<UIBarAppearance*>* chain;
                                      ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:14:12: note: annotate 'LNPopupBarAppearanceChainProxy' with an availability attribute to silence this warning
@interface LNPopupBarAppearanceChainProxy : NSObject
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:50: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
                                                 ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:1: note: annotate 'initWithAppearanceChain:' with an availability attribute to silence this warning
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
^
                                                                          API_AVAILABLE(tvos(13.0))
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:51:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* standardAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:48:11: note: annotate '_LNPopupBarSupport' with an availability attribute to silence this warning
@protocol _LNPopupBarSupport <NSObject>
          ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:27: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
                          ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:63:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* systemAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:12: note: annotate '' with an availability attribute to silence this warning
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:431:2: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
        UIBarAppearance* scrollEdgeAppearance = [bottomBar _lnpopup_scrollEdgeAppearance];
        ^~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:431:2: note: enclose 'UIBarAppearance' in an @available check to silence this warning
        UIBarAppearance* scrollEdgeAppearance = [bottomBar _lnpopup_scrollEdgeAppearance];
        ^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:569:4: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (UITabBarAppearance *)_lnpopup_scrollEdgeAppearance
   ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:569:1: note: annotate '_lnpopup_scrollEdgeAppearance' with an availability attribute to silence this warning
- (UITabBarAppearance *)_lnpopup_scrollEdgeAppearance
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:575:4: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (UITabBarAppearance *)_lnpopup_standardAppearance
   ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:575:1: note: annotate '_lnpopup_standardAppearance' with an availability attribute to silence this warning
- (UITabBarAppearance *)_lnpopup_standardAppearance
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:593:41: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (void)_lnpopup_setStandardAppearance:(UITabBarAppearance *)standardAppearance
                                        ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:593:1: note: annotate '_lnpopup_setStandardAppearance:' with an availability attribute to silence this warning
- (void)_lnpopup_setStandardAppearance:(UITabBarAppearance *)standardAppearance
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:560:8: warning: 'setScrollEdgeAppearance:' is only available on tvOS 15.0 or newer [-Wunguarded-availability-new]
                self.scrollEdgeAppearance = self._lnpopup_scrollEdgeAppearance;
                     ^~~~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:75:70: note: 'setScrollEdgeAppearance:' has been marked as being introduced in tvOS 15.0 here, but the deployment target is tvOS 11.0.0
@property (nonatomic, readwrite, copy, nullable) UITabBarAppearance *scrollEdgeAppearance UI_APPEARANCE_SELECTOR API_AVAILABLE(ios(15.0));
                                                                     ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:560:8: note: enclose 'setScrollEdgeAppearance:' in an @available check to silence this warning
                self.scrollEdgeAppearance = self._lnpopup_scrollEdgeAppearance;
                     ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:579:2: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
        UITabBarAppearance* rv = self._lnpopup_standardAppearance;
        ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:579:2: note: enclose 'UITabBarAppearance' in an @available check to silence this warning
        UITabBarAppearance* rv = self._lnpopup_standardAppearance;
        ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:703:4: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (UITabBarAppearance *)_lnpopup_scrollEdgeAppearance
   ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:703:1: note: annotate '_lnpopup_scrollEdgeAppearance' with an availability attribute to silence this warning
- (UITabBarAppearance *)_lnpopup_scrollEdgeAppearance
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:709:4: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (UITabBarAppearance *)_lnpopup_standardAppearance
   ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:709:1: note: annotate '_lnpopup_standardAppearance' with an availability attribute to silence this warning
- (UITabBarAppearance *)_lnpopup_standardAppearance
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:727:41: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (void)_lnpopup_setStandardAppearance:(UITabBarAppearance *)standardAppearance
                                        ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:727:1: note: annotate '_lnpopup_setStandardAppearance:' with an availability attribute to silence this warning
- (void)_lnpopup_setStandardAppearance:(UITabBarAppearance *)standardAppearance
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:675:8: warning: 'setScrollEdgeAppearance:' is only available on tvOS 15.0 or newer [-Wunguarded-availability-new]
                self.scrollEdgeAppearance = self._lnpopup_scrollEdgeAppearance;
                     ^~~~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBar.h:122:70: note: 'setScrollEdgeAppearance:' has been marked as being introduced in tvOS 15.0 here, but the deployment target is tvOS 11.0.0
@property (nonatomic, readwrite, copy, nullable) UITabBarAppearance *scrollEdgeAppearance UI_APPEARANCE_SELECTOR API_AVAILABLE(ios(15.0));
                                                                     ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:675:8: note: enclose 'setScrollEdgeAppearance:' in an @available check to silence this warning
                self.scrollEdgeAppearance = self._lnpopup_scrollEdgeAppearance;
                     ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:713:2: warning: 'UITabBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
        UITabBarAppearance* rv = self._lnpopup_standardAppearance;
        ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h:80:12: note: 'UITabBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UITabBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m:713:2: note: enclose 'UITabBarAppearance' in an @available check to silence this warning
        UITabBarAppearance* rv = self._lnpopup_standardAppearance;
        ^~~~~~~~~~~~~~~~~~
18 warnings and 3 errors generated.
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:35: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@interface LNPopupBarAppearance : UIBarAppearance
                                  ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:31:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* buttonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:34:40: warning: 'UIBarButtonItemAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, readwrite, copy) UIBarButtonItemAppearance* doneButtonAppearance;
                                       ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h:38:12: note: 'UIBarButtonItemAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarButtonItemAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:18:12: note: annotate 'LNPopupBarAppearance' with an availability attribute to silence this warning
@interface LNPopupBarAppearance : UIBarAppearance
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupportPrivate.h:9:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:12:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:12:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCustomBarViewController.h:20:63: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupCustomBarViewController : UIViewController <UIPointerInteractionDelegate>
                                                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:13:51: error: no type or protocol named 'UIObjectTraitDefinition'
@interface _LNPopupDominantColorTrait : NSObject <UIObjectTraitDefinition> @end
                                                  ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:16:39: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) NSArray<UIBarAppearance*>* chain;
                                      ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:14:12: note: annotate 'LNPopupBarAppearanceChainProxy' with an availability attribute to silence this warning
@interface LNPopupBarAppearanceChainProxy : NSObject
           ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:50: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
                                                 ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:10:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:18:1: note: annotate 'initWithAppearanceChain:' with an availability attribute to silence this warning
- (instancetype)initWithAppearanceChain:(NSArray<UIBarAppearance*>*)chain;
^
                                                                          API_AVAILABLE(tvos(13.0))
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:51:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* standardAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:48:11: note: annotate '_LNPopupBarSupport' with an availability attribute to silence this warning
@protocol _LNPopupBarSupport <NSObject>
          ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:27: error: 'UIPointerInteractionDelegate' is unavailable: not available on tvOS
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
                          ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPointerInteraction.h:36:11: note: 'UIPointerInteractionDelegate' has been explicitly marked unavailable here
@protocol UIPointerInteractionDelegate <NSObject>
          ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:63:31: warning: 'UIBarAppearance' is only available on tvOS 13.0 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong) UIBarAppearance* systemAppearance;
                              ^
In module 'UIKit' imported from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include/LNPopupController/UIViewController+LNPopupSupport.h:9:
/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:19:12: note: 'UIBarAppearance' has been marked as being introduced in tvOS 13.0 here, but the deployment target is tvOS 11.0.0
@interface UIBarAppearance : NSObject<NSCopying, NSSecureCoding>
           ^
In file included from /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m:11:
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:55:12: note: annotate '' with an availability attribute to silence this warning
@interface LNPopupBar () <UIPointerInteractionDelegate, _LNPopupBarAppearanceDelegate>
           ^
7 warnings and 3 errors generated.
WriteAuxiliaryFile /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController.build/LNPopupController.modulemap (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController.build/LNPopupController.modulemap
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/NSAttributedString+LNPopupSupport.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/NSAttributedString+LNPopupSupport.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/NSAttributedString+LNPopupSupport.o
Copy /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/LNPopupController.modulemap /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController.build/LNPopupController.modulemap (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController.build/LNPopupController.modulemap /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/MarqueeLabel.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/MarqueeLabel.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupOpenTapGestureRecognizer.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupOpenTapGestureRecognizer.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupLongPressGestureRecognizer.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupLongPressGestureRecognizer.o
CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-tvos11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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 -fmodule-name\=LNPopupController_ObjC -Wno-trigraphs -fpascal-strings -O0 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.d --serialize-diagnostics /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.dia -c /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupItem.m -o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o -index-unit-output-path /LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupItem.o
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIViewController+LNPopupSupport.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIViewController+LNPopupSupport.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIView+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIView+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug-appletvos/LNPopupController-ObjC.build/Objects-normal/arm64/UIContextMenuInteraction+LNPopupSupportPrivate.o /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
(3 failures)
BUILD FAILURE 5.7 tvOS

Build Machine: Mac 5