The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Helper4Swift, reference 1.0.1 (dd28fe), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 18 Jun 2025 11:51:29 UTC.

Build Command

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

Build Log

@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:157:41: error: 'UILabel' is unavailable in watchOS
    func addLocalization(_ dictionary: [UILabel: String]) {
                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:61:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:15:24: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var safeTopAnchor: NSLayoutYAxisAnchor {
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:22:25: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var safeLeftAnchor: NSLayoutXAxisAnchor {
                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:29:27: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var safeBottomAnchor: NSLayoutYAxisAnchor {
                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:36:26: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var safeRightAnchor: NSLayoutXAxisAnchor {
                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:54:22: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    func anchor(top: NSLayoutYAxisAnchor? = nil,
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:55:23: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                left: NSLayoutXAxisAnchor? = nil,
                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:56:25: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                bottom: NSLayoutYAxisAnchor? = nil,
                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:57:24: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                right: NSLayoutXAxisAnchor? = nil,
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:83:30: error: 'UIView' is unavailable in watchOS
    func anchorToEdges(view: UIView, padding: CGFloat = 0) {
                             ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:99:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                              centerX: NSLayoutXAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:100:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                              centerY: NSLayoutYAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:134:39: error: 'NSLayoutDimension' is unavailable in watchOS
    func anchorWithMultiplier(height: NSLayoutDimension? = nil,
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:135:38: error: 'NSLayoutDimension' is unavailable in watchOS
                              width: NSLayoutDimension? = nil,
                                     ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:138:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                              centerX: NSLayoutXAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:139:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                              centerY: NSLayoutYAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:11:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:11:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:90:30: error: 'UIViewController' is unavailable in watchOS
    func vcFromStoryboard<T: UIViewController>(withClass name: T.Type, from storyboard: UIStoryboard) -> T {
                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:90:89: error: 'UIStoryboard' is unavailable in watchOS
    func vcFromStoryboard<T: UIViewController>(withClass name: T.Type, from storyboard: UIStoryboard) -> T {
                                                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:95:28: error: 'UIViewController' is unavailable in watchOS
    func presentThis(_ vc: UIViewController, animated: Bool = true, completion: (() -> Void)? = nil) {
                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:100:25: error: 'UIViewController' is unavailable in watchOS
    func pushThis(_ vc: UIViewController, animated: Bool = true) {
                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:124:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    func animateConstrints(constraints: [NSLayoutConstraint: CGFloat], duration: TimeInterval = 0.3) {
                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:22:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+LocalAuthentication+Extension.swift:12:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:30:31: error: 'UIViewController' is unavailable in watchOS
    static func showAlert(vc: UIViewController? = UIApplication.topViewController(),
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:30:51: error: 'UIApplication' is unavailable in watchOS
    static func showAlert(vc: UIViewController? = UIApplication.topViewController(),
                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:76:36: error: 'UIViewController' is unavailable in watchOS
    static func showBasicAlert(vc: UIViewController, title: String?, message: String?, buttonTitle: String) {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:90:40: error: 'UIViewController' is unavailable in watchOS
    static func showOneActionAlert(vc: UIViewController, title: String?, message: String?, buttonTitle: String, buttonHandler: AlertButtonAction = nil) {
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:106:41: error: 'UIViewController' is unavailable in watchOS
    static func showTwoActionsAlert(vc: UIViewController? = UIApplication.topViewController(),
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:106:61: error: 'UIApplication' is unavailable in watchOS
    static func showTwoActionsAlert(vc: UIViewController? = UIApplication.topViewController(),
                                                            ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift:11:29: error: 'UIView' is unavailable in watchOS
public class UIViewFromNib: UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal armv7k Compiling\ UITextField+Extension.swift,\ UITextView+Extension.swift,\ UIView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ URL+Extension.swift,\ Helper4Swift.swift,\ UIViewFromNib.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/URL+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/URL+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ UIColor+Extension.swift,\ UIImage+Extension.swift,\ UIImageView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIColor+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIColor+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ UIKeyboardType+Extension.swift,\ UILabel+Extension.swift,\ UINavigationController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ UIApplication+Extension.swift,\ UIButton+Extension.swift,\ UICollectionView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ Dictionary+Extension.swift,\ Dispatch+Extension.swift,\ Encodable+Extension.swift,\ Int+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dictionary+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dispatch+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Encodable+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Int+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dictionary+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dispatch+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Encodable+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Int+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ Array+Extension.swift,\ Bundle+Extension.swift,\ CALayer+Extension.swift,\ Date+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
EmitSwiftModule normal arm64 (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
/Users/admin/builder/spi-builder-workspace/Helper4Swift.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 3.0, but the range of supported deployment target versions is 4.0 to 26.0.99. (in target 'Helper4Swift' from project 'Helper4Swift')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
	EmitSwiftModule normal armv7k (in target 'Helper4Swift' from project 'Helper4Swift')
	Building project Helper4Swift with scheme Helper4Swift-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Helper4Swift",
  "name" : "Helper4Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Helper4Swift",
      "targets" : [
        "Helper4Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Helper4SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "Helper4SwiftTests",
      "path" : "Tests/Helper4SwiftTests",
      "sources" : [
        "Helper4SwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Helper4Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helper4Swift",
      "module_type" : "SwiftTarget",
      "name" : "Helper4Swift",
      "path" : "Sources/Helper4Swift",
      "product_memberships" : [
        "Helper4Swift"
      ],
      "sources" : [
        "Extensions/Array+Extension.swift",
        "Extensions/Bundle+Extension.swift",
        "Extensions/CALayer+Extension.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/Dispatch+Extension.swift",
        "Extensions/Encodable+Extension.swift",
        "Extensions/Int+Extension.swift",
        "Extensions/JSONDecoder+Extension.swift",
        "Extensions/NSMutableAttributedString+Extension.swift",
        "Extensions/String+Extension.swift",
        "Extensions/TimeInterval+Extension.swift",
        "Extensions/UIApplication+Extension.swift",
        "Extensions/UIButton+Extension.swift",
        "Extensions/UICollectionView+Extension.swift",
        "Extensions/UIColor+Extension.swift",
        "Extensions/UIImage+Extension.swift",
        "Extensions/UIImageView+Extension.swift",
        "Extensions/UIKeyboardType+Extension.swift",
        "Extensions/UILabel+Extension.swift",
        "Extensions/UINavigationController+Extension.swift",
        "Extensions/UIStoryboard+Extension.swift",
        "Extensions/UITabBarController+Extension.swift",
        "Extensions/UITableView+Extension.swift",
        "Extensions/UITextField+Extension.swift",
        "Extensions/UITextView+Extension.swift",
        "Extensions/UIView+Extension.swift",
        "Extensions/UIViewAutoLayout+Extension.swift",
        "Extensions/UIViewController+Extension.swift",
        "Extensions/UIViewController+LocalAuthentication+Extension.swift",
        "Extensions/URL+Extension.swift",
        "Helper4Swift.swift",
        "SubClasses/UIViewFromNib.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Helper4Swift",
    "schemes" : [
      "Helper4Swift-Package"
    ],
    "targets" : [
      "Helper4Swift",
      "Helper4SwiftPackageDescription",
      "Helper4SwiftPackageTests",
      "Helper4SwiftTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Helper4Swift-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Helper4Swift-Package -destination generic/platform=watchOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Helper4Swift' in project 'Helper4Swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Helper4Swift.xcodeproj
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
/Users/admin/builder/spi-builder-workspace/Helper4Swift.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 3.0, but the range of supported deployment target versions is 4.0 to 26.0.99. (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftDriver Helper4Swift normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Helper4Swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos3.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift_const_extract_protocols.json -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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver Helper4Swift normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Helper4Swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64_32/Helper4Swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos3.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64_32/Helper4Swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64_32/Helper4Swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64_32/Helper4Swift_const_extract_protocols.json -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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64_32/Helper4Swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver Helper4Swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Helper4Swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos3.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift_const_extract_protocols.json -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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UIColor+Extension.swift,\ UIImage+Extension.swift,\ UIImageView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIColor+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIColor+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Dictionary+Extension.swift,\ Dispatch+Extension.swift,\ Encodable+Extension.swift,\ Int+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dictionary+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dispatch+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Encodable+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Int+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dictionary+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dispatch+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Encodable+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Int+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Array+Extension.swift,\ Bundle+Extension.swift,\ CALayer+Extension.swift,\ Date+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UIKeyboardType+Extension.swift,\ UILabel+Extension.swift,\ UINavigationController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UIApplication+Extension.swift,\ UIButton+Extension.swift,\ UICollectionView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UIStoryboard+Extension.swift,\ UITabBarController+Extension.swift,\ UITableView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dictionary+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dispatch+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Encodable+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Int+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/NSMutableAttributedString+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/String+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/TimeInterval+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIColor+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+LocalAuthentication+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/URL+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift -target arm64-apple-watchos3.0 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Helper4Swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/arm64/Helper4Swift.abi.json
EmitSwiftModule normal arm64 (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:50:32: error: 'CACornerMask' is unavailable in watchOS
    func roundCorners(corners: CACornerMask, radius: CGFloat){
                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:10:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/String+Extension.swift:72:23: error: 'UIStoryboard' is unavailable in watchOS
    var asStoryboard: UIStoryboard {
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:46: error: 'UIViewController' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:121: error: 'UIViewController' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:66: error: 'UIApplication' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                                                 ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:87: error: 'keyWindow' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                                                                      ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:108:51: note: 'keyWindow' has been explicitly marked unavailable here
@property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)) API_UNAVAILABLE(visionos, watchos);
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:11:18: error: 'UIApplication' is unavailable in watchOS
public extension UIApplication {
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:19:40: error: 'UIControl' is unavailable in watchOS
    func title(_ title: String, state: UIControl.State = .normal) {
                                       ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:24:44: error: 'UIControl' is unavailable in watchOS
    func titleColor(color: UIColor, state: UIControl.State = .normal) {
                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:29:45: error: 'UIControl' is unavailable in watchOS
    func withImage(_ image: UIImage, state: UIControl.State = .normal) {
                                            ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:38:64: error: 'UIUserInterfaceLayoutDirection' is unavailable in watchOS
    func setImageEdgeInsets(_ insets: UIEdgeInsets, direction: UIUserInterfaceLayoutDirection) {
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:38:28: note: 'UIUserInterfaceLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:51:64: error: 'UIUserInterfaceLayoutDirection' is unavailable in watchOS
    func setTitleEdgeInsets(_ insets: UIEdgeInsets, direction: UIUserInterfaceLayoutDirection) {
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:38:28: note: 'UIUserInterfaceLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:16:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
                 ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:11:18: error: 'UICollectionView' is unavailable in watchOS
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:73:33: error: 'UICollectionViewCell' is unavailable in watchOS
    func dequeueReusableCell<T: UICollectionViewCell>(withClass name: T.Type, for indexPath: IndexPath) -> T {
                                ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:87:46: error: 'UICollectionReusableView' is unavailable in watchOS
    func dequeueReusableSupplementaryView<T: UICollectionReusableView>(ofKind kind: String, withClass name: T.Type, for indexPath: IndexPath) -> T {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:99:22: error: 'UICollectionReusableView' is unavailable in watchOS
    func register<T: UICollectionReusableView>(supplementaryViewOfKind kind: String, withClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:108:22: error: 'UICollectionViewCell' is unavailable in watchOS
    func register<T: UICollectionViewCell>(nib: UINib?, forCellWithClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:108:49: error: 'UINib' is unavailable in watchOS
    func register<T: UICollectionViewCell>(nib: UINib?, forCellWithClass name: T.Type) {
                                                ^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:115:22: error: 'UICollectionViewCell' is unavailable in watchOS
    func register<T: UICollectionViewCell>(cellWithClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:125:22: error: 'UICollectionReusableView' is unavailable in watchOS
    func register<T: UICollectionReusableView>(nib: UINib?, forSupplementaryViewOfKind kind: String, withClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:125:53: error: 'UINib' is unavailable in watchOS
    func register<T: UICollectionReusableView>(nib: UINib?, forSupplementaryViewOfKind kind: String, withClass name: T.Type) {
                                                    ^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:135:22: error: 'UICollectionViewCell' is unavailable in watchOS
    func register<T: UICollectionViewCell>(nibWithCellClass name: T.Type, at bundleClass: AnyClass? = nil) {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:24:18: error: 'UICollectionView' is unavailable in watchOS
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift:99:68: error: cannot find type 'CGImageSource' in scope
    internal class func delayForImageAtIndex(_ index: Int, source: CGImageSource!) -> Double {
                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift:183:59: error: cannot find type 'CGImageSource' in scope
    internal class func animatedImageWithSource(_ source: CGImageSource) -> UIImage? {
                                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift:11:18: error: 'UIImageView' is unavailable in watchOS
public extension UIImageView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift:14:29: error: 'UIKeyboardType' is unavailable in watchOS
    static var onlyNumbers: UIKeyboardType {
                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift:11:18: error: 'UIKeyboardType' is unavailable in watchOS
public extension UIKeyboardType {
                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift:11:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:14:48: error: 'UIStatusBarStyle' is unavailable in watchOS
    open override var preferredStatusBarStyle: UIStatusBarStyle {
                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:11:11: error: 'UINavigationController' is unavailable in watchOS
extension UINavigationController {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:26:20: error: 'UIViewController' is unavailable in watchOS
    func backTo<T: UIViewController>(_ type: T.Type, animated: Bool = true) {
                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:57:47: error: 'CATransform3D' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                              ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:57:63: error: 'CATransform3DMakeAffineTransform' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:102:25: note: 'CATransform3DMakeAffineTransform' has been explicitly marked unavailable here
CA_EXTERN CATransform3D CATransform3DMakeAffineTransform (CGAffineTransform m)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:19:18: error: 'UINavigationController' is unavailable in watchOS
public extension UINavigationController {
                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift:17:27: error: 'UIViewController' is unavailable in watchOS
    func instantiateVC<T: UIViewController>(withClass name: T.Type) -> T {
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift:11:18: error: 'UIStoryboard' is unavailable in watchOS
public extension UIStoryboard {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:21:37: error: 'UIViewController' is unavailable in watchOS
    func creatNavController(for vc: UIViewController,
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:26:64: error: 'UINavigationController' is unavailable in watchOS
                                   largeTitle: Bool? = nil) -> UINavigationController {
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:64:34: error: 'UINavigationController' is unavailable in watchOS
    func createViewController<T: UINavigationController>(nv navigationController: T,
                                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:65:77: error: 'UIViewController' is unavailable in watchOS
                                                         vc viewController: UIViewController,
                                                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:102:47: error: 'CATransform3D' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                              ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:102:63: error: 'CATransform3DMakeAffineTransform' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:102:25: note: 'CATransform3DMakeAffineTransform' has been explicitly marked unavailable here
CA_EXTERN CATransform3D CATransform3DMakeAffineTransform (CGAffineTransform m)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:11:18: error: 'UITabBarController' is unavailable in watchOS
public extension UITabBarController {
                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:64:12: note: 'UITabBarController' has been explicitly marked unavailable here
@interface UITabBarController : UIViewController <UITabBarDelegate, NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:11:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:93:29: error: 'UITableViewCell' is unavailable in watchOS
    func registerNibCell<T: UITableViewCell>(nibWithCellClass name: T.Type, at bundleClass: AnyClass? = nil) {
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:106:33: error: 'UITableViewCell' is unavailable in watchOS
    func dequeueReusableCell<T: UITableViewCell>(withClass name: T.Type) -> T {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:119:33: error: 'UITableViewCell' is unavailable in watchOS
    func dequeueReusableCell<T: UITableViewCell>(withClass name: T.Type, for indexPath: IndexPath) -> T {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:140:70: error: 'UITableView' is unavailable in watchOS
    func safeScrollToRow(at indexPath: IndexPath, at scrollPosition: UITableView.ScrollPosition, animated: Bool) {
                                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:152:54: error: 'UITableView' is unavailable in watchOS
    func setRoundedCornersForGroupedCells(tableView: UITableView, cell: UITableViewCell, indexPath: IndexPath, color: UIColor) {
                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:152:73: error: 'UITableViewCell' is unavailable in watchOS
    func setRoundedCornersForGroupedCells(tableView: UITableView, cell: UITableViewCell, indexPath: IndexPath, color: UIColor) {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:24:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift:16:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift:25:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextView+Extension.swift:11:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
                 ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:21:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:71:32: error: 'UIView' is unavailable in watchOS
    func addSubviews(_ views: [UIView]) {
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:121:43: error: 'UIView' is unavailable in watchOS
    private func viewFromNibForClass() -> UIView {
                                          ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:143:33: error: 'UILabel' is unavailable in watchOS
    func setupLabels(_ labels: [UILabel], textColor: UIColor? = nil, font: UIFont? = nil) {
                                ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:157:41: error: 'UILabel' is unavailable in watchOS
    func addLocalization(_ dictionary: [UILabel: String]) {
                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:61:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:15:24: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var safeTopAnchor: NSLayoutYAxisAnchor {
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:22:25: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var safeLeftAnchor: NSLayoutXAxisAnchor {
                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:29:27: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var safeBottomAnchor: NSLayoutYAxisAnchor {
                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:36:26: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var safeRightAnchor: NSLayoutXAxisAnchor {
                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:54:22: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    func anchor(top: NSLayoutYAxisAnchor? = nil,
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:55:23: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                left: NSLayoutXAxisAnchor? = nil,
                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:56:25: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                bottom: NSLayoutYAxisAnchor? = nil,
                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:57:24: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                right: NSLayoutXAxisAnchor? = nil,
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:83:30: error: 'UIView' is unavailable in watchOS
    func anchorToEdges(view: UIView, padding: CGFloat = 0) {
                             ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:99:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                              centerX: NSLayoutXAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:100:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                              centerY: NSLayoutYAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:134:39: error: 'NSLayoutDimension' is unavailable in watchOS
    func anchorWithMultiplier(height: NSLayoutDimension? = nil,
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:135:38: error: 'NSLayoutDimension' is unavailable in watchOS
                              width: NSLayoutDimension? = nil,
                                     ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:138:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                              centerX: NSLayoutXAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:139:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                              centerY: NSLayoutYAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:11:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:11:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:90:30: error: 'UIViewController' is unavailable in watchOS
    func vcFromStoryboard<T: UIViewController>(withClass name: T.Type, from storyboard: UIStoryboard) -> T {
                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:90:89: error: 'UIStoryboard' is unavailable in watchOS
    func vcFromStoryboard<T: UIViewController>(withClass name: T.Type, from storyboard: UIStoryboard) -> T {
                                                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:95:28: error: 'UIViewController' is unavailable in watchOS
    func presentThis(_ vc: UIViewController, animated: Bool = true, completion: (() -> Void)? = nil) {
                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:100:25: error: 'UIViewController' is unavailable in watchOS
    func pushThis(_ vc: UIViewController, animated: Bool = true) {
                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:124:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    func animateConstrints(constraints: [NSLayoutConstraint: CGFloat], duration: TimeInterval = 0.3) {
                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:22:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+LocalAuthentication+Extension.swift:12:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:30:31: error: 'UIViewController' is unavailable in watchOS
    static func showAlert(vc: UIViewController? = UIApplication.topViewController(),
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:30:51: error: 'UIApplication' is unavailable in watchOS
    static func showAlert(vc: UIViewController? = UIApplication.topViewController(),
                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:76:36: error: 'UIViewController' is unavailable in watchOS
    static func showBasicAlert(vc: UIViewController, title: String?, message: String?, buttonTitle: String) {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:90:40: error: 'UIViewController' is unavailable in watchOS
    static func showOneActionAlert(vc: UIViewController, title: String?, message: String?, buttonTitle: String, buttonHandler: AlertButtonAction = nil) {
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:106:41: error: 'UIViewController' is unavailable in watchOS
    static func showTwoActionsAlert(vc: UIViewController? = UIApplication.topViewController(),
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:106:61: error: 'UIApplication' is unavailable in watchOS
    static func showTwoActionsAlert(vc: UIViewController? = UIApplication.topViewController(),
                                                            ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift:11:29: error: 'UIView' is unavailable in watchOS
public class UIViewFromNib: UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dictionary+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Dispatch+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Encodable+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Int+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/NSMutableAttributedString+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/String+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/TimeInterval+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIColor+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+LocalAuthentication+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/URL+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift -target armv7k-apple-watchos3.0 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift-dependencies-3.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.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/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Helper4Swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Helper4Swift.build/Debug-watchos/Helper4Swift.build/Objects-normal/armv7k/Helper4Swift.abi.json
EmitSwiftModule normal armv7k (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:50:32: error: 'CACornerMask' is unavailable in watchOS
    func roundCorners(corners: CACornerMask, radius: CGFloat){
                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:10:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/String+Extension.swift:72:23: error: 'UIStoryboard' is unavailable in watchOS
    var asStoryboard: UIStoryboard {
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:46: error: 'UIViewController' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:121: error: 'UIViewController' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:66: error: 'UIApplication' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                                                 ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:17:87: error: 'keyWindow' is unavailable in watchOS
    class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
                                                                                      ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:108:51: note: 'keyWindow' has been explicitly marked unavailable here
@property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)) API_UNAVAILABLE(visionos, watchos);
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIApplication+Extension.swift:11:18: error: 'UIApplication' is unavailable in watchOS
public extension UIApplication {
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:19:40: error: 'UIControl' is unavailable in watchOS
    func title(_ title: String, state: UIControl.State = .normal) {
                                       ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:24:44: error: 'UIControl' is unavailable in watchOS
    func titleColor(color: UIColor, state: UIControl.State = .normal) {
                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:29:45: error: 'UIControl' is unavailable in watchOS
    func withImage(_ image: UIImage, state: UIControl.State = .normal) {
                                            ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:38:64: error: 'UIUserInterfaceLayoutDirection' is unavailable in watchOS
    func setImageEdgeInsets(_ insets: UIEdgeInsets, direction: UIUserInterfaceLayoutDirection) {
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:38:28: note: 'UIUserInterfaceLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:51:64: error: 'UIUserInterfaceLayoutDirection' is unavailable in watchOS
    func setTitleEdgeInsets(_ insets: UIEdgeInsets, direction: UIUserInterfaceLayoutDirection) {
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:38:28: note: 'UIUserInterfaceLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIButton+Extension.swift:16:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
                 ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:11:18: error: 'UICollectionView' is unavailable in watchOS
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:73:33: error: 'UICollectionViewCell' is unavailable in watchOS
    func dequeueReusableCell<T: UICollectionViewCell>(withClass name: T.Type, for indexPath: IndexPath) -> T {
                                ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:87:46: error: 'UICollectionReusableView' is unavailable in watchOS
    func dequeueReusableSupplementaryView<T: UICollectionReusableView>(ofKind kind: String, withClass name: T.Type, for indexPath: IndexPath) -> T {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:99:22: error: 'UICollectionReusableView' is unavailable in watchOS
    func register<T: UICollectionReusableView>(supplementaryViewOfKind kind: String, withClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:108:22: error: 'UICollectionViewCell' is unavailable in watchOS
    func register<T: UICollectionViewCell>(nib: UINib?, forCellWithClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:108:49: error: 'UINib' is unavailable in watchOS
    func register<T: UICollectionViewCell>(nib: UINib?, forCellWithClass name: T.Type) {
                                                ^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:115:22: error: 'UICollectionViewCell' is unavailable in watchOS
    func register<T: UICollectionViewCell>(cellWithClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:125:22: error: 'UICollectionReusableView' is unavailable in watchOS
    func register<T: UICollectionReusableView>(nib: UINib?, forSupplementaryViewOfKind kind: String, withClass name: T.Type) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:125:53: error: 'UINib' is unavailable in watchOS
    func register<T: UICollectionReusableView>(nib: UINib?, forSupplementaryViewOfKind kind: String, withClass name: T.Type) {
                                                    ^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:135:22: error: 'UICollectionViewCell' is unavailable in watchOS
    func register<T: UICollectionViewCell>(nibWithCellClass name: T.Type, at bundleClass: AnyClass? = nil) {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UICollectionView+Extension.swift:24:18: error: 'UICollectionView' is unavailable in watchOS
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift:99:68: error: cannot find type 'CGImageSource' in scope
    internal class func delayForImageAtIndex(_ index: Int, source: CGImageSource!) -> Double {
                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImage+Extension.swift:183:59: error: cannot find type 'CGImageSource' in scope
    internal class func animatedImageWithSource(_ source: CGImageSource) -> UIImage? {
                                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIImageView+Extension.swift:11:18: error: 'UIImageView' is unavailable in watchOS
public extension UIImageView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift:14:29: error: 'UIKeyboardType' is unavailable in watchOS
    static var onlyNumbers: UIKeyboardType {
                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIKeyboardType+Extension.swift:11:18: error: 'UIKeyboardType' is unavailable in watchOS
public extension UIKeyboardType {
                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UILabel+Extension.swift:11:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:14:48: error: 'UIStatusBarStyle' is unavailable in watchOS
    open override var preferredStatusBarStyle: UIStatusBarStyle {
                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:11:11: error: 'UINavigationController' is unavailable in watchOS
extension UINavigationController {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:26:20: error: 'UIViewController' is unavailable in watchOS
    func backTo<T: UIViewController>(_ type: T.Type, animated: Bool = true) {
                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:57:47: error: 'CATransform3D' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                              ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:57:63: error: 'CATransform3DMakeAffineTransform' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:102:25: note: 'CATransform3DMakeAffineTransform' has been explicitly marked unavailable here
CA_EXTERN CATransform3D CATransform3DMakeAffineTransform (CGAffineTransform m)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UINavigationController+Extension.swift:19:18: error: 'UINavigationController' is unavailable in watchOS
public extension UINavigationController {
                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift:17:27: error: 'UIViewController' is unavailable in watchOS
    func instantiateVC<T: UIViewController>(withClass name: T.Type) -> T {
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIStoryboard+Extension.swift:11:18: error: 'UIStoryboard' is unavailable in watchOS
public extension UIStoryboard {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:21:37: error: 'UIViewController' is unavailable in watchOS
    func creatNavController(for vc: UIViewController,
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:26:64: error: 'UINavigationController' is unavailable in watchOS
                                   largeTitle: Bool? = nil) -> UINavigationController {
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:64:34: error: 'UINavigationController' is unavailable in watchOS
    func createViewController<T: UINavigationController>(nv navigationController: T,
                                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:65:77: error: 'UIViewController' is unavailable in watchOS
                                                         vc viewController: UIViewController,
                                                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:102:47: error: 'CATransform3D' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                              ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:102:63: error: 'CATransform3DMakeAffineTransform' is unavailable in watchOS
                                   transform: CATransform3D = CATransform3DMakeAffineTransform(CGAffineTransform(a: 0, b: 1, c: -1, d: 0, tx: 1, ty: 0))) -> UIImage? {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:102:25: note: 'CATransform3DMakeAffineTransform' has been explicitly marked unavailable here
CA_EXTERN CATransform3D CATransform3DMakeAffineTransform (CGAffineTransform m)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITabBarController+Extension.swift:11:18: error: 'UITabBarController' is unavailable in watchOS
public extension UITabBarController {
                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:64:12: note: 'UITabBarController' has been explicitly marked unavailable here
@interface UITabBarController : UIViewController <UITabBarDelegate, NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:11:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:93:29: error: 'UITableViewCell' is unavailable in watchOS
    func registerNibCell<T: UITableViewCell>(nibWithCellClass name: T.Type, at bundleClass: AnyClass? = nil) {
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:106:33: error: 'UITableViewCell' is unavailable in watchOS
    func dequeueReusableCell<T: UITableViewCell>(withClass name: T.Type) -> T {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:119:33: error: 'UITableViewCell' is unavailable in watchOS
    func dequeueReusableCell<T: UITableViewCell>(withClass name: T.Type, for indexPath: IndexPath) -> T {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:140:70: error: 'UITableView' is unavailable in watchOS
    func safeScrollToRow(at indexPath: IndexPath, at scrollPosition: UITableView.ScrollPosition, animated: Bool) {
                                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:152:54: error: 'UITableView' is unavailable in watchOS
    func setRoundedCornersForGroupedCells(tableView: UITableView, cell: UITableViewCell, indexPath: IndexPath, color: UIColor) {
                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:152:73: error: 'UITableViewCell' is unavailable in watchOS
    func setRoundedCornersForGroupedCells(tableView: UITableView, cell: UITableViewCell, indexPath: IndexPath, color: UIColor) {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITableView+Extension.swift:24:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift:16:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextField+Extension.swift:25:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UITextView+Extension.swift:11:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
                 ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:21:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:71:32: error: 'UIView' is unavailable in watchOS
    func addSubviews(_ views: [UIView]) {
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:121:43: error: 'UIView' is unavailable in watchOS
    private func viewFromNibForClass() -> UIView {
                                          ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:143:33: error: 'UILabel' is unavailable in watchOS
    func setupLabels(_ labels: [UILabel], textColor: UIColor? = nil, font: UIFont? = nil) {
                                ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:157:41: error: 'UILabel' is unavailable in watchOS
    func addLocalization(_ dictionary: [UILabel: String]) {
                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIView+Extension.swift:61:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:15:24: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var safeTopAnchor: NSLayoutYAxisAnchor {
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:22:25: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var safeLeftAnchor: NSLayoutXAxisAnchor {
                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:29:27: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var safeBottomAnchor: NSLayoutYAxisAnchor {
                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:36:26: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var safeRightAnchor: NSLayoutXAxisAnchor {
                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:54:22: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    func anchor(top: NSLayoutYAxisAnchor? = nil,
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:55:23: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                left: NSLayoutXAxisAnchor? = nil,
                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:56:25: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                bottom: NSLayoutYAxisAnchor? = nil,
                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:57:24: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                right: NSLayoutXAxisAnchor? = nil,
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:83:30: error: 'UIView' is unavailable in watchOS
    func anchorToEdges(view: UIView, padding: CGFloat = 0) {
                             ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:99:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                              centerX: NSLayoutXAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:100:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                              centerY: NSLayoutYAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:134:39: error: 'NSLayoutDimension' is unavailable in watchOS
    func anchorWithMultiplier(height: NSLayoutDimension? = nil,
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:135:38: error: 'NSLayoutDimension' is unavailable in watchOS
                              width: NSLayoutDimension? = nil,
                                     ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:138:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
                              centerX: NSLayoutXAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:139:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
                              centerY: NSLayoutYAxisAnchor? = nil,
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewAutoLayout+Extension.swift:11:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:11:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:90:30: error: 'UIViewController' is unavailable in watchOS
    func vcFromStoryboard<T: UIViewController>(withClass name: T.Type, from storyboard: UIStoryboard) -> T {
                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:90:89: error: 'UIStoryboard' is unavailable in watchOS
    func vcFromStoryboard<T: UIViewController>(withClass name: T.Type, from storyboard: UIStoryboard) -> T {
                                                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h:19:12: note: 'UIStoryboard' has been explicitly marked unavailable here
@interface UIStoryboard : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:95:28: error: 'UIViewController' is unavailable in watchOS
    func presentThis(_ vc: UIViewController, animated: Bool = true, completion: (() -> Void)? = nil) {
                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:100:25: error: 'UIViewController' is unavailable in watchOS
    func pushThis(_ vc: UIViewController, animated: Bool = true) {
                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:124:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    func animateConstrints(constraints: [NSLayoutConstraint: CGFloat], duration: TimeInterval = 0.3) {
                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+Extension.swift:22:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/UIViewController+LocalAuthentication+Extension.swift:12:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:30:31: error: 'UIViewController' is unavailable in watchOS
    static func showAlert(vc: UIViewController? = UIApplication.topViewController(),
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:30:51: error: 'UIApplication' is unavailable in watchOS
    static func showAlert(vc: UIViewController? = UIApplication.topViewController(),
                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:76:36: error: 'UIViewController' is unavailable in watchOS
    static func showBasicAlert(vc: UIViewController, title: String?, message: String?, buttonTitle: String) {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:90:40: error: 'UIViewController' is unavailable in watchOS
    static func showOneActionAlert(vc: UIViewController, title: String?, message: String?, buttonTitle: String, buttonHandler: AlertButtonAction = nil) {
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:106:41: error: 'UIViewController' is unavailable in watchOS
    static func showTwoActionsAlert(vc: UIViewController? = UIApplication.topViewController(),
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Helper4Swift.swift:106:61: error: 'UIApplication' is unavailable in watchOS
    static func showTwoActionsAlert(vc: UIViewController? = UIApplication.topViewController(),
                                                            ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/SubClasses/UIViewFromNib.swift:11:29: error: 'UIView' is unavailable in watchOS
public class UIViewFromNib: UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal armv7k Compiling\ Array+Extension.swift,\ Bundle+Extension.swift,\ CALayer+Extension.swift,\ Date+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Array+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Bundle+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/Date+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ JSONDecoder+Extension.swift,\ NSMutableAttributedString+Extension.swift,\ String+Extension.swift,\ TimeInterval+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/NSMutableAttributedString+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/String+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/TimeInterval+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/NSMutableAttributedString+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/String+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/TimeInterval+Extension.swift (in target 'Helper4Swift' from project 'Helper4Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
	EmitSwiftModule normal arm64 (in target 'Helper4Swift' from project 'Helper4Swift')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Helper4Swift (in target 'Helper4Swift' from project 'Helper4Swift')
	EmitSwiftModule normal armv7k (in target 'Helper4Swift' from project 'Helper4Swift')
	Building project Helper4Swift with scheme Helper4Swift-Package
(5 failures)
BUILD FAILURE 6.2 watchOS