Build Information
Failed to build SwifterUI, reference main (cf6fa8
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 22 Jun 2025 08:24:31 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 SwifterUI -destination generic/platform=watchOS
Build Log
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:73:51: error: 'UIControl' is unavailable in watchOS
func foregroundColor(_ color: UIColor, state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:12:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:81:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:172:43: error: 'UIButton' is unavailable in watchOS
convenience init(configuration: () -> UIButton.Configuration) {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:177:41: error: 'UIButton' is unavailable in watchOS
func configuration(_ builder: () -> UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:177:72: error: 'UIButton' is unavailable in watchOS
func configuration(_ builder: () -> UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:183:41: error: 'UIButton' is unavailable in watchOS
func configuration(_ configuration: UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:183:72: error: 'UIButton' is unavailable in watchOS
func configuration(_ configuration: UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:194:59: error: 'UIButton' is unavailable in watchOS
func configurationUpdateHandler(_ handler: @escaping (UIButton) -> Void) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:170:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:224:56: error: 'UIConfigurationTextAttributesTransformer' is unavailable in watchOS
func titleTextAttributesTransformer(_ transformer: UIConfigurationTextAttributesTransformer) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationTextAttributesTransformer:3:15: note: 'UIConfigurationTextAttributesTransformer' has been explicitly marked unavailable here
public struct UIConfigurationTextAttributesTransformer {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:271:59: error: 'UIConfigurationTextAttributesTransformer' is unavailable in watchOS
func subtitleTextAttributesTransformer(_ transformer: UIConfigurationTextAttributesTransformer) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationTextAttributesTransformer:3:15: note: 'UIConfigurationTextAttributesTransformer' has been explicitly marked unavailable here
public struct UIConfigurationTextAttributesTransformer {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:321:35: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:328:41: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func background(_ background: () -> UIBackgroundConfiguration) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:342:38: error: 'UIButton' is unavailable in watchOS
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:356:59: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:364:33: error: 'UIButton' is unavailable in watchOS
func indicator(_ indicator: UIButton.Configuration.Indicator) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:372:51: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func indicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:386:31: error: 'UIButton' is unavailable in watchOS
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:400:29: error: 'UIButton' is unavailable in watchOS
func buttonSize(_ size: UIButton.Configuration.Size) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:407:33: error: 'UIButton' is unavailable in watchOS
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:414:47: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton.Configuration {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:431:27: error: 'UIButton' is unavailable in watchOS
func merging(_ other: UIButton.Configuration) -> Self {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:430:19: error: 'UIButton' is unavailable in watchOS
private extension UIButton.Configuration {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:483:61: error: 'UIButton' is unavailable in watchOS
func setInnerConfigurationHandler(_ handler: @escaping (UIButton) -> Void) {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:500:68: error: 'UIButton' is unavailable in watchOS
@objc private func swizzled_setConfigurationHandler(handler: ((UIButton) -> Void)?) {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:514:37: error: 'UIButton' is unavailable in watchOS
var stateConfigurations: [UInt: UIButton.Configuration] {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:528:38: error: 'UIButton' is unavailable in watchOS
var innerConfigurationHandler: ((UIButton) -> Void)? {
^~~~~~~~
/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/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:456:19: error: 'UIButton' is unavailable in watchOS
private 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/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:14:31: error: 'UICollectionViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UICollectionViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/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:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:20:35: error: 'UICollectionViewDataSource' is unavailable in watchOS
func dataSource(_ dataSource: UICollectionViewDataSource?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:26:41: error: 'UICollectionViewLayout' is unavailable in watchOS
func collectionViewLayout(_ layout: UICollectionViewLayout) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:32:51: error: 'UICollectionViewDataSourcePrefetching' is unavailable in watchOS
func prefetchDataSource(_ prefetchDataSource: UICollectionViewDataSourcePrefetching?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:101:11: note: 'UICollectionViewDataSourcePrefetching' has been explicitly marked unavailable here
@protocol UICollectionViewDataSourcePrefetching <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:44:39: error: 'UICollectionViewDragDelegate' is unavailable in watchOS
func dragDelegate(_ dragDelegate: UICollectionViewDragDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:539:11: note: 'UICollectionViewDragDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:50:39: error: 'UICollectionViewDropDelegate' is unavailable in watchOS
func dropDelegate(_ dropDelegate: UICollectionViewDropDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:586:11: note: 'UICollectionViewDropDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:62:39: error: 'UICollectionView' is unavailable in watchOS
func reorderingCadence(_ cadence: UICollectionView.ReorderingCadence) -> Self {
^~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:70:59: error: 'UICollectionView' is unavailable in watchOS
func selfSizingInvalidation(_ selfSizingInvalidation: UICollectionView.SelfSizingInvalidation) -> Self {
^~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:77:43: error: 'UIView' is unavailable in watchOS
func backgroundView(_ backgroundView: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:18: error: 'UICollectionView' is unavailable in watchOS
public extension UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:14:33: error: 'UIView' is unavailable in watchOS
func backgroundView(_ view: UIView?) -> UICollectionViewCell {
^~~~~~
/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/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:14:45: error: 'UICollectionViewCell' is unavailable in watchOS
func backgroundView(_ view: UIView?) -> 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/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:48:41: error: 'UIView' is unavailable in watchOS
func selectedBackgroundView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:56:48: error: 'UIContentConfiguration' is unavailable in watchOS
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:63:51: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:71:48: error: 'UICollectionViewCell' is unavailable in watchOS
func configurationUpdateHandler(_ handler: UICollectionViewCell.ConfigurationUpdateHandler?) -> Self {
^~~~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:18: error: 'UICollectionViewCell' is unavailable in watchOS
public extension 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/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift:37:39: error: 'UICollectionView' is unavailable in watchOS
func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
^~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift:61:45: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
func sectionInsetReference(_ reference: UICollectionViewFlowLayout.SectionInsetReference) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift:11:18: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
public extension UICollectionViewFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:13:33: error: 'UIDatePicker' is unavailable in watchOS
func datePickerMode(_ mode: UIDatePicker.Mode) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:68:44: error: 'UIDatePickerStyle' is unavailable in watchOS
func preferredDatePickerStyle(_ style: UIDatePickerStyle) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:28:28: note: 'UIDatePickerStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIDatePickerStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:18: error: 'UIDatePicker' is unavailable in watchOS
public extension UIDatePicker {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:11:30: error: 'UIImageView' is unavailable in watchOS
public typealias ImageView = 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/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:107:54: error: 'DynamicRange' is unavailable in watchOS
func preferredImageDynamicRange(_ range: UIImage.DynamicRange) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:91:28: note: 'DynamicRange' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIImageDynamicRange) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:14:18: error: 'UIImageView' is unavailable in watchOS
public extension UIImageView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift:11:18: error: 'UIInputView' is unavailable in watchOS
public extension UIInputView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h:20:12: note: 'UIInputView' has been explicitly marked unavailable here
@interface UIInputView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:12:27: error: 'UILabel' is unavailable in watchOS
public final class Label: UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:28:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:14:31: error: 'UIPickerViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UIPickerViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:59:11: note: 'UIPickerViewDelegate' has been explicitly marked unavailable here
@protocol UIPickerViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:20:35: error: 'UIPickerViewDataSource' is unavailable in watchOS
func dataSource(_ dataSource: UIPickerViewDataSource?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:48:11: note: 'UIPickerViewDataSource' has been explicitly marked unavailable here
@protocol UIPickerViewDataSource<NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:11:18: error: 'UIPickerView' is unavailable in watchOS
public extension UIPickerView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift:11:18: error: 'UIRefreshControl' is unavailable in watchOS
public extension UIRefreshControl {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:31:53: error: 'UIScrollView' is unavailable in watchOS
func contentInsetAdjustmentBehavior(_ behavior: UIScrollView.ContentInsetAdjustmentBehavior) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:91:34: error: 'UIScrollView' is unavailable in watchOS
func indicatorStyle(_ style: UIScrollView.IndicatorStyle) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:115:35: error: 'UIScrollView' is unavailable in watchOS
func decelerationRate(_ rate: UIScrollView.DecelerationRate) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:121:35: error: 'UIScrollView' is unavailable in watchOS
func indexDisplayMode(_ mode: UIScrollView.IndexDisplayMode) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:169:38: error: 'UIScrollView' is unavailable in watchOS
func keyboardDismissMode(_ mode: UIScrollView.KeyboardDismissMode) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:175:36: error: 'UIRefreshControl' is unavailable in watchOS
func refreshControl(_ control: UIRefreshControl?) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:18: error: 'UIScrollView' is unavailable in watchOS
public extension UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:225:63: error: 'UIView' is unavailable in watchOS
public convenience init(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:224:33: error: 'UIScrollView' is unavailable in watchOS
public final class HScrollView: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:258:63: error: 'UIView' is unavailable in watchOS
public convenience init(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:257:33: error: 'UIScrollView' is unavailable in watchOS
public final class VScrollView: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift:12:18: error: 'UISegmentedControl' is unavailable in watchOS
public extension UISegmentedControl {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:43:12: note: 'UISegmentedControl' has been explicitly marked unavailable here
@interface UISegmentedControl : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift:11:18: error: 'UISlider' is unavailable in watchOS
public extension UISlider {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:13:31: error: 'NSLayoutConstraint' is unavailable in watchOS
public override var axis: NSLayoutConstraint.Axis {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:19:85: error: 'UIView' is unavailable in watchOS
public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:12:32: error: 'UIStackView' is unavailable in watchOS
public final class VStackView: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:46:31: error: 'NSLayoutConstraint' is unavailable in watchOS
public override var axis: NSLayoutConstraint.Axis {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:52:85: error: 'UIView' is unavailable in watchOS
public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:45:32: error: 'UIStackView' is unavailable in watchOS
public final class HStackView: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:93:23: error: 'NSLayoutConstraint' is unavailable in watchOS
func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:99:33: error: 'UIStackView' is unavailable in watchOS
func alignment(_ alignment: UIStackView.Alignment) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:105:39: error: 'UIStackView' is unavailable in watchOS
func distribution(_ distribution: UIStackView.Distribution) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:83:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:118:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:160:19: error: 'UIStackView' is unavailable in watchOS
private extension UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:211:25: error: 'UIStackView' is unavailable in watchOS
weak var stackView: UIStackView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:212:26: error: 'UIView' is unavailable in watchOS
var separatorViews: [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/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift:11:18: error: 'UIStepper' is unavailable in watchOS
public extension UIStepper {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:39:34: error: 'UISwitch' is unavailable in watchOS
func preferredStyle(_ style: UISwitch.Style) -> Self {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:11:18: error: 'UISwitch' is unavailable in watchOS
public extension UISwitch {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:14:35: error: 'UITableViewDataSource' is unavailable in watchOS
func dataSource(_ dataSource: UITableViewDataSource?) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:19:31: error: 'UITableViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UITableViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~
/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:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:25:51: error: 'UITableViewDataSourcePrefetching' is unavailable in watchOS
func prefetchDataSource(_ prefetchDataSource: UITableViewDataSourcePrefetching?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:589:11: note: 'UITableViewDataSourcePrefetching' has been explicitly marked unavailable here
@protocol UITableViewDataSourcePrefetching <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:31:39: error: 'UITableViewDragDelegate' is unavailable in watchOS
func dragDelegate(_ dragDelegate: UITableViewDragDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/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:608:11: note: 'UITableViewDragDelegate' has been explicitly marked unavailable here
@protocol UITableViewDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:37:39: error: 'UITableViewDropDelegate' is unavailable in watchOS
func dropDelegate(_ dropDelegate: UITableViewDropDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/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:648:11: note: 'UITableViewDropDelegate' has been explicitly marked unavailable here
@protocol UITableViewDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:106:61: error: 'UITableView' is unavailable in watchOS
func separatorInsetReference(_ separatorInsetReference: UITableView.SeparatorInsetReference) -> Self {
^~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:59: error: 'UITableView' is unavailable in watchOS
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:119:43: error: 'UIView' is unavailable in watchOS
func backgroundView(_ backgroundView: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:179:34: error: 'UITableViewCell' is unavailable in watchOS
func separatorStyle(_ style: UITableViewCell.SeparatorStyle) -> Self {
^~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:191:36: error: 'UIVisualEffect' is unavailable in watchOS
func separatorEffect(_ effect: UIVisualEffect?) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:209:40: error: 'UIView' is unavailable in watchOS
func tableHeaderView(_ headerView: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:215:40: error: 'UIView' is unavailable in watchOS
func tableFooterView(_ footerView: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:45: error: 'UITableViewContentHuggingElements' is unavailable in watchOS
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:49:31: note: 'UITableViewContentHuggingElements' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSInteger, UITableViewContentHuggingElements) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:28:33: error: 'UIView' is unavailable in watchOS
func backgroundView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:34:41: error: 'UIView' is unavailable in watchOS
func selectedBackgroundView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:40:50: error: 'UIView' is unavailable in watchOS
func multipleSelectionBackgroundView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:46:34: error: 'UITableViewCell' is unavailable in watchOS
func selectionStyle(_ style: UITableViewCell.SelectionStyle) -> Self {
^~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:76:32: error: 'UITableViewCell' is unavailable in watchOS
func accessoryType(_ type: UITableViewCell.AccessoryType) -> Self {
^~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:82:32: error: 'UIView' is unavailable in watchOS
func accessoryView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:88:39: error: 'UITableViewCell' is unavailable in watchOS
func editingAccessoryType(_ type: UITableViewCell.AccessoryType) -> Self {
^~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:94:39: error: 'UIView' is unavailable in watchOS
func editingAccessoryView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:124:30: error: 'UITableViewCell' is unavailable in watchOS
func focusStyle(_ style: UITableViewCell.FocusStyle) -> Self {
^~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:48: error: 'UIContentConfiguration' is unavailable in watchOS
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:51: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:48: error: 'UITableViewCell' is unavailable in watchOS
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:18: error: 'UITableViewCell' is unavailable in watchOS
public extension 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/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:12:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:105:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:147:31: error: 'UITextField' is unavailable in watchOS
func borderStyle(_ style: UITextField.BorderStyle) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:153:31: error: 'UITextFieldDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextFieldDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:23:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:207:44: error: 'UITextField' is unavailable in watchOS
func onTextChange(_ action: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:214:46: error: 'UITextField' is unavailable in watchOS
func onBeginEditing(_ action: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:228:44: error: 'UITextField' is unavailable in watchOS
func onEndEditing(_ action: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:197:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:261:27: error: 'UILabel' is unavailable in watchOS
var placeholderLabel: UILabel? {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:281:43: error: 'UILabel' is unavailable in watchOS
func getOrCreatePlaceholderLabel() -> UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:358:48: error: 'UITextField' is unavailable in watchOS
@objc func textFieldDidChange(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:366:54: error: 'UITextField' is unavailable in watchOS
@objc func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:372:52: error: 'UITextField' is unavailable in watchOS
@objc func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:243:23: error: 'UITextField' is unavailable in watchOS
fileprivate extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:388:19: error: 'UITextField' is unavailable in watchOS
private extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:12:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:89:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:95:43: error: 'UIKeyboardAppearance' is unavailable in watchOS
func keyboardAppearance(_ appearance: UIKeyboardAppearance) -> Self {
^~~~~~~~~~~~~~~~~~~~
/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:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:101:41: error: 'UITextAutocapitalizationType' is unavailable in watchOS
func autocapitalizationType(_ type: UITextAutocapitalizationType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:107:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/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:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:113:36: error: 'UITextSpellCheckingType' is unavailable in watchOS
func spellCheckingType(_ type: UITextSpellCheckingType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/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:48:28: note: 'UITextSpellCheckingType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSpellCheckingType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:119:34: error: 'UITextSmartQuotesType' is unavailable in watchOS
func smartQuotesType(_ type: UITextSmartQuotesType) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/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:58:28: note: 'UITextSmartQuotesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartQuotesType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:125:34: error: 'UITextSmartDashesType' is unavailable in watchOS
func smartDashesType(_ type: UITextSmartDashesType) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/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:68:28: note: 'UITextSmartDashesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartDashesType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:131:40: error: 'UITextSmartInsertDeleteType' is unavailable in watchOS
func smartInsertDeleteType(_ type: UITextSmartInsertDeleteType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:78:28: note: 'UITextSmartInsertDeleteType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartInsertDeleteType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:149:31: error: 'UITextViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~
/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:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:161:37: error: 'UIDataDetectorTypes' is unavailable in watchOS
func dataDetectorTypes(_ types: UIDataDetectorTypes) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h:11:32: note: 'UIDataDetectorTypes' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIDataDetectorTypes) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:185:28: error: 'UIView' is unavailable in watchOS
func inputView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:191:37: error: 'UIView' is unavailable in watchOS
func inputAccessoryView(_ view: UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:221:32: error: 'UIReturnKeyType' is unavailable in watchOS
func returnKeyType(_ type: UIReturnKeyType) -> Self {
^~~~~~~~~~~~~~~
/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:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:239:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/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:217:20: note: 'UITextContentType' has been explicitly marked unavailable here
typedef NSString * UITextContentType NS_TYPED_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:245:33: error: 'UITextInputPasswordRules' is unavailable in watchOS
func passwordRules(_ rules: UITextInputPasswordRules?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/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:220:12: note: 'UITextInputPasswordRules' has been explicitly marked unavailable here
@interface UITextInputPasswordRules : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:271:31: error: 'UITextView' is unavailable in watchOS
func borderStyle(_ style: UITextView.BorderStyle) -> Self {
^~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:278:39: error: 'UITextInlinePredictionType' is unavailable in watchOS
func inlinePredictionType(_ type: UITextInlinePredictionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/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:89:28: note: 'UITextInlinePredictionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextInlinePredictionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:294:43: error: 'UIWritingToolsBehavior' is unavailable in watchOS
func writingToolsBehavior(_ behavior: UIWritingToolsBehavior) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
/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:178:28: note: 'UIWritingToolsBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIWritingToolsBehavior) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:301:54: error: 'UIWritingToolsResultOptions' is unavailable in watchOS
func allowedWritingToolsResultOptions(_ options: UIWritingToolsResultOptions) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:197:32: note: 'UIWritingToolsResultOptions' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIWritingToolsResultOptions) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:308:55: error: 'UITextFormattingViewController' is unavailable in watchOS
func textFormattingConfiguration(_ configuration: UITextFormattingViewController.Configuration?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextFormattingViewController.h:68:12: note: 'UITextFormattingViewController' has been explicitly marked unavailable here
@interface UITextFormattingViewController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:315:47: error: 'UITextMathExpressionCompletionType' is unavailable in watchOS
func mathExpressionCompletionType(_ type: UITextMathExpressionCompletionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:100:28: note: 'UITextMathExpressionCompletionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextMathExpressionCompletionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:22:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:340:44: error: 'UITextView' is unavailable in watchOS
func onTextChange(_ action: @escaping (UITextView) -> Void) -> Self {
^~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:355:46: error: 'UITextView' is unavailable in watchOS
func onBeginEditing(_ action: @escaping (UITextView) -> Void) -> Self {
^~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:370:44: error: 'UITextView' is unavailable in watchOS
func onEndEditing(_ action: @escaping (UITextView) -> Void) -> Self {
^~~~~~~~~~
/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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:330:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:392:27: error: 'UILabel' is unavailable in watchOS
var placeholderLabel: UILabel? {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:418:43: error: 'UILabel' is unavailable in watchOS
func getOrCreatePlaceholderLabel() -> UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:380:19: error: 'UITextView' is unavailable in watchOS
private extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:12: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:127:30: error: 'UIView' is unavailable in watchOS
func contentMode(_ mode: UIView.ContentMode) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:133:23: error: 'UIView' is unavailable in watchOS
func mask(_ mask: UIView) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:145:37: error: 'UIView' is unavailable in watchOS
func tintAdjustmentMode(_ mode: UIView.TintAdjustmentMode) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:194:49: error: 'UIView' is unavailable in watchOS
func backgroundView(_ view: @escaping () -> UIView?) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:206:55: error: 'UIView' is unavailable in watchOS
func background(@SwiftlyUIBuilder content: () -> [UIView]) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:263:45: error: 'UILayoutPriority' is unavailable in watchOS
func contentHuggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~
/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:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:263:73: error: 'NSLayoutConstraint' is unavailable in watchOS
func contentHuggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:269:59: error: 'UILayoutPriority' is unavailable in watchOS
func contentCompressionResistancePriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~
/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:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:269:87: error: 'NSLayoutConstraint' is unavailable in watchOS
func contentCompressionResistancePriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:275:48: error: 'UISemanticContentAttribute' is unavailable in watchOS
func semanticContentAttribute(_ attribute: UISemanticContentAttribute) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/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:136:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:298:35: error: 'CATransform3D' is unavailable in watchOS
func transform3D(_ transform: CATransform3D) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:328:35: error: 'UIView' is unavailable in watchOS
func autoresizingMask(_ mask: UIView.AutoresizingMask) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:334:45: error: 'UIGestureRecognizer' is unavailable in watchOS
func gestureRecognizers(_ recognizers: [UIGestureRecognizer]?) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:340:36: error: 'UIMotionEffect' is unavailable in watchOS
func motionEffects(_ effects: [UIMotionEffect]) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMotionEffect.h:19:12: note: 'UIMotionEffect' has been explicitly marked unavailable here
@interface UIMotionEffect : NSObject <NSCopying, NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:358:46: error: 'UIUserInterfaceStyle' is unavailable in watchOS
func overrideUserInterfaceStyle(_ style: UIUserInterfaceStyle) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:373:49: error: 'UIContentSizeCategory' is unavailable in watchOS
func minimumContentSizeCategory(_ category: UIContentSizeCategory?) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:380:49: error: 'UIContentSizeCategory' is unavailable in watchOS
func maximumContentSizeCategory(_ category: UIContentSizeCategory?) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:387:41: error: 'UIFocusGroupPriority' is unavailable in watchOS
func focusGroupPriority(_ priority: UIFocusGroupPriority) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocus.h:48:19: note: 'UIFocusGroupPriority' has been explicitly marked unavailable here
typedef NSInteger UIFocusGroupPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:394:32: error: 'UIFocusEffect' is unavailable in watchOS
func focusEffect(_ effect: UIFocusEffect?) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusEffect.h:18:12: note: 'UIFocusEffect' has been explicitly marked unavailable here
@interface UIFocusEffect : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:410:63: error: 'UIView' is unavailable in watchOS
public convenience init(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:409:32: error: 'UIView' is unavailable in watchOS
public final class ZStackView: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:565:25: error: 'UIView' is unavailable in watchOS
func equal(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:619:31: error: 'UIView' is unavailable in watchOS
func fill(toMargins view: UIView, edge: UIEdgeInsets = .zero) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:625:24: error: 'UIView' is unavailable in watchOS
func fill(to view: UIView, isMargins: Bool = false, edge: UIEdgeInsets = .zero) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:702:26: error: 'UIView' is unavailable in watchOS
func center(to view: UIView) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:748:25: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func top(to anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:761:23: error: 'UIView' is unavailable in watchOS
func top(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:778:41: error: 'UIView' is unavailable in watchOS
func top(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:795:43: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func top(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:808:38: error: 'UIView' is unavailable in watchOS
func top(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:825:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func top(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:858:26: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func left(to anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:871:24: error: 'UIView' is unavailable in watchOS
func left(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:888:42: error: 'UIView' is unavailable in watchOS
func left(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:905:44: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func left(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:918:39: error: 'UIView' is unavailable in watchOS
func left(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:935:41: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func left(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:968:29: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leading(to anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:981:27: error: 'UIView' is unavailable in watchOS
func leading(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:998:45: error: 'UIView' is unavailable in watchOS
func leading(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1015:47: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leading(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1028:42: error: 'UIView' is unavailable in watchOS
func leading(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1045:44: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leading(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1078:28: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottom(to anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1091:26: error: 'UIView' is unavailable in watchOS
func bottom(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1108:44: error: 'UIView' is unavailable in watchOS
func bottom(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1125:46: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottom(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1138:41: error: 'UIView' is unavailable in watchOS
func bottom(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1155:43: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottom(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1188:27: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func right(to anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1201:25: error: 'UIView' is unavailable in watchOS
func right(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1218:43: error: 'UIView' is unavailable in watchOS
func right(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1235:45: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func right(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1248:40: error: 'UIView' is unavailable in watchOS
func right(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1265:42: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func right(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1298:30: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailing(to anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1311:28: error: 'UIView' is unavailable in watchOS
func trailing(to view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1328:46: error: 'UIView' is unavailable in watchOS
func trailing(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1345:48: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailing(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1358:43: error: 'UIView' is unavailable in watchOS
func trailing(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1375:45: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailing(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1413:27: error: 'NSLayoutDimension' is unavailable in watchOS
func width(to anchor: NSLayoutDimension, multiplier: CGFloat = 1) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1422:25: error: 'UIView' is unavailable in watchOS
func width(to view: UIView, multiplier: CGFloat = 1) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1460:28: error: 'NSLayoutDimension' is unavailable in watchOS
func height(to anchor: NSLayoutDimension, multiplier: CGFloat = 1) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1469:26: error: 'UIView' is unavailable in watchOS
func height(to view: UIView, multiplier: CGFloat = 1) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1502:29: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerX(to anchor: NSLayoutXAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1515:27: error: 'UIView' is unavailable in watchOS
func centerX(to view: UIView, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1552:29: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerY(to anchor: NSLayoutYAxisAnchor, offset: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1565:27: error: 'UIView' is unavailable in watchOS
func centerY(to view: UIView, offset: CGFloat = 0) -> Self {
^~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1582:58: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraint(_ constraintType: ConstraintType) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:427: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1617:20: error: 'NSLayoutConstraint' is unavailable in watchOS
var attribute: NSLayoutConstraint.Attribute {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1655:19: error: 'NSLayoutConstraint' is unavailable in watchOS
let relation: NSLayoutConstraint.Relation
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1656:22: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
let XAxisAnchor: NSLayoutXAxisAnchor?
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1657:22: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
let YAxisAnchor: NSLayoutYAxisAnchor?
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1658:20: error: 'NSLayoutDimension' is unavailable in watchOS
let Dimension: NSLayoutDimension?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1661:118: error: 'NSLayoutConstraint' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1661:169: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1661:210: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1661:249: error: 'NSLayoutDimension' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1676:33: error: 'NSLayoutConstraint' is unavailable in watchOS
static func from(attribute: NSLayoutConstraint.Attribute) -> ConstraintType? {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1693: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1712:43: error: 'NSLayoutConstraint' is unavailable in watchOS
var constraints: [ConstraintType: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1775:41: error: 'NSLayoutConstraint' is unavailable in watchOS
func addNewConstraint(_ constraint: NSLayoutConstraint, type: ConstraintType) {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1953:55: error: 'UIView' is unavailable in watchOS
@objc private func swizzled_didAddSubview(_ view: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1982:20: error: 'NSLayoutDimension' is unavailable in watchOS
dimension: NSLayoutDimension,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1710: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2080:53: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture<T: AnyObject, GestureRecognizer: UIGestureRecognizer>(_ type: GestureType, target: T, action: @escaping (T, GestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2154:31: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
case swipe(direction: UISwipeGestureRecognizer.Direction = .right)
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2208:25: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
var swipeValue: UISwipeGestureRecognizer.Direction {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2051: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2220:40: error: 'UIGestureRecognizer' is unavailable in watchOS
private class GestureClosureWrapper<T: UIGestureRecognizer>: NSObject {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2262:34: error: 'UIGestureRecognizer' is unavailable in watchOS
@objc func invoke(_ gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2252:63: error: 'UIGestureRecognizer' is unavailable in watchOS
private class GestureHandler<T: AnyObject, GestureRecognizer: UIGestureRecognizer>: NSObject {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2331:68: error: 'UIGestureRecognizer' is unavailable in watchOS
private func createGestureRecognizer(for type: GestureType) -> UIGestureRecognizer {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2356:76: error: 'UIGestureRecognizer' is unavailable in watchOS
private func handleGestureDependencies(for type: GestureType, gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2273: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/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:13:27: error: 'UIVisualEffect' is unavailable in watchOS
func effect(_ effect: UIVisualEffect?) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:11:18: error: 'UIVisualEffectView' is unavailable in watchOS
public extension UIVisualEffectView {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:11:78: error: 'CAGradientLayer' is unavailable in watchOS
static func gradient(colors: [UIColor], direction: GradientDirection) -> 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/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:10:18: error: 'CAGradientLayer' is unavailable in watchOS
public extension 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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:20:33: error: 'UIView' is unavailable in watchOS
public var swiftlyUIViews: [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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:28:26: error: 'UIView' is unavailable in watchOS
var swiftlyUIViews: [UIView] { get }
^~~~~~
/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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:32:33: error: 'UIView' is unavailable in watchOS
public var swiftlyUIViews: [UIView] { [self] }
^~~~~~
/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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:31:1: warning: @preconcurrency attribute on conformance to 'SwiftlyUIViewBuildingProtocol' has no effect
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
^ ~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:31:11: error: 'UIView' is unavailable in watchOS
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
^~~~~~
/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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:36:33: error: 'UIView' is unavailable in watchOS
public var swiftlyUIViews: [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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:22:47: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> Controller {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:26:81: error: cannot find type 'Context' in scope
public func updateUIViewController(_ uiViewController: Controller, context: Context) {}
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:70: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:51: error: 'UIViewController' is unavailable in watchOS
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:37:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> View {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:41:55: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: View, context: Context) {}
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:44: error: cannot find type 'UIViewRepresentable' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:35: error: 'UIView' is unavailable in watchOS
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:50: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:66: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:14:41: error: 'UIView' is unavailable in watchOS
public static func buildBlock() -> [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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:52: error: 'UIView' is unavailable in watchOS
public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:66: error: 'UIView' is unavailable in watchOS
public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:51: error: 'UIView' is unavailable in watchOS
public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:65: error: 'UIView' is unavailable in watchOS
public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:44: error: 'UIView' is unavailable in watchOS
public static func buildEither(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:57: error: 'UIView' is unavailable in watchOS
public static func buildEither(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:45: error: 'UIView' is unavailable in watchOS
public static func buildEither(second: [UIView]) -> [UIView] { second }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:58: error: 'UIView' is unavailable in watchOS
public static func buildEither(second: [UIView]) -> [UIView] { second }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:50: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:63: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:56: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:72: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:85: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:54: error: 'UIView' is unavailable in watchOS
public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:66: error: 'UIView' is unavailable in watchOS
public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:22:95: error: 'UIView' is unavailable in watchOS
public static func buildExpression<T: SwiftlyUIViewBuildingProtocol>(_ expression: T) -> [UIView] { expression.swiftlyUIViews }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:109:18: error: 'UIView' is unavailable in watchOS
let options: UIView.AnimationOptions
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:195:82: error: 'CAGradientLayer' is unavailable in watchOS
func createGradientLayer(colors: [UIColor], direction: GradientDirection) -> 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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:194: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:201:63: error: 'UIView' is unavailable in watchOS
func setCanActiveLayout(_ enabled: Bool, forViews views: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:208:46: error: 'UIView' is unavailable in watchOS
func applyAlignmentConstraints(for view: 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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:200: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:243: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:279:11: error: 'UIView' is unavailable in watchOS
extension UIView.GestureType {
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:295:22: error: 'UIView' is unavailable in watchOS
var gestureType: UIView.GestureType? {
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:294:11: error: 'UIGestureRecognizer' is unavailable in watchOS
extension UIGestureRecognizer {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:321: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:330: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>
^
SwiftCompile normal arm64 Compiling\ UIRefreshControl+SwiftlyUI.swift,\ UIScrollView+SwiftlyUI.swift,\ UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIFont+SwiftlyUI.swift,\ UIImage+SwiftlyUI.swift,\ UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
EmitSwiftModule normal arm64 (in target 'SwiftlyUI' from project 'SwifterUI')
Building workspace spi-builder-workspace with scheme SwifterUI
(3 failures)
BUILD FAILURE 6.2 watchOS