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 SwiftlierUIKit, reference master (393bf7), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 18 Jun 2025 18:46:49 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 SwiftlierUIKit -destination generic/platform=watchOS

Build Log

/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/SwiftlierUIKit/View/UIView+Constraints.swift:64:19: error: 'UIView' is unavailable in watchOS
private 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/SwiftlierUIKit/View/UIView+Drawing.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+Helpers.swift:12:32: error: 'UIView' is unavailable in watchOS
    public var firstResponder: 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/SwiftlierUIKit/View/UIView+Helpers.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+ImageCapture.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+Layout.swift:12:43: error: 'UIView' is unavailable in watchOS
    public func addFillingSubview(_ view: UIView, insetBy inset: CGPoint = .zero) {
                                          ^~~~~~
/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/SwiftlierUIKit/View/UIView+Layout.swift:19:41: error: 'UIView' is unavailable in watchOS
    public func addCenteredView(_ view: UIView, withOffset offset: CGPoint) {
                                        ^~~~~~
/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/SwiftlierUIKit/View/UIView+Layout.swift:26:46: error: 'UILayoutGuide' is unavailable in watchOS
    public var crossPlatformSafeLayoutGuide: UILayoutGuide {
                                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/VerticalGradientView.swift:11:50: error: 'UIView' is unavailable in watchOS
@IBDesignable public class VerticalGradientView: 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 arm64_32 Compiling\ Alert.swift,\ DataSourceType.swift,\ DatePickerViewController.swift,\ FormViewController.swift,\ KeyboardConstraintAdjuster.swift,\ KeyboardTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DatePickerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/FormViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardTracker.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DatePickerViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/FormViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardTracker.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIView+Drawing.swift,\ UIView+Helpers.swift,\ UIView+ImageCapture.swift,\ UIView+Layout.swift,\ VerticalGradientView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Drawing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+ImageCapture.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/VerticalGradientView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Drawing.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Helpers.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+ImageCapture.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/VerticalGradientView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIViewController+Transitions.swift,\ WebViewController.swift,\ ZoomThroughTransition.swift,\ Date+DispatchTime.swift,\ EnergyFormatting.swift,\ Float+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/WebViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/ZoomThroughTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Date+DispatchTime.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/EnergyFormatting.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Float+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/WebViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/ZoomThroughTransition.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Date+DispatchTime.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/EnergyFormatting.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Float+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SectionHeaderWithButtonView.swift,\ ShadowView.swift,\ ThinLayoutConstraint.swift,\ UIView+Animations.swift,\ UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Animations.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Constraints.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Animations.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Constraints.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CGMath.swift,\ CircleBorderView.swift,\ CustomGradientView.swift,\ DiagonalGradientView.swift,\ MonthAndYearPicker.swift,\ NSLayoutConstraint+SwifPlusPlus.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGMath.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CircleBorderView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CustomGradientView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/DiagonalGradientView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/MonthAndYearPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutConstraint+SwifPlusPlus.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGMath.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CircleBorderView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CustomGradientView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/DiagonalGradientView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/MonthAndYearPicker.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutConstraint+SwifPlusPlus.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ NSLayoutContraint+Factory.swift,\ PassThroughTouchView.swift,\ PlaceholderTextView.swift,\ RoundedBorderButton.swift,\ RoundedBorderView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PassThroughTouchView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PassThroughTouchView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIColor+Encodable.swift,\ UIColor+Factory.swift,\ UIDevice+AppIdioms.swift,\ UIImage+Editing.swift,\ BubbleView.swift,\ CGContext+ThreadSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIDevice+AppIdioms.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIImage+Editing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGContext+ThreadSafe.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Encodable.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIDevice+AppIdioms.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIImage+Editing.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGContext+ThreadSafe.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftlierUIKit (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
EmitSwiftModule normal armv7k (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlierUIKit (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlierUIKit (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
	EmitSwiftModule normal arm64_32 (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
	Building workspace spi-builder-workspace with scheme SwiftlierUIKit
(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
Resolve Package Graph
Resolved source packages:
  SwiftlierUIKit: /Users/admin/builder/spi-builder-workspace
  Swiftlier: https://github.com/drewag/Swiftlier.git @ 6.1.3
resolved source packages: SwiftlierUIKit, Swiftlier
{
  "dependencies" : [
    {
      "identity" : "swiftlier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drewag/Swiftlier.git"
    }
  ],
  "manifest_display_name" : "SwiftlierUIKit",
  "name" : "SwiftlierUIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftlierUIKit",
      "targets" : [
        "SwiftlierUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlierUIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlierUIKitTests",
      "path" : "Tests/SwiftlierUIKitTests",
      "sources" : [
        "AlertTests.swift",
        "CGMathTests.swift",
        "ColorTests.swift",
        "DataSourceTypeTests.swift",
        "ObfuscatedDataTests.swift",
        "Path_ImageTests.swift",
        "UIView_ConstraintsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftlierUIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftlierUIKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlierUIKit",
      "path" : "Sources",
      "product_dependencies" : [
        "Swiftlier"
      ],
      "product_memberships" : [
        "SwiftlierUIKit"
      ],
      "sources" : [
        "SwiftlierUIKit/Controller/Alert.swift",
        "SwiftlierUIKit/Controller/DataSourceType.swift",
        "SwiftlierUIKit/Controller/DatePickerViewController.swift",
        "SwiftlierUIKit/Controller/FormViewController.swift",
        "SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift",
        "SwiftlierUIKit/Controller/KeyboardTracker.swift",
        "SwiftlierUIKit/Controller/LayeredTableViewController.swift",
        "SwiftlierUIKit/Controller/LimitedSizeViewController.swift",
        "SwiftlierUIKit/Controller/MenuViewController.swift",
        "SwiftlierUIKit/Controller/SelectListViewController.swift",
        "SwiftlierUIKit/Controller/TaskService.swift",
        "SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift",
        "SwiftlierUIKit/Controller/UIButton+BlockTarget.swift",
        "SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift",
        "SwiftlierUIKit/Controller/UINavigationController+Helpers.swift",
        "SwiftlierUIKit/Controller/UITableView+EasyRegister.swift",
        "SwiftlierUIKit/Controller/UIViewController+Helpers.swift",
        "SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift",
        "SwiftlierUIKit/Controller/UIViewController+Transitions.swift",
        "SwiftlierUIKit/Controller/WebViewController.swift",
        "SwiftlierUIKit/Controller/ZoomThroughTransition.swift",
        "SwiftlierUIKit/Model/Date+DispatchTime.swift",
        "SwiftlierUIKit/Model/EnergyFormatting.swift",
        "SwiftlierUIKit/Model/Float+Factory.swift",
        "SwiftlierUIKit/Model/Form.swift",
        "SwiftlierUIKit/Model/Menu.swift",
        "SwiftlierUIKit/Model/ObfuscatedData.swift",
        "SwiftlierUIKit/Model/ObservableArray+UI.swift",
        "SwiftlierUIKit/Model/Path+Image.swift",
        "SwiftlierUIKit/Model/Transformation.swift",
        "SwiftlierUIKit/Model/UIColor+Encodable.swift",
        "SwiftlierUIKit/Model/UIColor+Factory.swift",
        "SwiftlierUIKit/Model/UIDevice+AppIdioms.swift",
        "SwiftlierUIKit/Model/UIImage+Editing.swift",
        "SwiftlierUIKit/View/BubbleView.swift",
        "SwiftlierUIKit/View/CGContext+ThreadSafe.swift",
        "SwiftlierUIKit/View/CGMath.swift",
        "SwiftlierUIKit/View/CircleBorderView.swift",
        "SwiftlierUIKit/View/CustomGradientView.swift",
        "SwiftlierUIKit/View/DiagonalGradientView.swift",
        "SwiftlierUIKit/View/MonthAndYearPicker.swift",
        "SwiftlierUIKit/View/NSLayoutConstraint+SwifPlusPlus.swift",
        "SwiftlierUIKit/View/NSLayoutContraint+Factory.swift",
        "SwiftlierUIKit/View/PassThroughTouchView.swift",
        "SwiftlierUIKit/View/PlaceholderTextView.swift",
        "SwiftlierUIKit/View/RoundedBorderButton.swift",
        "SwiftlierUIKit/View/RoundedBorderView.swift",
        "SwiftlierUIKit/View/SectionHeaderWithButtonView.swift",
        "SwiftlierUIKit/View/ShadowView.swift",
        "SwiftlierUIKit/View/ThinLayoutConstraint.swift",
        "SwiftlierUIKit/View/UIView+Animations.swift",
        "SwiftlierUIKit/View/UIView+Constraints.swift",
        "SwiftlierUIKit/View/UIView+Drawing.swift",
        "SwiftlierUIKit/View/UIView+Helpers.swift",
        "SwiftlierUIKit/View/UIView+ImageCapture.swift",
        "SwiftlierUIKit/View/UIView+Layout.swift",
        "SwiftlierUIKit/View/VerticalGradientView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftlierUIKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftlierUIKit -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 SwiftlierUIKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Swiftlier: https://github.com/drewag/Swiftlier.git @ 6.1.3
  SwiftlierUIKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'SwiftlierUIKit' in project 'SwiftlierUIKit'
        ➜ Explicit dependency on target 'SwiftlierUIKit' in project 'SwiftlierUIKit'
        ➜ Explicit dependency on target 'Swiftlier' in project 'Swiftlier'
    Target 'SwiftlierUIKit' in project 'SwiftlierUIKit'
        ➜ Explicit dependency on target 'Swiftlier' in project 'Swiftlier'
    Target 'Swiftlier' in project 'Swiftlier'
        ➜ Explicit dependency on target 'Swiftlier' in project 'Swiftlier'
    Target 'Swiftlier' in project 'Swiftlier' (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/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver SwiftlierUIKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftlierUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit-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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit.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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit_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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftlierUIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftlierUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64/SwiftlierUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64/SwiftlierUIKit-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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64/SwiftlierUIKit.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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64/SwiftlierUIKit_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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64/SwiftlierUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftlierUIKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftlierUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64_32/SwiftlierUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64_32/SwiftlierUIKit-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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64_32/SwiftlierUIKit.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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64_32/SwiftlierUIKit_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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/arm64_32/SwiftlierUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftlierUIKit (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
EmitSwiftModule normal armv7k (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:13:32: error: 'UIAlertAction' is unavailable in watchOS
var MakeAlertAction: (String?, UIAlertAction.Style, ((UIAlertAction) -> Swift.Void)?) -> UIAlertAction = UIAlertAction.init
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:13:55: error: 'UIAlertAction' is unavailable in watchOS
var MakeAlertAction: (String?, UIAlertAction.Style, ((UIAlertAction) -> Swift.Void)?) -> UIAlertAction = UIAlertAction.init
                                                      ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:13:90: error: 'UIAlertAction' is unavailable in watchOS
var MakeAlertAction: (String?, UIAlertAction.Style, ((UIAlertAction) -> Swift.Void)?) -> UIAlertAction = UIAlertAction.init
                                                                                         ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:13:106: error: 'UIAlertAction' is unavailable in watchOS
var MakeAlertAction: (String?, UIAlertAction.Style, ((UIAlertAction) -> Swift.Void)?) -> UIAlertAction = UIAlertAction.init
                                                                                                         ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:64:11: error: 'UIViewController' is unavailable in watchOS
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/SwiftlierUIKit/Controller/Alert.swift:216:23: error: 'UIKeyboardType' is unavailable in watchOS
        keyboardType: UIKeyboardType = .default,
                      ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/Alert.swift:77:11: error: 'UIViewController' is unavailable in watchOS
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/SwiftlierUIKit/Controller/Alert.swift:281:16: error: 'UIAlertController' is unavailable in watchOS
        style: UIAlertController.Style,
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:43:12: note: 'UIAlertController' has been explicitly marked unavailable here
@interface UIAlertController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:285:30: error: 'UIAlertAction' is unavailable in watchOS
        onTapped: @escaping (UIAlertAction) -> ()
                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift:286:14: error: 'UIAlertController' is unavailable in watchOS
        ) -> UIAlertController
             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:43:12: note: 'UIAlertController' has been explicitly marked unavailable here
@interface UIAlertController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift:18:99: error: 'UITableView' is unavailable in watchOS
    typealias TableViewCellCreation = (_ indexPath: IndexPath, _ value: D.ValueType, _ tableView: UITableView) -> (UITableViewCell)
                                                                                                  ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:18:116: error: 'UITableViewCell' is unavailable in watchOS
    typealias TableViewCellCreation = (_ indexPath: IndexPath, _ value: D.ValueType, _ tableView: UITableView) -> (UITableViewCell)
                                                                                                                   ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:28:33: error: 'UITableView' is unavailable in watchOS
    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:32:33: error: 'UITableView' is unavailable in watchOS
    func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:32:84: error: 'UITableViewCell' is unavailable in watchOS
    func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                   ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:17:53: error: 'UITableViewDataSource' is unavailable in watchOS
class TableDataSource<D: DataSourceType>: NSObject, UITableViewDataSource {
                                                    ^~~~~~~~~~~~~~~~~~~~~
/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:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift:39:109: error: 'UICollectionView' is unavailable in watchOS
    typealias CollectionViewCellCreation = (_ indexPath: IndexPath, _ value: D.ValueType, _ collectionView: UICollectionView) -> (UICollectionViewCell)
                                                                                                            ^~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:39:131: error: 'UICollectionViewCell' is unavailable in watchOS
    typealias CollectionViewCellCreation = (_ indexPath: IndexPath, _ value: D.ValueType, _ collectionView: UICollectionView) -> (UICollectionViewCell)
                                                                                                                                  ^~~~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:49:43: error: 'UICollectionView' is unavailable in watchOS
    func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                          ^~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:53:43: error: 'UICollectionView' is unavailable in watchOS
    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                          ^~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:53:100: error: 'UICollectionViewCell' is unavailable in watchOS
    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                   ^~~~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:38:58: error: 'UICollectionViewDataSource' is unavailable in watchOS
class CollectionDataSource<D: DataSourceType>: NSObject, UICollectionViewDataSource {
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/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:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift:60:128: error: 'UITableView' is unavailable in watchOS
    public func dataSourceWithCellCreation(_ cellCreation: @escaping (_ indexPath: IndexPath, _ value: ValueType, _ tableView: UITableView) -> UITableViewCell) -> UITableViewDataSource {
                                                                                                                               ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:60:144: error: 'UITableViewCell' is unavailable in watchOS
    public func dataSourceWithCellCreation(_ cellCreation: @escaping (_ indexPath: IndexPath, _ value: ValueType, _ tableView: UITableView) -> UITableViewCell) -> UITableViewDataSource {
                                                                                                                                               ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:60:164: error: 'UITableViewDataSource' is unavailable in watchOS
    public func dataSourceWithCellCreation(_ cellCreation: @escaping (_ indexPath: IndexPath, _ value: ValueType, _ tableView: UITableView) -> UITableViewCell) -> UITableViewDataSource {
                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~
/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:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift:64:133: error: 'UICollectionView' is unavailable in watchOS
    public func dataSourceWithCellCreation(_ cellCreation: @escaping (_ indexPath: IndexPath, _ value: ValueType, _ collectionView: UICollectionView) -> UICollectionViewCell) -> UICollectionViewDataSource {
                                                                                                                                    ^~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:64:154: error: 'UICollectionViewCell' is unavailable in watchOS
    public func dataSourceWithCellCreation(_ cellCreation: @escaping (_ indexPath: IndexPath, _ value: ValueType, _ collectionView: UICollectionView) -> UICollectionViewCell) -> UICollectionViewDataSource {
                                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/DataSourceType.swift:64:179: error: 'UICollectionViewDataSource' is unavailable in watchOS
    public func dataSourceWithCellCreation(_ cellCreation: @escaping (_ indexPath: IndexPath, _ value: ValueType, _ collectionView: UICollectionView) -> UICollectionViewCell) -> UICollectionViewDataSource {
                                                                                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
/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:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/SelectListViewController.swift:11:38: error: 'UITableViewController' is unavailable in watchOS
open class SelectListViewController: UITableViewController {
                                     ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewController.h:21:12: note: 'UITableViewController' has been explicitly marked unavailable here
@interface UITableViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/SelectListViewController.swift:48:47: error: 'UITableView' is unavailable in watchOS
    open override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                              ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/SelectListViewController.swift:52:47: error: 'UITableView' is unavailable in watchOS
    open override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                              ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/SelectListViewController.swift:52:98: error: 'UITableViewCell' is unavailable in watchOS
    open override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                                 ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/SelectListViewController.swift:65:47: error: 'UITableView' is unavailable in watchOS
    open override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                              ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/TaskService.swift:141:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SingleTask: class {
                            ^~~~~
                            AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:27:17: error: 'UIBarButtonItem' is unavailable in watchOS
    let block: (UIBarButtonItem) -> ()
                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:29:28: error: 'UIBarButtonItem' is unavailable in watchOS
    init(block: @escaping (UIBarButtonItem) -> ()) {
                           ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:33:38: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc func handleBlockCall(item: UIBarButtonItem) {
                                     ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:39:51: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(title: String, style: UIBarButtonItem.Style, target: @escaping () -> ()) {
                                                  ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:45:51: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(title: String, style: UIBarButtonItem.Style, target: @escaping (UIBarButtonItem) -> ()) {
                                                  ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:45:93: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(title: String, style: UIBarButtonItem.Style, target: @escaping (UIBarButtonItem) -> ()) {
                                                                                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:51:61: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(barButtonSystemItem systemItem: UIBarButtonItem.SystemItem, target: @escaping () -> ()) {
                                                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:57:61: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(barButtonSystemItem systemItem: UIBarButtonItem.SystemItem, target: @escaping (UIBarButtonItem) -> ()) {
                                                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:57:108: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(barButtonSystemItem systemItem: UIBarButtonItem.SystemItem, target: @escaping (UIBarButtonItem) -> ()) {
                                                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:63:90: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(image: UIImage?, landscapeImagePhone: UIImage? = nil, style: UIBarButtonItem.Style, target: @escaping () -> ()) {
                                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:69:90: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(image: UIImage?, landscapeImagePhone: UIImage? = nil, style: UIBarButtonItem.Style, target: @escaping (UIBarButtonItem) -> ()) {
                                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:69:132: error: 'UIBarButtonItem' is unavailable in watchOS
    public convenience init(image: UIImage?, landscapeImagePhone: UIImage? = nil, style: UIBarButtonItem.Style, target: @escaping (UIBarButtonItem) -> ()) {
                                                                                                                                   ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift:38:11: error: 'UIBarButtonItem' is unavailable in watchOS
extension UIBarButtonItem {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIButton+BlockTarget.swift:23:51: error: 'UIControl' is unavailable in watchOS
    public func setBlock(forControlEvents events: UIControl.Event = .touchUpInside, block: @escaping () -> ()) {
                                                  ^~~~~~~~~
/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/SwiftlierUIKit/Controller/UIButton+BlockTarget.swift:28:54: error: 'UIControl' is unavailable in watchOS
    public func removeBlock(forControlEvents events: UIControl.Event = .touchUpInside) {
                                                     ^~~~~~~~~
/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/SwiftlierUIKit/Controller/UIButton+BlockTarget.swift:22:11: error: 'UIButton' is unavailable in watchOS
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/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift:12:41: error: 'UICollectionViewCell' is unavailable in watchOS
    public func registerCell(with type: UICollectionViewCell.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/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift:19:39: error: 'UICollectionViewCell' is unavailable in watchOS
    public func dequeueCell<CellType: UICollectionViewCell>(for indexPath: IndexPath) -> CellType {
                                      ^~~~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift:24:36: error: 'UICollectionViewCell' is unavailable in watchOS
    public func nibName(from type: UICollectionViewCell.Type) -> String {
                                   ^~~~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift:11:11: error: 'UICollectionView' is unavailable in watchOS
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/SwiftlierUIKit/Controller/UINavigationController+Helpers.swift:12:54: error: 'UIViewController' is unavailable in watchOS
    public func pushViewController(_ viewController: UIViewController, animated: Bool, onComplete: @escaping () -> ()) {
                                                     ^~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UINavigationController+Helpers.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/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift:13:45: error: 'UITableViewCell' is unavailable in watchOS
    public func registerCell(withType type: UITableViewCell.Type) {
                                            ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift:17:48: error: 'UITableViewCell' is unavailable in watchOS
    public func registerNibCell(withType type: UITableViewCell.Type) {
                                               ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift:24:50: error: 'UITableViewCell' is unavailable in watchOS
    public func registerClassCell(withType type: UITableViewCell.Type) {
                                                 ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift:29:39: error: 'UITableViewCell' is unavailable in watchOS
    public func dequeueCell<CellType: UITableViewCell>() -> CellType {
                                      ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift:34:40: error: 'UITableViewCell' is unavailable in watchOS
    public func nibName(fromType type: UITableViewCell.Type) -> String {
                                       ^~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift:11:11: error: 'UITableView' is unavailable in watchOS
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/SwiftlierUIKit/Controller/UIViewController+Helpers.swift:77:63: error: 'UIViewController' is unavailable in watchOS
    public func present(overlayViewController 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/SwiftlierUIKit/Controller/UIViewController+Helpers.swift:19:11: error: 'UIViewController' is unavailable in watchOS
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/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift:12:47: error: 'UIImageView' is unavailable in watchOS
    public func zoomToImage(in fromImageView: 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/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift:11:11: error: 'UIViewController' is unavailable in watchOS
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/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift:80:57: error: 'UIImageView' is unavailable in watchOS
    func createView(for image: UIImage, from imageView: UIImageView, withFrame frame: CGRect) -> UIView {
                                                        ^~~~~~~~~~~
/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/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift:80:98: error: 'UIView' is unavailable in watchOS
    func createView(for image: UIImage, from imageView: UIImageView, withFrame frame: CGRect) -> 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/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift:79:19: error: 'UIViewController' is unavailable in watchOS
private 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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:13:31: error: 'UIViewController' is unavailable in watchOS
    var sourceViewController: 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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:14:36: error: 'UIViewController' is unavailable in watchOS
    var destinationViewController: 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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:43:55: error: 'UINavigationController' is unavailable in watchOS
    func navigationController(_ navigationController: UINavigationController, willShow viewController: UIViewController, 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/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:43:104: error: 'UIViewController' is unavailable in watchOS
    func navigationController(_ navigationController: UINavigationController, willShow viewController: UIViewController, 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/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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:49:55: error: 'UINavigationController' is unavailable in watchOS
    func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, 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/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:49:103: error: 'UIViewController' is unavailable in watchOS
    func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, 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/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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:26:59: error: 'UINavigationControllerDelegate' is unavailable in watchOS
class NavigationPushTransition: ViewControllerTransition, UINavigationControllerDelegate {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:114:11: note: 'UINavigationControllerDelegate' has been explicitly marked unavailable here
@protocol UINavigationControllerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:67:28: error: 'UIViewController' is unavailable in watchOS
        to 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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:61:11: error: 'UIViewController' is unavailable in watchOS
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/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:125:49: error: 'UIBarButtonItem' is unavailable in watchOS
    func backBarButtonSystemItem(withType type: UIBarButtonItem.SystemItem) -> UIBarButtonItem {
                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:125:80: error: 'UIBarButtonItem' is unavailable in watchOS
    func backBarButtonSystemItem(withType type: UIBarButtonItem.SystemItem) -> UIBarButtonItem {
                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:129:60: error: 'UIBarButtonItem' is unavailable in watchOS
    func backBarButtonItem(withTitle title: String, style: UIBarButtonItem.Style) -> UIBarButtonItem {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:129:86: error: 'UIBarButtonItem' is unavailable in watchOS
    func backBarButtonItem(withTitle title: String, style: UIBarButtonItem.Style) -> UIBarButtonItem {
                                                                                     ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift:120:11: error: 'UIViewController' is unavailable in watchOS
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/SwiftlierUIKit/Controller/ZoomThroughTransition.swift:12:26: error: 'UIView' is unavailable in watchOS
    let zoomThroughView: 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/SwiftlierUIKit/Controller/ZoomThroughTransition.swift:15:27: error: 'UIView' is unavailable in watchOS
    init(zoomThroughView: 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/SwiftlierUIKit/Model/Form.swift:25:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Field: class {
                       ^~~~~
                       AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:32:19: error: 'UIKeyboardType' is unavailable in watchOS
    var keyboard: UIKeyboardType { get}
                  ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:33:25: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    var autoCapitalize: UITextAutocapitalizationType {get}
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:130:27: error: 'UIKeyboardType' is unavailable in watchOS
    public let keyboard = UIKeyboardType.emailAddress
                          ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:133:33: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    public let autoCapitalize = UITextAutocapitalizationType.none
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:168:27: error: 'UIKeyboardType' is unavailable in watchOS
    public let keyboard = UIKeyboardType.emailAddress
                          ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:171:33: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    public let autoCapitalize = UITextAutocapitalizationType.none
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:209:27: error: 'UIKeyboardType' is unavailable in watchOS
    public let keyboard = UIKeyboardType.default
                          ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:212:33: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    public let autoCapitalize = UITextAutocapitalizationType.words
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:245:27: error: 'UIKeyboardType' is unavailable in watchOS
    public let keyboard = UIKeyboardType.phonePad
                          ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:248:33: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    public let autoCapitalize = UITextAutocapitalizationType.none
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:280:27: error: 'UIKeyboardType' is unavailable in watchOS
    public let keyboard = UIKeyboardType.default
                          ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:283:33: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    public let autoCapitalize = UITextAutocapitalizationType.words
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:353:27: error: 'UIKeyboardType' is unavailable in watchOS
    public let keyboard = UIKeyboardType.numberPad
                          ^~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Form.swift:355:33: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    public let autoCapitalize = UITextAutocapitalizationType.none
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift:508:74: error: 'UIViewController' is unavailable in watchOS
    let buildViewController: (_ setValue: @escaping (String?) -> ()) -> (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/SwiftlierUIKit/Model/Form.swift:514:188: error: 'UIViewController' is unavailable in watchOS
    public init(label: String, value: String?, isRequired: Bool = false, isEditable: Bool = true, canBeCleared: Bool = false, build: @escaping (_ setValue: @escaping (String?) -> ()) -> (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/SwiftlierUIKit/Model/ObservableArray+UI.swift:13:81: error: 'UITableView' is unavailable in watchOS
    public func add(observer: AnyObject, forSection section: Int, in tableView: UITableView, withIndexOffset indexOffset: Int = 0, withEmptyRowCount emptyRowCount: Int = 0) {
                                                                                ^~~~~~~~~~~
/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/SwiftlierUIKit/Model/ObservableArray+UI.swift:60:86: error: 'UICollectionView' is unavailable in watchOS
    public func add(observer: AnyObject, forSection section: Int, in collectionView: UICollectionView, withIndexOffset indexOffset: Int = 0) {
                                                                                     ^~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/Model/Transformation.swift:31: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/SwiftlierUIKit/Model/UIDevice+AppIdioms.swift:15:11: error: 'UIDevice' is unavailable in watchOS
extension UIDevice {
          ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift:12:29: error: 'UIView' is unavailable in watchOS
    private class TickView: 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/SwiftlierUIKit/View/BubbleView.swift:37:25: error: 'UIView' is unavailable in watchOS
    public let subview: 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/SwiftlierUIKit/View/BubbleView.swift:38:28: error: 'init()' is unavailable in watchOS
    private let tickView = TickView()
                           ^~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift:49:41: error: 'UIView' is unavailable in watchOS
    public init(frame: CGRect, subview: 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/SwiftlierUIKit/View/BubbleView.swift:11:26: error: 'UIView' is unavailable in watchOS
public class BubbleView: 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/SwiftlierUIKit/View/CGMath.swift:125:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocol 'AngleValue'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGFloat: AngleValue {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGMath.swift:125:1: note: add '@retroactive' to silence this warning
extension CGFloat: AngleValue {
^                  ~~~~~~~~~~
                   @retroactive AngleValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CircleBorderView.swift:11:30: error: 'UIView' is unavailable in watchOS
open class CircleBorderView: 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/SwiftlierUIKit/View/CustomGradientView.swift:35:24: error: 'CAGradientLayer' is unavailable in watchOS
    var gradientLayer: CAGradientLayer {
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CustomGradientView.swift:43:24: error: cannot override 'awakeFromNib' which has been marked unavailable
    open override func awakeFromNib() {
                       ^
UIKit.NSObject.awakeFromNib:3:13: note: 'awakeFromNib()' has been explicitly marked unavailable here
  open func awakeFromNib()}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CustomGradientView.swift:43:24: note: remove 'override' modifier to declare a new 'awakeFromNib'
    open override func awakeFromNib() {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CustomGradientView.swift:11:32: error: 'UIView' is unavailable in watchOS
open class CustomGradientView: 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/SwiftlierUIKit/View/DiagonalGradientView.swift:30:24: error: 'CAGradientLayer' is unavailable in watchOS
    var gradientLayer: CAGradientLayer {
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/DiagonalGradientView.swift:38:26: error: cannot override 'awakeFromNib' which has been marked unavailable
    public override func awakeFromNib() {
                         ^
UIKit.NSObject.awakeFromNib:3:13: note: 'awakeFromNib()' has been explicitly marked unavailable here
  open func awakeFromNib()}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/DiagonalGradientView.swift:38:26: note: remove 'override' modifier to declare a new 'awakeFromNib'
    public override func awakeFromNib() {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/DiagonalGradientView.swift:11:36: error: 'UIView' is unavailable in watchOS
public class DiagonalGradientView: 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/SwiftlierUIKit/View/NSLayoutConstraint+SwifPlusPlus.swift:11:11: error: 'NSLayoutConstraint' is unavailable in watchOS
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift:13:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    public convenience init(_ attribute: NSLayoutConstraint.Attribute, of view1: UIView, to otherAttribute: NSLayoutConstraint.Attribute, of view2: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: 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/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift:13:82: error: 'UIView' is unavailable in watchOS
    public convenience init(_ attribute: NSLayoutConstraint.Attribute, of view1: UIView, to otherAttribute: NSLayoutConstraint.Attribute, of view2: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: 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/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/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift:13:109: error: 'NSLayoutConstraint' is unavailable in watchOS
    public convenience init(_ attribute: NSLayoutConstraint.Attribute, of view1: UIView, to otherAttribute: NSLayoutConstraint.Attribute, of view2: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: 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/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift:13:149: error: 'UIView' is unavailable in watchOS
    public convenience init(_ attribute: NSLayoutConstraint.Attribute, of view1: UIView, to otherAttribute: NSLayoutConstraint.Attribute, of view2: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: 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/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/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift:13:168: error: 'NSLayoutConstraint' is unavailable in watchOS
    public convenience init(_ attribute: NSLayoutConstraint.Attribute, of view1: UIView, to otherAttribute: NSLayoutConstraint.Attribute, of view2: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: 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/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift:11:11: error: 'NSLayoutConstraint' is unavailable in watchOS
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/PassThroughTouchView.swift:15:64: error: 'UIEvent' is unavailable in watchOS
    override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                               ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PassThroughTouchView.swift:15:77: error: 'UIView' is unavailable in watchOS
    override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/SwiftlierUIKit/View/PassThroughTouchView.swift:12:36: error: 'UIView' is unavailable in watchOS
public class PassThroughTouchView: 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/SwiftlierUIKit/View/PlaceholderTextView.swift:12:43: error: 'UITextView' is unavailable in watchOS
    fileprivate var placeholderTextView = 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/SwiftlierUIKit/View/PlaceholderTextView.swift:12:43: error: 'init()' is unavailable in watchOS
    fileprivate var placeholderTextView = UITextView()
                                          ^~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift:19:49: error: 'NSTextContainer' is unavailable in watchOS
    override init(frame: CGRect, textContainer: NSTextContainer?) {
                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift:11:47: error: 'UITextView' is unavailable in watchOS
@IBDesignable open class PlaceholderTextView: 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/SwiftlierUIKit/View/RoundedBorderButton.swift:22:42: error: 'UIScreen' is unavailable in watchOS
    public var borderSize: CGFloat = 1 / UIScreen.main.scale {
                                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift:22:51: error: 'main' is unavailable in watchOS
    public var borderSize: CGFloat = 1 / UIScreen.main.scale {
                                                  ^~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift:35:24: error: cannot override 'awakeFromNib' which has been marked unavailable
    open override func awakeFromNib() {
                       ^
UIKit.NSObject.awakeFromNib:3:13: note: 'awakeFromNib()' has been explicitly marked unavailable here
  open func awakeFromNib()}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift:35:24: note: remove 'override' modifier to declare a new 'awakeFromNib'
    open override func awakeFromNib() {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift:12:35: error: 'UIButton' is unavailable in watchOS
public class RoundedBorderButton: 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/SwiftlierUIKit/View/RoundedBorderView.swift:35:24: error: cannot override 'awakeFromNib' which has been marked unavailable
    override open func awakeFromNib() {
                       ^
UIKit.NSObject.awakeFromNib:3:13: note: 'awakeFromNib()' has been explicitly marked unavailable here
  open func awakeFromNib()}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift:35:24: note: remove 'override' modifier to declare a new 'awakeFromNib'
    override open func awakeFromNib() {
    ~~~~~~~~~          ^

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift:11:45: error: 'UIView' is unavailable in watchOS
@IBDesignable open class RoundedBorderView: 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/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift:12:25: error: 'UIButton' is unavailable in watchOS
    public let button = 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/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift:12:25: error: 'init()' is unavailable in watchOS
    public let button = UIButton()
                        ^~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift:11:43: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
public class SectionHeaderWithButtonView: UITableViewHeaderFooterView {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift:42:24: error: cannot override 'awakeFromNib' which has been marked unavailable
    override open func awakeFromNib() {
                       ^
UIKit.NSObject.awakeFromNib:3:13: note: 'awakeFromNib()' has been explicitly marked unavailable here
  open func awakeFromNib()}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift:42:24: note: remove 'override' modifier to declare a new 'awakeFromNib'
    override open func awakeFromNib() {
    ~~~~~~~~~          ^

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift:11:38: error: 'UIView' is unavailable in watchOS
@IBDesignable open class ShadowView: 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/SwiftlierUIKit/View/ThinLayoutConstraint.swift:12:19: error: cannot override 'awakeFromNib' which has been marked unavailable
    override func awakeFromNib() {
                  ^
UIKit.NSObject.awakeFromNib:3:13: note: 'awakeFromNib()' has been explicitly marked unavailable here
  open func awakeFromNib()}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift:12:19: note: remove 'override' modifier to declare a new 'awakeFromNib'
    override func awakeFromNib() {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift:11:29: error: 'NSLayoutConstraint' is unavailable in watchOS
class ThinLayoutConstraint: NSLayoutConstraint {
                            ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Animations.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+Constraints.swift:13:52: error: 'UIView' is unavailable in watchOS
    public func constrainToFullWidth(of container: UIView, insetBy inset: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                   ^~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:13:113: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrainToFullWidth(of container: UIView, insetBy inset: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                                                                                ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:21:53: error: 'UIView' is unavailable in watchOS
    public func constrainToFullHeight(of container: UIView, insetBy inset: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                    ^~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:21:114: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrainToFullHeight(of container: UIView, insetBy inset: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                                                                                 ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:29:46: error: 'UIView' is unavailable in watchOS
    public func constrainToFill(_ container: UIView, insetBy inset: CGPoint = CGPoint(), active: Bool = true) -> [NSLayoutConstraint] {
                                             ^~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:29:115: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrainToFill(_ container: UIView, insetBy inset: CGPoint = CGPoint(), active: Bool = true) -> [NSLayoutConstraint] {
                                                                                                                  ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:35:49: error: 'UIView' is unavailable in watchOS
    public func constrainToCenter(of container: UIView, offsetBy offset: CGPoint = CGPoint(), active: Bool = true) -> [NSLayoutConstraint] {
                                                ^~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:35:120: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrainToCenter(of container: UIView, offsetBy offset: CGPoint = CGPoint(), active: Bool = true) -> [NSLayoutConstraint] {
                                                                                                                       ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:43:40: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> NSLayoutConstraint {
                                       ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:43:79: error: 'UIView' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> NSLayoutConstraint {
                                                                              ^~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:43:98: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> NSLayoutConstraint {
                                                                                                 ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:43:204: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> NSLayoutConstraint {
                                                                                                                                                                                                           ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:48:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attributes: [NSLayoutConstraint.Attribute], of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                         ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:48:82: error: 'UIView' is unavailable in watchOS
    public func constrain(_ attributes: [NSLayoutConstraint.Attribute], of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                                                 ^~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:48:101: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attributes: [NSLayoutConstraint.Attribute], of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                                                                    ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:48:208: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attributes: [NSLayoutConstraint.Attribute], of view: UIView, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, plus: CGFloat = 0, active: Bool = true) -> [NSLayoutConstraint] {
                                                                                                                                                                                                               ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:59:40: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, to constant: CGFloat, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, active: Bool = true) -> NSLayoutConstraint {
                                       ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:59:103: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, to constant: CGFloat, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, active: Bool = true) -> NSLayoutConstraint {
                                                                                                      ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:59:190: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func constrain(_ attribute: NSLayoutConstraint.Attribute, to constant: CGFloat, relatedBy: NSLayoutConstraint.Relation = .equal, multiplier: CGFloat = 1, active: Bool = true) -> NSLayoutConstraint {
                                                                                                                                                                                             ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+Constraints.swift:65:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    static func finalize(_ constraints: [NSLayoutConstraint], active: Bool) -> [NSLayoutConstraint] {
                                         ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:65:81: error: 'NSLayoutConstraint' is unavailable in watchOS
    static func finalize(_ constraints: [NSLayoutConstraint], active: Bool) -> [NSLayoutConstraint] {
                                                                                ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:72:40: error: 'NSLayoutConstraint' is unavailable in watchOS
    static func finalize(_ constraint: NSLayoutConstraint, active: Bool) -> NSLayoutConstraint {
                                       ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:72:77: error: 'NSLayoutConstraint' is unavailable in watchOS
    static func finalize(_ constraint: NSLayoutConstraint, active: Bool) -> NSLayoutConstraint {
                                                                            ^~~~~~~~~~~~~~~~~~
/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/SwiftlierUIKit/View/UIView+Constraints.swift:64:19: error: 'UIView' is unavailable in watchOS
private 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/SwiftlierUIKit/View/UIView+Drawing.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+Helpers.swift:12:32: error: 'UIView' is unavailable in watchOS
    public var firstResponder: 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/SwiftlierUIKit/View/UIView+Helpers.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+ImageCapture.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/UIView+Layout.swift:12:43: error: 'UIView' is unavailable in watchOS
    public func addFillingSubview(_ view: UIView, insetBy inset: CGPoint = .zero) {
                                          ^~~~~~
/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/SwiftlierUIKit/View/UIView+Layout.swift:19:41: error: 'UIView' is unavailable in watchOS
    public func addCenteredView(_ view: UIView, withOffset offset: CGPoint) {
                                        ^~~~~~
/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/SwiftlierUIKit/View/UIView+Layout.swift:26:46: error: 'UILayoutGuide' is unavailable in watchOS
    public var crossPlatformSafeLayoutGuide: UILayoutGuide {
                                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift:11:11: error: 'UIView' is unavailable in watchOS
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/SwiftlierUIKit/View/VerticalGradientView.swift:11:50: error: 'UIView' is unavailable in watchOS
@IBDesignable public class VerticalGradientView: 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>
           ^
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/SwiftlierUIKit/Controller/Alert.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DatePickerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/FormViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/LayeredTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/LimitedSizeViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/MenuViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/SelectListViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/TaskService.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIButton+BlockTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UINavigationController+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/WebViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/ZoomThroughTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Date+DispatchTime.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/EnergyFormatting.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Float+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Menu.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/ObfuscatedData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/ObservableArray+UI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Path+Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIDevice+AppIdioms.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIImage+Editing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGContext+ThreadSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGMath.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CircleBorderView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CustomGradientView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/DiagonalGradientView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/MonthAndYearPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutConstraint+SwifPlusPlus.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PassThroughTouchView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Animations.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Drawing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+ImageCapture.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/VerticalGradientView.swift -target armv7k-apple-watchos5.0 -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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit-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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SwiftlierUIKit -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/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftlierUIKit.build/Debug-watchos/SwiftlierUIKit.build/Objects-normal/armv7k/SwiftlierUIKit.abi.json
SwiftCompile normal armv7k Compiling\ Alert.swift,\ DataSourceType.swift,\ DatePickerViewController.swift,\ FormViewController.swift,\ KeyboardConstraintAdjuster.swift,\ KeyboardTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DatePickerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/FormViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardTracker.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/Alert.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DataSourceType.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/DatePickerViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/FormViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardConstraintAdjuster.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/KeyboardTracker.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ LayeredTableViewController.swift,\ LimitedSizeViewController.swift,\ MenuViewController.swift,\ SelectListViewController.swift,\ TaskService.swift,\ UIBarButtonItem+BlockTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/LayeredTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/LimitedSizeViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/MenuViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/SelectListViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/TaskService.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/LayeredTableViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/LimitedSizeViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/MenuViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/SelectListViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/TaskService.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIBarButtonItem+BlockTarget.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIViewController+Transitions.swift,\ WebViewController.swift,\ ZoomThroughTransition.swift,\ Date+DispatchTime.swift,\ EnergyFormatting.swift,\ Float+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/WebViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/ZoomThroughTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Date+DispatchTime.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/EnergyFormatting.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Float+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Transitions.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/WebViewController.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/ZoomThroughTransition.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Date+DispatchTime.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/EnergyFormatting.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Float+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIButton+BlockTarget.swift,\ UICollectionView+EasyRegister.swift,\ UINavigationController+Helpers.swift,\ UITableView+EasyRegister.swift,\ UIViewController+Helpers.swift,\ UIViewController+PhotoViewing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIButton+BlockTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UINavigationController+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIButton+BlockTarget.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UICollectionView+EasyRegister.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UINavigationController+Helpers.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UITableView+EasyRegister.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+Helpers.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Controller/UIViewController+PhotoViewing.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Form.swift,\ Menu.swift,\ ObfuscatedData.swift,\ ObservableArray+UI.swift,\ Path+Image.swift,\ Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Menu.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/ObfuscatedData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/ObservableArray+UI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Path+Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Transformation.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Form.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Menu.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/ObfuscatedData.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/ObservableArray+UI.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Path+Image.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/Transformation.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIColor+Encodable.swift,\ UIColor+Factory.swift,\ UIDevice+AppIdioms.swift,\ UIImage+Editing.swift,\ BubbleView.swift,\ CGContext+ThreadSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIDevice+AppIdioms.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIImage+Editing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGContext+ThreadSafe.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Encodable.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIColor+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIDevice+AppIdioms.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/Model/UIImage+Editing.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/BubbleView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/CGContext+ThreadSafe.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ NSLayoutContraint+Factory.swift,\ PassThroughTouchView.swift,\ PlaceholderTextView.swift,\ RoundedBorderButton.swift,\ RoundedBorderView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PassThroughTouchView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/NSLayoutContraint+Factory.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PassThroughTouchView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/PlaceholderTextView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderButton.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/RoundedBorderView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SectionHeaderWithButtonView.swift,\ ShadowView.swift,\ ThinLayoutConstraint.swift,\ UIView+Animations.swift,\ UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Animations.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Constraints.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/SectionHeaderWithButtonView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ShadowView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/ThinLayoutConstraint.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Animations.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Constraints.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+Drawing.swift,\ UIView+Helpers.swift,\ UIView+ImageCapture.swift,\ UIView+Layout.swift,\ VerticalGradientView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Drawing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+ImageCapture.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/VerticalGradientView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Drawing.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Helpers.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+ImageCapture.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/UIView+Layout.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftlierUIKit/View/VerticalGradientView.swift (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlierUIKit (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftlierUIKit (in target 'SwiftlierUIKit' from project 'SwiftlierUIKit')
	Building workspace spi-builder-workspace with scheme SwiftlierUIKit
(3 failures)
BUILD FAILURE 6.2 watchOS