The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIKitGesturesForSwiftUI, reference main (c65e0f), with Swift 6.2 for watchOS using Xcode 26.3 on 26 Feb 2026 06:51:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UIKitGesturesForSwiftUI -destination generic/platform=watchOS

Build Log

    private var trackedTouch1: UITouch?
                               ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:260:32: error: 'UITouch' is unavailable in watchOS
    private var trackedTouch2: UITouch?
                               ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:295:54: error: 'UITouch' is unavailable in watchOS
    override public func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:295:76: error: 'UIEvent' is unavailable in watchOS
    override public func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:340:54: error: 'UITouch' is unavailable in watchOS
    override public func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:340:76: error: 'UIEvent' is unavailable in watchOS
    override public func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:399:54: error: 'UITouch' is unavailable in watchOS
    override public func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:399:76: error: 'UIEvent' is unavailable in watchOS
    override public func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:413:58: error: 'UITouch' is unavailable in watchOS
    override public func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent) {
                                                         ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:413:80: error: 'UIEvent' is unavailable in watchOS
    override public func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                               ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:179:42: error: 'UIGestureRecognizer' is unavailable in watchOS
public class TransformGestureRecognizer: UIGestureRecognizer {
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/UIKitGesturesForSwiftUI.swift -target arm64_32-apple-watchos11.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=5 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -default-isolation MainActor -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name UIKitGesturesForSwiftUI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64_32/UIKitGesturesForSwiftUI.abi.json
SwiftCompile normal arm64_32 Compiling\ MultiFingerPinchGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ MultiFingerSwipeGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ MultiFingerLongPressGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ UIKitGesturesForSwiftUI (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/UIKitGesturesForSwiftUI.swift -target arm64-apple-watchos11.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=5 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -default-isolation MainActor -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name UIKitGesturesForSwiftUI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitGesturesForSwiftUI.build/Debug-watchos/UIKitGesturesForSwiftUI.build/Objects-normal/arm64/UIKitGesturesForSwiftUI.abi.json
EmitSwiftModule normal arm64 (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:36:35: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:40:57: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:44:42: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:44:63: error: 'UITouch' is unavailable in watchOS
    let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                              ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:48:42: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:48:63: error: 'UIPress' is unavailable in watchOS
    let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                              ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:52:42: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:52:63: error: 'UIEvent' is unavailable in watchOS
    let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                              ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:56:46: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:60:48: error: 'UIGestureRecognizer' is unavailable in watchOS
    let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:62:45: error: 'UIGestureRecognizer' is unavailable in watchOS
    internal init(shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:63:67: error: 'UIGestureRecognizer' is unavailable in watchOS
                  shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:64:52: error: 'UIGestureRecognizer' is unavailable in watchOS
                  shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:64:73: error: 'UITouch' is unavailable in watchOS
                  shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                        ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:65:52: error: 'UIGestureRecognizer' is unavailable in watchOS
                  shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:65:73: error: 'UIPress' is unavailable in watchOS
                  shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                        ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:66:52: error: 'UIGestureRecognizer' is unavailable in watchOS
                  shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:66:73: error: 'UIEvent' is unavailable in watchOS
                  shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                        ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:67:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                  shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:68:58: error: 'UIGestureRecognizer' is unavailable in watchOS
                  shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:80:67: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:84:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:85:93: error: 'UIGestureRecognizer' is unavailable in watchOS
                                  shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:89:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:90:56: error: 'UITouch' is unavailable in watchOS
                                  shouldReceive touch: UITouch) -> Bool {
                                                       ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:99:17: error: cannot override 'gestureRecognizer' which has been marked unavailable
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                ^
UIKit.UIGestureRecognizerDelegate.gestureRecognizer:3:28: note: 'gestureRecognizer(_:shouldReceive:)' has been explicitly marked unavailable here
  @MainActor optional func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive event: UIEvent) -> Bool}
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:94:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:95:56: error: 'UIPress' is unavailable in watchOS
                                  shouldReceive press: UIPress) -> Bool {
                                                       ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:99:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:100:56: error: 'UIEvent' is unavailable in watchOS
                                  shouldReceive event: UIEvent) -> Bool {
                                                       ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:104:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:105:82: error: 'UIGestureRecognizer' is unavailable in watchOS
                                  shouldRequireFailureOf otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:109:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:110:84: error: 'UIGestureRecognizer' is unavailable in watchOS
                                  shouldBeRequiredToFailBy otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:32:44: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
public class GestureCoordinator: NSObject, UIGestureRecognizerDelegate {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:91:11: note: 'UIGestureRecognizerDelegate' has been explicitly marked unavailable here
@protocol UIGestureRecognizerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:104:39: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    private let onBegan: (@MainActor (UILongPressGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:110:41: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    private let onChanged: (@MainActor (UILongPressGestureRecognizer) -> Void)?
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:116:39: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    private let onEnded: (@MainActor (UILongPressGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:122:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:130:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:134:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:134:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:138:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:138:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:142:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:142:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:147:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:152:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:186:39: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
                onBegan: (@MainActor (UILongPressGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:187:41: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
                onChanged: (@MainActor (UILongPressGestureRecognizer) -> Void)? = nil,
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:188:39: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
                onEnded: (@MainActor (UILongPressGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:189:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:190:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:191:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:191:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:192:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:192:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:193:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:193:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:194:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:195:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:219:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> UILongPressGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:219:62: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    public func makeUIGestureRecognizer(context: Context) -> UILongPressGestureRecognizer {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:234:52: error: cannot find type 'Context' in scope
                                          context: Context) {
                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:233:57: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    public func updateUIGestureRecognizer(_ recognizer: UILongPressGestureRecognizer,
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:253:57: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    public func onBegan(_ action: @escaping @MainActor (UILongPressGestureRecognizer) -> Void) -> MultiFingerLongPressGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:280:59: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    public func onChanged(_ action: @escaping @MainActor (UILongPressGestureRecognizer) -> Void) -> MultiFingerLongPressGesture {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:306:57: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    public func onEnded(_ action: @escaping @MainActor (UILongPressGestureRecognizer) -> Void) -> MultiFingerLongPressGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:341:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:340:63: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    public func handleUIGestureRecognizerAction(_ recognizer: UILongPressGestureRecognizer,
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:368:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift:64:44: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerLongPressGesture: UIGestureRecognizerRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:92:39: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    private let onBegan: (@MainActor (UIPanGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:100:41: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    private let onChanged: (@MainActor (UIPanGestureRecognizer) -> Void)?
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:107:39: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    private let onEnded: (@MainActor (UIPanGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:113:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:121:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:125:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:125:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:129:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:129:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:133:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:133:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:138:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:143:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:171:39: error: 'UIPanGestureRecognizer' is unavailable in watchOS
                onBegan: (@MainActor (UIPanGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:172:41: error: 'UIPanGestureRecognizer' is unavailable in watchOS
                onChanged: (@MainActor (UIPanGestureRecognizer) -> Void)? = nil,
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:173:39: error: 'UIPanGestureRecognizer' is unavailable in watchOS
                onEnded: (@MainActor (UIPanGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:174:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:175:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:176:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:176:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:177:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:177:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:178:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:178:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:179:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:180:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:202:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> UIPanGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:202:62: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    public func makeUIGestureRecognizer(context: Context) -> UIPanGestureRecognizer {
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:215:52: error: cannot find type 'Context' in scope
                                          context: Context) {
                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:214:57: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    public func updateUIGestureRecognizer(_ recognizer: UIPanGestureRecognizer,
                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:232:57: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    public func onBegan(_ action: @escaping @MainActor (UIPanGestureRecognizer) -> Void) -> MultiFingerPanGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:257:59: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    public func onChanged(_ action: @escaping @MainActor (UIPanGestureRecognizer) -> Void) -> MultiFingerPanGesture {
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:282:57: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    public func onEnded(_ action: @escaping @MainActor (UIPanGestureRecognizer) -> Void) -> MultiFingerPanGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:315:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:314:63: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    public func handleUIGestureRecognizerAction(_ recognizer: UIPanGestureRecognizer,
                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:342:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPanGesture.swift:67:38: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerPanGesture: UIGestureRecognizerRepresentable {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:136:39: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    private let onBegan: (@MainActor (UIPinchGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:148:41: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    private let onChanged: (@MainActor (UIPinchGestureRecognizer) -> Void)?
                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:155:39: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    private let onEnded: (@MainActor (UIPinchGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:161:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:174:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:178:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:178:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:182:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:182:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:186:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:186:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:191:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:196:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:224:39: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    public init(onBegan: (@MainActor (UIPinchGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:225:41: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
                onChanged: (@MainActor (UIPinchGestureRecognizer) -> Void)? = nil,
                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:226:39: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
                onEnded: (@MainActor (UIPinchGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:227:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:228:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:229:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:229:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:230:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:230:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:231:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:231:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:232:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:233:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:254:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> UIPinchGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:254:62: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    public func makeUIGestureRecognizer(context: Context) -> UIPinchGestureRecognizer {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:272:57: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    public func onBegan(_ action: @escaping @MainActor (UIPinchGestureRecognizer) -> Void) -> MultiFingerPinchGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:296:59: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    public func onChanged(_ action: @escaping @MainActor (UIPinchGestureRecognizer) -> Void) -> MultiFingerPinchGesture {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:319:57: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    public func onEnded(_ action: @escaping @MainActor (UIPinchGestureRecognizer) -> Void) -> MultiFingerPinchGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:350:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:349:63: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
    public func handleUIGestureRecognizerAction(_ recognizer: UIPinchGestureRecognizer,
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:377:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerPinchGesture.swift:126:40: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerPinchGesture: UIGestureRecognizerRepresentable {
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:164:39: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    private let onBegan: (@MainActor (UIRotationGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:176:41: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    private let onChanged: (@MainActor (UIRotationGestureRecognizer) -> Void)?
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:183:39: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    private let onEnded: (@MainActor (UIRotationGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:189:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:202:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:206:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:206:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:210:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:210:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:214:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:214:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:219:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:224:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:252:39: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    public init(onBegan: (@MainActor (UIRotationGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:253:41: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
                onChanged: (@MainActor (UIRotationGestureRecognizer) -> Void)? = nil,
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:254:39: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
                onEnded: (@MainActor (UIRotationGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:255:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:256:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:257:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:257:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:258:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:258:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:259:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:259:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:260:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:261:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:282:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> UIRotationGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:282:62: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    public func makeUIGestureRecognizer(context: Context) -> UIRotationGestureRecognizer {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:300:57: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    public func onBegan(_ action: @escaping @MainActor (UIRotationGestureRecognizer) -> Void) -> MultiFingerRotationGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:324:59: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    public func onChanged(_ action: @escaping @MainActor (UIRotationGestureRecognizer) -> Void) -> MultiFingerRotationGesture {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:347:57: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    public func onEnded(_ action: @escaping @MainActor (UIRotationGestureRecognizer) -> Void) -> MultiFingerRotationGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:378:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:377:63: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
    public func handleUIGestureRecognizerAction(_ recognizer: UIRotationGestureRecognizer,
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:405:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerRotationGesture.swift:154:43: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerRotationGesture: UIGestureRecognizerRepresentable {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:115:27: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    public let direction: UISwipeGestureRecognizer.Direction
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:133:39: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    private let onEnded: (@MainActor (UISwipeGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:139:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:152:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:156:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:156:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:160:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:160:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:164:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:164:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:169:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:174:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:198:28: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    public init(direction: UISwipeGestureRecognizer.Direction = .right,
                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:200:39: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
                onEnded: (@MainActor (UISwipeGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:201:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:202:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:203:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:203:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:204:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:204:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:205:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:205:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:206:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:207:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:228:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> UISwipeGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:228:62: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    public func makeUIGestureRecognizer(context: Context) -> UISwipeGestureRecognizer {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:241:52: error: cannot find type 'Context' in scope
                                          context: Context) {
                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:240:57: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    public func updateUIGestureRecognizer(_ recognizer: UISwipeGestureRecognizer,
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:258:57: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    public func onEnded(_ action: @escaping @MainActor (UISwipeGestureRecognizer) -> Void) -> MultiFingerSwipeGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:292:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:291:63: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    public func handleUIGestureRecognizerAction(_ recognizer: UISwipeGestureRecognizer,
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:307:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerSwipeGesture.swift:103:40: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerSwipeGesture: UIGestureRecognizerRepresentable {
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:77:39: error: 'UITapGestureRecognizer' is unavailable in watchOS
    private let onEnded: (@MainActor (UITapGestureRecognizer) -> Void)?
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:83:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:91:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:95:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:95:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:99:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:99:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:103:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:103:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:108:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:113:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:138:39: error: 'UITapGestureRecognizer' is unavailable in watchOS
                onEnded: (@MainActor (UITapGestureRecognizer) -> Void)? = nil,
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:139:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:140:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:141:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:141:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:142:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:142:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:143:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:143:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:144:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:145:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:165:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> UITapGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:165:62: error: 'UITapGestureRecognizer' is unavailable in watchOS
    public func makeUIGestureRecognizer(context: Context) -> UITapGestureRecognizer {
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:177:90: error: cannot find type 'Context' in scope
    public func updateUIGestureRecognizer(_ recognizer: UITapGestureRecognizer, context: Context) {
                                                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:177:57: error: 'UITapGestureRecognizer' is unavailable in watchOS
    public func updateUIGestureRecognizer(_ recognizer: UITapGestureRecognizer, context: Context) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:194:57: error: 'UITapGestureRecognizer' is unavailable in watchOS
    public func onEnded(_ action: @escaping @MainActor (UITapGestureRecognizer) -> Void) -> MultiFingerTapGesture {
                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:224:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:223:63: error: 'UITapGestureRecognizer' is unavailable in watchOS
    public func handleUIGestureRecognizerAction(_ recognizer: UITapGestureRecognizer,
                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:239:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTapGesture.swift:52:38: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerTapGesture: UIGestureRecognizerRepresentable {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:302:43: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)?
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:315:65: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:319:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:319:71: error: 'UITouch' is unavailable in watchOS
    private let shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:323:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:323:71: error: 'UIPress' is unavailable in watchOS
    private let shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:327:50: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:327:71: error: 'UIEvent' is unavailable in watchOS
    private let shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)?
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:332:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:337:56: error: 'UIGestureRecognizer' is unavailable in watchOS
    private let shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)?
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:369:43: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBegin: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:370:65: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRecognizeSimultaneouslyWith: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:371:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:371:71: error: 'UITouch' is unavailable in watchOS
                shouldReceiveTouch: (@MainActor (UIGestureRecognizer, UITouch) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:372:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:372:71: error: 'UIPress' is unavailable in watchOS
                shouldReceivePress: (@MainActor (UIGestureRecognizer, UIPress) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:373:50: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:373:71: error: 'UIEvent' is unavailable in watchOS
                shouldReceiveEvent: (@MainActor (UIGestureRecognizer, UIEvent) -> Bool)? = nil,
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:374:54: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldRequireFailureOf: (@MainActor (UIGestureRecognizer) -> Bool)? = nil,
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:375:56: error: 'UIGestureRecognizer' is unavailable in watchOS
                shouldBeRequiredToFailBy: (@MainActor (UIGestureRecognizer) -> Bool)? = nil) {
                                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:396:50: error: cannot find type 'Context' in scope
    public func makeUIGestureRecognizer(context: Context) -> TransformGestureRecognizer {
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:493:58: error: cannot find type 'Context' in scope
                                                context: Context) {
                                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:520:44: error: cannot find type 'CoordinateSpaceConverter' in scope
    public func makeCoordinator(converter: CoordinateSpaceConverter) -> GestureCoordinator {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift:235:44: error: 'UIGestureRecognizerRepresentable' is unavailable in watchOS
public struct MultiFingerTransformGesture: UIGestureRecognizerRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftUI.UIGestureRecognizerRepresentable:6:44: note: 'UIGestureRecognizerRepresentable' has been explicitly marked unavailable here
@MainActor @preconcurrency public protocol UIGestureRecognizerRepresentable {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:257:32: error: 'UITouch' is unavailable in watchOS
    private var trackedTouch1: UITouch?
                               ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:260:32: error: 'UITouch' is unavailable in watchOS
    private var trackedTouch2: UITouch?
                               ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:295:54: error: 'UITouch' is unavailable in watchOS
    override public func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:295:76: error: 'UIEvent' is unavailable in watchOS
    override public func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:340:54: error: 'UITouch' is unavailable in watchOS
    override public func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:340:76: error: 'UIEvent' is unavailable in watchOS
    override public func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:399:54: error: 'UITouch' is unavailable in watchOS
    override public func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:399:76: error: 'UIEvent' is unavailable in watchOS
    override public func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:413:58: error: 'UITouch' is unavailable in watchOS
    override public func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent) {
                                                         ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:413:80: error: 'UIEvent' is unavailable in watchOS
    override public func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                               ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift:179:42: error: 'UIGestureRecognizer' is unavailable in watchOS
public class TransformGestureRecognizer: UIGestureRecognizer {
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
SwiftCompile normal arm64_32 Compiling\ MultiFingerTransformGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TransformGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/TransformGestureRecognizer.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MultiFingerTransformGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerTransformGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIKitGesturesForSwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/UIKitGesturesForSwiftUI.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/UIKitGesturesForSwiftUI.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIKitGesturesForSwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/UIKitGesturesForSwiftUI.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/UIKitGesturesForSwiftUI.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MultiFingerLongPressGesture.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/MultiFingerLongPressGesture.swift (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
2026-02-26 01:51:27.226 xcodebuild[752:4288] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ UIKitGesturesForSwiftUI (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ UIKitGesturesForSwiftUI (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
	EmitSwiftModule normal arm64 (in target 'UIKitGesturesForSwiftUI' from project 'UIKitGesturesForSwiftUI')
	Building workspace spi-builder-workspace with scheme UIKitGesturesForSwiftUI
(5 failures)
BUILD FAILURE 6.2 watchOS