The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ZSWTappableLabel, reference 3.3.2 (53ab6f), with Swift 6.0 for watchOS using Xcode 16.0 on 1 Nov 2024 20:10:46 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZSWTappableLabel -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:30:42: error: property 'layoutManagers' not found on object of type '__strong id'
   30 |         self.textContainer = textStorage.layoutManagers.lastObject.textContainers.lastObject;
      |                                          ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:42:32: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   42 |     NSUInteger characterIdx = [self.layoutManager characterIndexForPoint:point
      |                                ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:46:40: error: member reference base type 'int *' is not a structure or union
   46 |     characterIdx = MIN(self.textStorage.length - 1, characterIdx + fractionOfDistanceBetween);
      |                        ~~~~~~~~~~~~~~~~^~~~~~~
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:690:37: note: expanded from macro 'MIN'
  690 |     #define MIN(A,B) __NSMIN_IMPL__(A,B,__COUNTER__)
      |                                     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:689:49: note: expanded from macro '__NSMIN_IMPL__'
  689 |     #define __NSMIN_IMPL__(A,B,L) ({ __typeof__(A) __NSX_PASTE__(__a,L) = (A); __typeof__(B) __NSX_PASTE__(__b,L) = (B); (__NSX_PASTE__(__a,L) < __NSX_PASTE__(__b,L)) ? __NSX_PASTE__(__a,L) : __NSX_PASTE__(__b,L); })
      |                                                 ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:46:40: error: member reference base type 'int *' is not a structure or union
   46 |     characterIdx = MIN(self.textStorage.length - 1, characterIdx + fractionOfDistanceBetween);
      |                        ~~~~~~~~~~~~~~~~^~~~~~~
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:690:37: note: expanded from macro 'MIN'
  690 |     #define MIN(A,B) __NSMIN_IMPL__(A,B,__COUNTER__)
      |                                     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:689:76: note: expanded from macro '__NSMIN_IMPL__'
  689 |     #define __NSMIN_IMPL__(A,B,L) ({ __typeof__(A) __NSX_PASTE__(__a,L) = (A); __typeof__(B) __NSX_PASTE__(__b,L) = (B); (__NSX_PASTE__(__a,L) < __NSX_PASTE__(__b,L)) ? __NSX_PASTE__(__a,L) : __NSX_PASTE__(__b,L); })
      |                                                                            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:48:27: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   48 |     NSRange glyphRange = [self.layoutManager glyphRangeForCharacterRange:NSMakeRange(characterIdx, 1) actualCharacterRange:NULL];
      |                           ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:49:25: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   49 |     CGRect glyphRect = [self.layoutManager boundingRectForGlyphRange:glyphRange inTextContainer:self.textContainer];
      |                         ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:70:28: error: bad receiver type 'int *'
   70 |     NSNumber *attribute = [self.textStorage attribute:ZSWTappableLabelTappableRegionAttributeName
      |                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:77:27: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   77 |     NSRange glyphRange = [self.layoutManager glyphRangeForCharacterRange:characterRange actualCharacterRange:NULL];
      |                           ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-2O1LN0IHMY5VR2PTQG0XC1SVH.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelTappableRegionInfoImpl.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:165:40: error: no type or protocol named 'UIViewControllerPreviewing'
  165 | - (void)configurePreviewingContext:(id<UIViewControllerPreviewing>)previewingContext
      |                                        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:171:31: error: cannot find interface declaration for 'UILabel', superclass of 'ZSWTappableLabel'
  171 | @interface ZSWTappableLabel : UILabel
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:264:48: error: no type or protocol named 'UIViewControllerPreviewing'
  264 |     tappableRegionInfoForPreviewingContext:(id<UIViewControllerPreviewing>)previewingContext location:(CGPoint)location;
      |                                                ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:32:40: error: no type or protocol named 'UIViewControllerPreviewing'
   32 | - (void)configurePreviewingContext:(id<UIViewControllerPreviewing>)previewingContext {
      |                                        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:33:23: error: property 'sourceRect' not found on object of type '__strong id _Nonnull'
   33 |     previewingContext.sourceRect = [previewingContext.sourceView convertRect:self.frame
      |                       ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:33:55: error: property 'sourceView' not found on object of type '__strong id _Nonnull'
   33 |     previewingContext.sourceRect = [previewingContext.sourceView convertRect:self.frame
      |                                                       ^
8 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelAccessibilityElement.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:51: error: cannot find interface declaration for 'UIAccessibilityElement', superclass of 'ZSWTappableLabelAccessibilityElement'
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:12: warning: class 'ZSWTappableLabelAccessibilityElement' defined without specifying a base class [-Wobjc-root-class]
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      |            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:48: note: add a super class to fix this problem
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      |                                                ^
      |                                                 : NSObject
1 warning and 1 error generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-2O1LN0IHMY5VR2PTQG0XC1SVH.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabel.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.d -skip-unused-modulemap-deps
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	Building workspace spi-builder-workspace with scheme ZSWTappableLabel
(10 failures)
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZSWTappableLabel -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
  ZSWTappableLabel: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'ZSWTappableLabel' in project 'ZSWTappableLabel'
        ➜ Explicit dependency on target 'ZSWTappableLabel' in project 'ZSWTappableLabel'
    Target 'ZSWTappableLabel' in project 'ZSWTappableLabel' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2N5J00F0GVWFM0ET2AVB5Y2BS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=all -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelAccessibilityElement.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:51: error: cannot find interface declaration for 'UIAccessibilityElement', superclass of 'ZSWTappableLabelAccessibilityElement'
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:12: warning: class 'ZSWTappableLabelAccessibilityElement' defined without specifying a base class [-Wobjc-root-class]
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      |            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:48: note: add a super class to fix this problem
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      |                                                ^
      |                                                 : NSObject
1 warning and 1 error generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-8NPSY9R53G5XVNPS0RC9VN536.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2N5J00F0GVWFM0ET2AVB5Y2BS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=all -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelTouchHandling.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTouchHandling.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:18:38: error: expected a type
   18 | - (instancetype)initWithTextStorage:(NSTextStorage *)textStorage
      |                                      ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:21:33: error: unknown type name 'NSTextStorage'
   21 | @property (nonatomic, readonly) NSTextStorage *textStorage;
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:165:40: error: no type or protocol named 'UIViewControllerPreviewing'
  165 | - (void)configurePreviewingContext:(id<UIViewControllerPreviewing>)previewingContext
      |                                        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:171:31: error: cannot find interface declaration for 'UILabel', superclass of 'ZSWTappableLabel'
  171 | @interface ZSWTappableLabel : UILabel
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:264:48: error: no type or protocol named 'UIViewControllerPreviewing'
  264 |     tappableRegionInfoForPreviewingContext:(id<UIViewControllerPreviewing>)previewingContext location:(CGPoint)location;
      |                                                ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:16:34: error: unknown type name 'NSTextStorage'
   16 | @property (nonatomic, readwrite) NSTextStorage *textStorage;
      |                                  ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:25:38: error: expected a type
   25 | - (instancetype)initWithTextStorage:(NSTextStorage *)textStorage pointOffset:(CGPoint)pointOffset bounds:(CGRect)bounds {
      |                                      ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:28:28: error: implicit conversion of an Objective-C pointer to 'int *' is disallowed with ARC
   28 |         self.textStorage = textStorage;
      |                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:28:26: warning: incompatible pointer types assigning to 'int *' from '__strong id' [-Wincompatible-pointer-types]
   28 |         self.textStorage = textStorage;
      |                          ^ ~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:29:42: error: property 'layoutManagers' not found on object of type '__strong id'
   29 |         self.layoutManager = textStorage.layoutManagers.lastObject;
      |                                          ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:30:42: error: property 'layoutManagers' not found on object of type '__strong id'
   30 |         self.textContainer = textStorage.layoutManagers.lastObject.textContainers.lastObject;
      |                                          ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:42:32: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   42 |     NSUInteger characterIdx = [self.layoutManager characterIndexForPoint:point
      |                                ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:46:40: error: member reference base type 'int *' is not a structure or union
   46 |     characterIdx = MIN(self.textStorage.length - 1, characterIdx + fractionOfDistanceBetween);
      |                        ~~~~~~~~~~~~~~~~^~~~~~~
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:690:37: note: expanded from macro 'MIN'
  690 |     #define MIN(A,B) __NSMIN_IMPL__(A,B,__COUNTER__)
      |                                     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:689:49: note: expanded from macro '__NSMIN_IMPL__'
  689 |     #define __NSMIN_IMPL__(A,B,L) ({ __typeof__(A) __NSX_PASTE__(__a,L) = (A); __typeof__(B) __NSX_PASTE__(__b,L) = (B); (__NSX_PASTE__(__a,L) < __NSX_PASTE__(__b,L)) ? __NSX_PASTE__(__a,L) : __NSX_PASTE__(__b,L); })
      |                                                 ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:46:40: error: member reference base type 'int *' is not a structure or union
   46 |     characterIdx = MIN(self.textStorage.length - 1, characterIdx + fractionOfDistanceBetween);
      |                        ~~~~~~~~~~~~~~~~^~~~~~~
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:690:37: note: expanded from macro 'MIN'
  690 |     #define MIN(A,B) __NSMIN_IMPL__(A,B,__COUNTER__)
      |                                     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:689:76: note: expanded from macro '__NSMIN_IMPL__'
  689 |     #define __NSMIN_IMPL__(A,B,L) ({ __typeof__(A) __NSX_PASTE__(__a,L) = (A); __typeof__(B) __NSX_PASTE__(__b,L) = (B); (__NSX_PASTE__(__a,L) < __NSX_PASTE__(__b,L)) ? __NSX_PASTE__(__a,L) : __NSX_PASTE__(__b,L); })
      |                                                                            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:48:27: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   48 |     NSRange glyphRange = [self.layoutManager glyphRangeForCharacterRange:NSMakeRange(characterIdx, 1) actualCharacterRange:NULL];
      |                           ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:49:25: error: receiver type 'NSLayoutManager' for instance message is a forward declaration
   49 |     CGRect glyphRect = [self.layoutManager boundingRectForGlyphRange:glyphRange inTextContainer:self.textContainer];
      |                         ^~~~~~~~~~~~~~~~~~
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:8: note: forward declaration of class here
   21 | @class NSLayoutManager;
      |        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:70:28: error: bad receiver type 'int *'
   70 |     NSNumber *attribute = [self.textStorage attribute:ZSWTappableLabelTappableRegionAttributeName
      |                            ^~~~~~~~~~~~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-8NPSY9R53G5XVNPS0RC9VN536.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2N5J00F0GVWFM0ET2AVB5Y2BS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=all -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelTappableRegionInfoImpl.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelTappableRegionInfoImpl.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:165:40: error: no type or protocol named 'UIViewControllerPreviewing'
  165 | - (void)configurePreviewingContext:(id<UIViewControllerPreviewing>)previewingContext
      |                                        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:171:31: error: cannot find interface declaration for 'UILabel', superclass of 'ZSWTappableLabel'
  171 | @interface ZSWTappableLabel : UILabel
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:264:48: error: no type or protocol named 'UIViewControllerPreviewing'
  264 |     tappableRegionInfoForPreviewingContext:(id<UIViewControllerPreviewing>)previewingContext location:(CGPoint)location;
      |                                                ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2N5J00F0GVWFM0ET2AVB5Y2BS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=all -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelAccessibilityActionLongPress.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h:15:59: error: cannot find interface declaration for 'UIAccessibilityCustomAction', superclass of 'ZSWTappableLabelAccessibilityActionLongPress'
   15 | @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h:15:12: warning: class 'ZSWTappableLabelAccessibilityActionLongPress' defined without specifying a base class [-Wobjc-root-class]
   15 | @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
      |            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h:15:56: note: add a super class to fix this problem
   15 | @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
      |                                                        ^
      |                                                         : NSObject
1 warning and 1 error generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-8NPSY9R53G5XVNPS0RC9VN536.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2N5J00F0GVWFM0ET2AVB5Y2BS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=all -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabel.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabel.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:165:40: error: no type or protocol named 'UIViewControllerPreviewing'
  165 | - (void)configurePreviewingContext:(id<UIViewControllerPreviewing>)previewingContext
      |                                        ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:171:31: error: cannot find interface declaration for 'UILabel', superclass of 'ZSWTappableLabel'
  171 | @interface ZSWTappableLabel : UILabel
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:264:48: error: no type or protocol named 'UIViewControllerPreviewing'
  264 |     tappableRegionInfoForPreviewingContext:(id<UIViewControllerPreviewing>)previewingContext location:(CGPoint)location;
      |                                                ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-2O1LN0IHMY5VR2PTQG0XC1SVH.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelTouchHandling.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTouchHandling.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:18:38: error: expected a type
   18 | - (instancetype)initWithTextStorage:(NSTextStorage *)textStorage
      |                                      ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:21:33: error: unknown type name 'NSTextStorage'
   21 | @property (nonatomic, readonly) NSTextStorage *textStorage;
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h:12:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-2O1LN0IHMY5VR2PTQG0XC1SVH.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelTappableRegionInfoImpl.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelTappableRegionInfoImpl.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h:12:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/../Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelAccessibilityElement.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:51: error: cannot find interface declaration for 'UIAccessibilityElement', superclass of 'ZSWTappableLabelAccessibilityElement'
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:12: warning: class 'ZSWTappableLabelAccessibilityElement' defined without specifying a base class [-Wobjc-root-class]
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      |            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h:15:48: note: add a super class to fix this problem
   15 | @interface ZSWTappableLabelAccessibilityElement : UIAccessibilityElement
      |                                                ^
      |                                                 : NSObject
1 warning and 1 error generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabelAccessibilityActionLongPress.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h:15:59: error: cannot find interface declaration for 'UIAccessibilityCustomAction', superclass of 'ZSWTappableLabelAccessibilityActionLongPress'
   15 | @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h:15:12: warning: class 'ZSWTappableLabelAccessibilityActionLongPress' defined without specifying a base class [-Wobjc-root-class]
   15 | @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
      |            ^
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h:15:56: note: add a super class to fix this problem
   15 | @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
      |                                                        ^
      |                                                         : NSObject
1 warning and 1 error generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.dia -c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-2O1LN0IHMY5VR2PTQG0XC1SVH.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-2HR8HLLX5J921FIWIXBDUQY3Y.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ZSWTappableLabel -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ZSWTappableLabel.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabel.d -skip-unused-modulemap-deps
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:109:12: error: unknown type name 'UIAccessibilityCustomAction'; did you mean 'UIAccessibilityNotifications'?
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            UIAccessibilityNotifications
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:11:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h:123:18: note: 'UIAccessibilityNotifications' declared here
  123 | typedef uint32_t UIAccessibilityNotifications NS_TYPED_ENUM API_AVAILABLE(watchos(2.0));
      |                  ^
In file included from /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/ZSWTappableLabel.m:11:
/Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Public/ZSWTappableLabel.h:109:12: error: type argument 'UIAccessibilityNotifications *' (aka 'unsigned int *') is neither an Objective-C object nor a block type
  109 | - (NSArray<UIAccessibilityCustomAction *> *)tappableLabel:(ZSWTappableLabel *)tappableLabel
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-18NF36K6B90CPAN6YRWKA78D5.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-18NF36K6B90CPAN6YRWKA78D5.scan
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-18NF36K6B90CPAN6YRWKA78D5.dia -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -fsystem-module -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/ObjectiveC.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/Darwin.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/c_standard_library.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/DarwinFoundation.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/os_availability.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/TargetConditionals.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include/dispatch/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-18NF36K6B90CPAN6YRWKA78D5.pcm -disable-free -emit-module -x objective-c /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64-apple-watchos5.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=11.1 -fmodules-validate-system-headers -fno-modules-prune-non-affecting-module-map-files -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=AvailabilityMacros\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-23RM25427FP07VAWJ3LANY8W0.pcm -fmodule-file\=CoreFoundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-245YWQH5YNZU9VT5YTIALRCN.pcm -fmodule-file\=Darwin\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DGOYOYPWHHB40C0K209ZLR6NO.pcm -fmodule-file\=DarwinFoundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-4YHZ3UOG8XOTM24EGPQQM9CSK.pcm -fmodule-file\=Dispatch\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-68GIC3PMZL67PDC1L0PQE3QQB.pcm -fmodule-file\=ObjectiveC\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-6QY6XPVQHLMFWVYDDTQZKDL7H.pcm -fmodule-file\=Security\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-APL6E7GRQVI47001DUOLNDGD7.pcm -fmodule-file\=TargetConditionals\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-9C93108MG54QYMLIIFA86G4BF.pcm -fmodule-file\=_Builtin_limits\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-5L7KTSTRB5CE2JTLD0ZA7MC67.pcm -fmodule-file\=_Builtin_stdarg\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-48E1G4NSPFR54TUF9UVL3HI71.pcm -fmodule-file\=_Builtin_stddef\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-ALLKJYL84XJG74OUPT1OMXQSV.pcm -fmodule-file\=_Builtin_stdint\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-D7F4R96D0F1LMXORWYJ4VWOVQ.pcm -fmodule-file\=_setjmp\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-9C07TS2LNMDFZ0MKSL79LW0N6.pcm -fmodule-file\=os_availability\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-63A59KFVJJ6XH7TG7L2NW1YPC.pcm -fmodule-file\=ptrauth\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-7AYDPS610OLJTBQ04O6Z4ILZN.pcm -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=Foundation -fmodules-search-all -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -disable-objc-default-synthesize-properties -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=off -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fcommon -fno-sanitize-address-use-odr-indicator -fno-sanitize-memory-param-retval -fmerge-all-constants -fno-verbose-asm -fregister-global-dtors-with-atexit -fno-use-init-array -funique-basic-block-section-names -dwarf-version\=4 -debugger-tuning\=lldb -llvm-verify-each -dwarf-ext-refs -no-struct-path-tbaa -fexperimental-assignment-tracking\=disabled -no-enable-noundef-analysis -stack-protector-buffer-size 0 -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT moduledependenciestarget -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-18NF36K6B90CPAN6YRWKA78D5.d -skip-unused-modulemap-deps
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/armv7k/ZSWTappableLabelAccessibilityActionLongPress.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityElement.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZSWTappableLabel.build/Debug-watchos/ZSWTappableLabel.build/Objects-normal/arm64_32/ZSWTappableLabelAccessibilityActionLongPress.o /Users/admin/builder/spi-builder-workspace/ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZSWTappableLabel' from project 'ZSWTappableLabel')
	Building workspace spi-builder-workspace with scheme ZSWTappableLabel
(5 failures)
BUILD FAILURE 6.0 watchOS