Build Information
Failed to build flex-ui, reference main (97fda1), with Swift 6.3 for watchOS using Xcode 26.4 on 1 May 2026 15:48:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme flex-ui -destination generic/platform=watchOSBuild Log
EmitSwiftModule normal armv7k (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:20:64: error: 'UIControl' is unavailable in watchOS
func action(_ target: Any?, _ selector: Selector, _ event: UIControl.Event) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:33:45: error: 'UIControl' is unavailable in watchOS
func title(_ title: String?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:46:67: error: 'UIControl' is unavailable in watchOS
func attributedTitle(_ title: NSAttributedString?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:59:50: error: 'UIControl' is unavailable in watchOS
func titleColor(_ color: UIColor, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:114:42: error: 'UIView' is unavailable in watchOS
func imageContentMode(_ contentMode: UIView.ContentMode) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:125:51: error: 'UIControl' is unavailable in watchOS
func contentHorizontalAlignment(_ adjustment: UIControl.ContentHorizontalAlignment) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:136:49: error: 'UIControl' is unavailable in watchOS
func contentVerticalAlignment(_ adjustment: UIControl.ContentVerticalAlignment) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:180:44: error: 'UISemanticContentAttribute' is unavailable in watchOS
func semanticContentAttribute(_ atrib: UISemanticContentAttribute) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:137:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:193:63: error: 'UIControl' is unavailable in watchOS
func backgroundImage(_ image: UIImage?, for controlState: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:217:56: error: 'UIControl' is unavailable in watchOS
func setImage(_ image: UIImage?, for controlState: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:10:42: error: 'UIButton' is unavailable in watchOS
public extension FlexUI where Component: UIButton {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:11:1: warning: unavailable struct 'Configuration' was used to satisfy a requirement of protocol 'FlexCompatible'; this will be an error in a future Swift language mode
extension UIButton.Configuration: FlexCompatible {}
^
UIKit.UIButton.Configuration:2:15: note: 'Configuration' declared here
public struct Configuration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift:14:20: note: requirement 'ComponentType' declared here
associatedtype ComponentType
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:11:11: error: 'UIButton' is unavailable in watchOS
extension UIButton.Configuration: FlexCompatible {}
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:20:44: error: 'UIButton' is unavailable in watchOS
func title(_ title: String?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:31:45: error: 'AttributedString' is only available in watchOS 8 or newer
func attributedTitle(_ attributedTitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:31:10: note: add '@available' attribute to enclosing instance method
func attributedTitle(_ attributedTitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:14:8: note: add '@available' attribute to enclosing extension
public extension FlexUI where Component == UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:31:74: error: 'UIButton' is unavailable in watchOS
func attributedTitle(_ attributedTitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:42:38: error: 'UIButton' is unavailable in watchOS
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:42:87: error: 'UIButton' is unavailable in watchOS
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:53:64: error: 'UIButton' is unavailable in watchOS
func titleLineBreakMode(_ mode: NSLineBreakMode) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:64:50: error: 'UIButton' is unavailable in watchOS
func subtitle(_ subtitle: String?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:75:51: error: 'AttributedString' is only available in watchOS 8 or newer
func attributedSubtitle(_ attributedSubtitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:75:10: note: add '@available' attribute to enclosing instance method
func attributedSubtitle(_ attributedSubtitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:14:8: note: add '@available' attribute to enclosing extension
public extension FlexUI where Component == UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:75:80: error: 'UIButton' is unavailable in watchOS
func attributedSubtitle(_ attributedSubtitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:86:67: error: 'UIButton' is unavailable in watchOS
func subtitleLineBreakMode(_ mode: NSLineBreakMode) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:99:45: error: 'UIButton' is unavailable in watchOS
func image(_ image: UIImage?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:110:54: error: 'UIButton' is unavailable in watchOS
func systemImage(_ systemName: String) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:121:71: error: 'UIButton' is unavailable in watchOS
func imagePlacement(_ placement: NSDirectionalRectEdge) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:132:53: error: 'UIButton' is unavailable in watchOS
func imagePadding(_ padding: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:145:17: error: 'UIButton' is unavailable in watchOS
) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:156:47: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:156:91: error: 'UIButton' is unavailable in watchOS
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:167:35: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIButton.Configuration> {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:167:72: error: 'UIButton' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:178:55: error: 'UIButton' is unavailable in watchOS
func backgroundColor(_ color: UIColor?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:189:52: error: 'UIButton' is unavailable in watchOS
func cornerRadius(_ radius: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:200:31: error: 'UIButton' is unavailable in watchOS
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:200:77: error: 'UIButton' is unavailable in watchOS
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:213:29: error: 'UIButton' is unavailable in watchOS
func buttonSize(_ size: UIButton.Configuration.Size) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:213:68: error: 'UIButton' is unavailable in watchOS
func buttonSize(_ size: UIButton.Configuration.Size) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:224:59: error: 'UIButton' is unavailable in watchOS
func baseForegroundColor(_ color: UIColor?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:235:59: error: 'UIButton' is unavailable in watchOS
func baseBackgroundColor(_ color: UIColor?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:248:69: error: 'UIButton' is unavailable in watchOS
func contentInsets(_ insets: NSDirectionalEdgeInsets) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:259:52: error: 'UIButton' is unavailable in watchOS
func contentInsets(_ inset: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:277:74: error: 'UIButton' is unavailable in watchOS
func contentInsets(horizontal: CGFloat, vertical: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:293:60: error: 'UIButton' is unavailable in watchOS
func showsActivityIndicator(_ showing: Bool) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:304:59: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:304:103: error: 'UIButton' is unavailable in watchOS
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:315:69: error: 'UIButton' is unavailable in watchOS
func automaticallyUpdateForSelection(_ updates: Bool) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:326:33: error: 'UIButton' is unavailable in watchOS
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:326:81: error: 'UIButton' is unavailable in watchOS
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:338:24: error: 'UIConfigurationTextAttributesTransformer' is unavailable in watchOS
_ transformer: UIConfigurationTextAttributesTransformer?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationTextAttributesTransformer:3:15: note: 'UIConfigurationTextAttributesTransformer' has been explicitly marked unavailable here
public struct UIConfigurationTextAttributesTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:339:17: error: 'UIButton' is unavailable in watchOS
) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:351:24: error: 'UIConfigurationTextAttributesTransformer' is unavailable in watchOS
_ transformer: UIConfigurationTextAttributesTransformer?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationTextAttributesTransformer:3:15: note: 'UIConfigurationTextAttributesTransformer' has been explicitly marked unavailable here
public struct UIConfigurationTextAttributesTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:352:17: error: 'UIButton' is unavailable in watchOS
) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:362:41: error: 'UIButton' is unavailable in watchOS
func primaryActionStyle() -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:373:43: error: 'UIButton' is unavailable in watchOS
func secondaryActionStyle() -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:385:40: error: 'UIButton' is unavailable in watchOS
func configure(_ configure: (inout UIButton.Configuration) -> Void) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:385:83: error: 'UIButton' is unavailable in watchOS
func configure(_ configure: (inout UIButton.Configuration) -> Void) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:14:44: error: 'UIButton' is unavailable in watchOS
public extension FlexUI where Component == UIButton.Configuration {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:78:26: error: 'UINib' is unavailable in watchOS
func register(_ nib: UINib?, with identifier: String) -> Self {
^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:106:31: error: 'UICollectionViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UICollectionViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:117:35: error: 'UICollectionViewDataSource' is unavailable in watchOS
func dataSource(_ dataSource: UICollectionViewDataSource?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:11:42: error: 'UICollectionView' is unavailable in watchOS
public extension FlexUI where Component: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:11:1: warning: unavailable struct 'UIContentUnavailableConfiguration' was used to satisfy a requirement of protocol 'FlexCompatible'; this will be an error in a future Swift language mode
extension UIContentUnavailableConfiguration: FlexCompatible {}
^
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' declared here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift:14:20: note: requirement 'ComponentType' declared here
associatedtype ComponentType
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:11:11: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
extension UIContentUnavailableConfiguration: FlexCompatible {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:20:45: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func image(_ image: UIImage?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:31:46: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func imageProperties(_ configure: (inout UIContentUnavailableConfiguration.ImageProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:32:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:44:42: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func text(_ text: String?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:55:74: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func attributedText(_ attributedText: NSAttributedString?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:66:45: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func textProperties(_ configure: (inout UIContentUnavailableConfiguration.TextProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:67:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:79:60: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryText(_ secondaryText: String?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:90:83: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryAttributedText(_ attributedText: NSAttributedString?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:101:54: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryTextProperties(_ configure: (inout UIContentUnavailableConfiguration.TextProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:102:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:114:40: error: 'UIButton' is unavailable in watchOS
func button(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:114:74: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func button(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:125:47: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func buttonProperties(_ configure: (inout UIContentUnavailableConfiguration.ButtonProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:126:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:138:49: error: 'UIButton' is unavailable in watchOS
func secondaryButton(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:138:83: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryButton(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:149:56: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryButtonProperties(_ configure: (inout UIContentUnavailableConfiguration.ButtonProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:150:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:165:33: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func alignment(_ alignment: UIContentUnavailableConfiguration.Alignment) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:165:88: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func alignment(_ alignment: UIContentUnavailableConfiguration.Alignment) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:176:35: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:176:72: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:187:81: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func directionalLayoutMargins(_ margins: NSDirectionalEdgeInsets) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:198:47: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func margins(_ margin: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:214:59: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func imageToTextPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:225:67: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func textToSecondaryTextPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:236:60: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func textToButtonPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:247:71: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func buttonToSecondaryButtonPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:14:44: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
public extension FlexUI where Component == UIContentUnavailableConfiguration {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift:20:45: error: 'UIControl' is unavailable in watchOS
func add(command: (() -> Void)?, event: UIControl.Event = .touchUpInside) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift:40:54: error: 'UIControl' is unavailable in watchOS
func add(command: ((Component) -> Void)?, event: UIControl.Event) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift:11:42: error: 'UIControl' is unavailable in watchOS
public extension FlexUI where Component: UIControl {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift:18:37: error: 'UIView' is unavailable in watchOS
func contentMode(_ contentMode: UIView.ContentMode) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift:11:42: error: 'UIImageView' is unavailable in watchOS
public extension FlexUI where Component: UIImageView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UILabel.swift:8:42: error: 'UILabel' is unavailable in watchOS
public extension FlexUI where Component: UILabel {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:38:53: error: 'UIScrollView' is unavailable in watchOS
func contentInsetAdjustmentBehavior(_ behavior: UIScrollView.ContentInsetAdjustmentBehavior) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:60:34: error: 'UIScrollView' is unavailable in watchOS
func indicatorStyle(_ style: UIScrollView.IndicatorStyle) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:82:31: error: 'UIScrollViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UIScrollViewDelegate) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:312:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:8:42: error: 'UIScrollView' is unavailable in watchOS
public extension FlexUI where Component: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:17:23: error: 'NSLayoutConstraint' is unavailable in watchOS
func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:29:39: error: 'UIStackView' is unavailable in watchOS
func distribution(_ distribution: UIStackView.Distribution) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:53:33: error: 'UIStackView' is unavailable in watchOS
func alignment(_ alignment: UIStackView.Alignment) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:65:42: error: 'UIView' is unavailable in watchOS
func addArrangeSubviews(_ subviews: [UIView]) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:92:70: error: 'UIView' is unavailable in watchOS
func setCustomSpacing(_ spacing: CGFloat, after arrangedSubview: UIView) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:10:42: error: 'UIStackView' is unavailable in watchOS
public extension FlexUI where Component: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:59:31: error: 'UITextFieldDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextFieldDelegate) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:83:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:105:32: error: 'UIReturnKeyType' is unavailable in watchOS
func returnKeyType(_ type: UIReturnKeyType) -> Self {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:116:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:127:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:8:42: error: 'UITextField' is unavailable in watchOS
public extension FlexUI where Component: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:70:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:125:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:136:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:147:29: error: 'UITextViewDelegate' is unavailable in watchOS
func delegate(_ target: UITextViewDelegate) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:8:42: error: 'UITextView' is unavailable in watchOS
public extension FlexUI where Component: UITextView {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:81:41: error: 'CACornerMask' is unavailable in watchOS
func maskedCorners(_ maskedCorners: CACornerMask) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:92:23: error: 'CALayer' is unavailable in watchOS
func mask(_ mask: CALayer?) -> Self {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:103:33: error: 'CATransform3D' is unavailable in watchOS
func transform(_ transform: CATransform3D) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:155:21: error: 'UILayoutPriority' is unavailable in watchOS
_ priority: UILayoutPriority,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:156:19: error: 'NSLayoutConstraint' is unavailable in watchOS
for axis: NSLayoutConstraint.Axis
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:173:21: error: 'UILayoutPriority' is unavailable in watchOS
_ priority: UILayoutPriority,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:174:19: error: 'NSLayoutConstraint' is unavailable in watchOS
for axis: NSLayoutConstraint.Axis
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:186:29: error: 'UIView' is unavailable in watchOS
func addSubview(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:197:32: error: 'UIView' is unavailable in watchOS
func addSubviews(_ views: [UIView]) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:208:31: error: 'UIView' is unavailable in watchOS
func addSubviews(_ views: UIView...) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:8:42: error: 'UIView' is unavailable in watchOS
public extension FlexUI where Component: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
SwiftCompile normal armv7k Compiling\ FlexUI+UICollectionView.swift,\ FlexUI+UIContentUnavailableConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlexUI (in target 'FlexUI' from project 'flex-ui')
EmitSwiftModule normal arm64 (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlexUI (in target 'FlexUI' from project 'flex-ui')
2026-05-01 11:48:17.449 xcodebuild[645:3939] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ FlexUI (in target 'FlexUI' from project 'flex-ui')
EmitSwiftModule normal armv7k (in target 'FlexUI' from project 'flex-ui')
Building workspace spi-builder-workspace with scheme flex-ui
(3 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
flex-ui: /Users/admin/builder/spi-builder-workspace
resolved source packages: flex-ui
2026-05-01 11:48:24.769 xcodebuild[818:4626] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "flex-ui",
"name" : "flex-ui",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "FlexUI",
"targets" : [
"FlexUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlexUITests",
"module_type" : "SwiftTarget",
"name" : "FlexUITests",
"path" : "Tests/FlexUITests",
"sources" : [
"FlexUITests.swift"
],
"target_dependencies" : [
"FlexUI"
],
"type" : "test"
},
{
"c99name" : "FlexUI",
"module_type" : "SwiftTarget",
"name" : "FlexUI",
"path" : "Sources/FlexUI",
"product_memberships" : [
"FlexUI"
],
"sources" : [
"Classes/Core/FlexCompatible.swift",
"Classes/Core/FlexUI.swift",
"Classes/Extensions/FlexUI+UIButton.swift",
"Classes/Extensions/FlexUI+UIButtonConfiguration.swift",
"Classes/Extensions/FlexUI+UICollectionView.swift",
"Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift",
"Classes/Extensions/FlexUI+UIControl.swift",
"Classes/Extensions/FlexUI+UIImageView.swift",
"Classes/Extensions/FlexUI+UILabel.swift",
"Classes/Extensions/FlexUI+UIScrollView.swift",
"Classes/Extensions/FlexUI+UIStackView.swift",
"Classes/Extensions/FlexUI+UITextField.swift",
"Classes/Extensions/FlexUI+UITextView.swift",
"Classes/Extensions/FlexUI+UIView.swift",
"Classes/Model/Command.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"flex-ui"
]
}
}
2026-05-01 11:48:26.019 xcodebuild[829:4723] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme flex-ui -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme flex-ui -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
flex-ui: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'FlexUI' in project 'flex-ui'
➜ Explicit dependency on target 'FlexUI' in project 'flex-ui'
Target 'FlexUI' in project 'flex-ui' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver FlexUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlexUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FlexUI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlexUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/armv7k/FlexUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/armv7k/FlexUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/armv7k/FlexUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/armv7k/FlexUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/armv7k/FlexUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FlexUI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlexUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64_32/FlexUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64_32/FlexUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64_32/FlexUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64_32/FlexUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64_32/FlexUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FlexUI+UIButton.swift,\ FlexUI+UIButtonConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexUI+UIControl.swift,\ FlexUI+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexCompatible.swift,\ FlexUI.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexUI.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexUI.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexUI+UICollectionView.swift,\ FlexUI+UIContentUnavailableConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexUI+UITextView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlexUI (in target 'FlexUI' from project 'flex-ui')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexUI.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UILabel.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Model/Command.swift -target arm64-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name FlexUI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/flex-ui.build/Debug-watchos/FlexUI.build/Objects-normal/arm64/FlexUI.abi.json
EmitSwiftModule normal arm64 (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:20:64: error: 'UIControl' is unavailable in watchOS
func action(_ target: Any?, _ selector: Selector, _ event: UIControl.Event) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:33:45: error: 'UIControl' is unavailable in watchOS
func title(_ title: String?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:46:67: error: 'UIControl' is unavailable in watchOS
func attributedTitle(_ title: NSAttributedString?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:59:50: error: 'UIControl' is unavailable in watchOS
func titleColor(_ color: UIColor, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:114:42: error: 'UIView' is unavailable in watchOS
func imageContentMode(_ contentMode: UIView.ContentMode) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:125:51: error: 'UIControl' is unavailable in watchOS
func contentHorizontalAlignment(_ adjustment: UIControl.ContentHorizontalAlignment) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:136:49: error: 'UIControl' is unavailable in watchOS
func contentVerticalAlignment(_ adjustment: UIControl.ContentVerticalAlignment) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:180:44: error: 'UISemanticContentAttribute' is unavailable in watchOS
func semanticContentAttribute(_ atrib: UISemanticContentAttribute) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:137:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:193:63: error: 'UIControl' is unavailable in watchOS
func backgroundImage(_ image: UIImage?, for controlState: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:217:56: error: 'UIControl' is unavailable in watchOS
func setImage(_ image: UIImage?, for controlState: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButton.swift:10:42: error: 'UIButton' is unavailable in watchOS
public extension FlexUI where Component: UIButton {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:11:1: warning: unavailable struct 'Configuration' was used to satisfy a requirement of protocol 'FlexCompatible'; this will be an error in a future Swift language mode
extension UIButton.Configuration: FlexCompatible {}
^
UIKit.UIButton.Configuration:2:15: note: 'Configuration' declared here
public struct Configuration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift:14:20: note: requirement 'ComponentType' declared here
associatedtype ComponentType
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:11:11: error: 'UIButton' is unavailable in watchOS
extension UIButton.Configuration: FlexCompatible {}
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:20:44: error: 'UIButton' is unavailable in watchOS
func title(_ title: String?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:31:45: error: 'AttributedString' is only available in watchOS 8 or newer
func attributedTitle(_ attributedTitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:31:10: note: add '@available' attribute to enclosing instance method
func attributedTitle(_ attributedTitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:14:8: note: add '@available' attribute to enclosing extension
public extension FlexUI where Component == UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:31:74: error: 'UIButton' is unavailable in watchOS
func attributedTitle(_ attributedTitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:42:38: error: 'UIButton' is unavailable in watchOS
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:42:87: error: 'UIButton' is unavailable in watchOS
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:53:64: error: 'UIButton' is unavailable in watchOS
func titleLineBreakMode(_ mode: NSLineBreakMode) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:64:50: error: 'UIButton' is unavailable in watchOS
func subtitle(_ subtitle: String?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:75:51: error: 'AttributedString' is only available in watchOS 8 or newer
func attributedSubtitle(_ attributedSubtitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:75:10: note: add '@available' attribute to enclosing instance method
func attributedSubtitle(_ attributedSubtitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:14:8: note: add '@available' attribute to enclosing extension
public extension FlexUI where Component == UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:75:80: error: 'UIButton' is unavailable in watchOS
func attributedSubtitle(_ attributedSubtitle: AttributedString?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:86:67: error: 'UIButton' is unavailable in watchOS
func subtitleLineBreakMode(_ mode: NSLineBreakMode) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:99:45: error: 'UIButton' is unavailable in watchOS
func image(_ image: UIImage?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:110:54: error: 'UIButton' is unavailable in watchOS
func systemImage(_ systemName: String) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:121:71: error: 'UIButton' is unavailable in watchOS
func imagePlacement(_ placement: NSDirectionalRectEdge) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:132:53: error: 'UIButton' is unavailable in watchOS
func imagePadding(_ padding: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:145:17: error: 'UIButton' is unavailable in watchOS
) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:156:47: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:156:91: error: 'UIButton' is unavailable in watchOS
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:167:35: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIButton.Configuration> {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:167:72: error: 'UIButton' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:178:55: error: 'UIButton' is unavailable in watchOS
func backgroundColor(_ color: UIColor?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:189:52: error: 'UIButton' is unavailable in watchOS
func cornerRadius(_ radius: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:200:31: error: 'UIButton' is unavailable in watchOS
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:200:77: error: 'UIButton' is unavailable in watchOS
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:213:29: error: 'UIButton' is unavailable in watchOS
func buttonSize(_ size: UIButton.Configuration.Size) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:213:68: error: 'UIButton' is unavailable in watchOS
func buttonSize(_ size: UIButton.Configuration.Size) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:224:59: error: 'UIButton' is unavailable in watchOS
func baseForegroundColor(_ color: UIColor?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:235:59: error: 'UIButton' is unavailable in watchOS
func baseBackgroundColor(_ color: UIColor?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:248:69: error: 'UIButton' is unavailable in watchOS
func contentInsets(_ insets: NSDirectionalEdgeInsets) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:259:52: error: 'UIButton' is unavailable in watchOS
func contentInsets(_ inset: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:277:74: error: 'UIButton' is unavailable in watchOS
func contentInsets(horizontal: CGFloat, vertical: CGFloat) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:293:60: error: 'UIButton' is unavailable in watchOS
func showsActivityIndicator(_ showing: Bool) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:304:59: error: 'UIConfigurationColorTransformer' is unavailable in watchOS
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationColorTransformer:3:15: note: 'UIConfigurationColorTransformer' has been explicitly marked unavailable here
public struct UIConfigurationColorTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:304:103: error: 'UIButton' is unavailable in watchOS
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer?) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:315:69: error: 'UIButton' is unavailable in watchOS
func automaticallyUpdateForSelection(_ updates: Bool) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:326:33: error: 'UIButton' is unavailable in watchOS
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:326:81: error: 'UIButton' is unavailable in watchOS
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:338:24: error: 'UIConfigurationTextAttributesTransformer' is unavailable in watchOS
_ transformer: UIConfigurationTextAttributesTransformer?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationTextAttributesTransformer:3:15: note: 'UIConfigurationTextAttributesTransformer' has been explicitly marked unavailable here
public struct UIConfigurationTextAttributesTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:339:17: error: 'UIButton' is unavailable in watchOS
) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:351:24: error: 'UIConfigurationTextAttributesTransformer' is unavailable in watchOS
_ transformer: UIConfigurationTextAttributesTransformer?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationTextAttributesTransformer:3:15: note: 'UIConfigurationTextAttributesTransformer' has been explicitly marked unavailable here
public struct UIConfigurationTextAttributesTransformer {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:352:17: error: 'UIButton' is unavailable in watchOS
) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:362:41: error: 'UIButton' is unavailable in watchOS
func primaryActionStyle() -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:373:43: error: 'UIButton' is unavailable in watchOS
func secondaryActionStyle() -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:385:40: error: 'UIButton' is unavailable in watchOS
func configure(_ configure: (inout UIButton.Configuration) -> Void) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:385:83: error: 'UIButton' is unavailable in watchOS
func configure(_ configure: (inout UIButton.Configuration) -> Void) -> FlexUI<UIButton.Configuration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIButtonConfiguration.swift:14:44: error: 'UIButton' is unavailable in watchOS
public extension FlexUI where Component == UIButton.Configuration {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:78:26: error: 'UINib' is unavailable in watchOS
func register(_ nib: UINib?, with identifier: String) -> Self {
^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:106:31: error: 'UICollectionViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UICollectionViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:117:35: error: 'UICollectionViewDataSource' is unavailable in watchOS
func dataSource(_ dataSource: UICollectionViewDataSource?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UICollectionView.swift:11:42: error: 'UICollectionView' is unavailable in watchOS
public extension FlexUI where Component: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:11:1: warning: unavailable struct 'UIContentUnavailableConfiguration' was used to satisfy a requirement of protocol 'FlexCompatible'; this will be an error in a future Swift language mode
extension UIContentUnavailableConfiguration: FlexCompatible {}
^
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' declared here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Core/FlexCompatible.swift:14:20: note: requirement 'ComponentType' declared here
associatedtype ComponentType
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:11:11: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
extension UIContentUnavailableConfiguration: FlexCompatible {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:20:45: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func image(_ image: UIImage?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:31:46: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func imageProperties(_ configure: (inout UIContentUnavailableConfiguration.ImageProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:32:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:44:42: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func text(_ text: String?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:55:74: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func attributedText(_ attributedText: NSAttributedString?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:66:45: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func textProperties(_ configure: (inout UIContentUnavailableConfiguration.TextProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:67:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:79:60: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryText(_ secondaryText: String?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:90:83: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryAttributedText(_ attributedText: NSAttributedString?) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:101:54: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryTextProperties(_ configure: (inout UIContentUnavailableConfiguration.TextProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:102:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:114:40: error: 'UIButton' is unavailable in watchOS
func button(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:114:74: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func button(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:125:47: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func buttonProperties(_ configure: (inout UIContentUnavailableConfiguration.ButtonProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:126:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:138:49: error: 'UIButton' is unavailable in watchOS
func secondaryButton(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:138:83: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryButton(_ buttonConfiguration: UIButton.Configuration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:149:56: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func secondaryButtonProperties(_ configure: (inout UIContentUnavailableConfiguration.ButtonProperties) -> Void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:150:19: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
-> FlexUI<UIContentUnavailableConfiguration>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:165:33: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func alignment(_ alignment: UIContentUnavailableConfiguration.Alignment) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:165:88: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func alignment(_ alignment: UIContentUnavailableConfiguration.Alignment) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:176:35: error: 'UIBackgroundConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIBackgroundConfiguration:3:15: note: 'UIBackgroundConfiguration' has been explicitly marked unavailable here
public struct UIBackgroundConfiguration : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:176:72: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func background(_ background: UIBackgroundConfiguration) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:187:81: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func directionalLayoutMargins(_ margins: NSDirectionalEdgeInsets) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:198:47: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func margins(_ margin: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:214:59: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func imageToTextPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:225:67: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func textToSecondaryTextPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:236:60: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func textToButtonPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:247:71: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
func buttonToSecondaryButtonPadding(_ padding: CGFloat) -> FlexUI<UIContentUnavailableConfiguration> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIContentUnavailableConfiguration.swift:14:44: error: 'UIContentUnavailableConfiguration' is unavailable in watchOS
public extension FlexUI where Component == UIContentUnavailableConfiguration {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentUnavailableConfiguration:3:15: note: 'UIContentUnavailableConfiguration' has been explicitly marked unavailable here
public struct UIContentUnavailableConfiguration : UIContentConfiguration, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift:20:45: error: 'UIControl' is unavailable in watchOS
func add(command: (() -> Void)?, event: UIControl.Event = .touchUpInside) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift:40:54: error: 'UIControl' is unavailable in watchOS
func add(command: ((Component) -> Void)?, event: UIControl.Event) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIControl.swift:11:42: error: 'UIControl' is unavailable in watchOS
public extension FlexUI where Component: UIControl {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift:18:37: error: 'UIView' is unavailable in watchOS
func contentMode(_ contentMode: UIView.ContentMode) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIImageView.swift:11:42: error: 'UIImageView' is unavailable in watchOS
public extension FlexUI where Component: UIImageView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UILabel.swift:8:42: error: 'UILabel' is unavailable in watchOS
public extension FlexUI where Component: UILabel {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:38:53: error: 'UIScrollView' is unavailable in watchOS
func contentInsetAdjustmentBehavior(_ behavior: UIScrollView.ContentInsetAdjustmentBehavior) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:60:34: error: 'UIScrollView' is unavailable in watchOS
func indicatorStyle(_ style: UIScrollView.IndicatorStyle) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:82:31: error: 'UIScrollViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UIScrollViewDelegate) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:312:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift:8:42: error: 'UIScrollView' is unavailable in watchOS
public extension FlexUI where Component: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:17:23: error: 'NSLayoutConstraint' is unavailable in watchOS
func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:29:39: error: 'UIStackView' is unavailable in watchOS
func distribution(_ distribution: UIStackView.Distribution) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:53:33: error: 'UIStackView' is unavailable in watchOS
func alignment(_ alignment: UIStackView.Alignment) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:65:42: error: 'UIView' is unavailable in watchOS
func addArrangeSubviews(_ subviews: [UIView]) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:92:70: error: 'UIView' is unavailable in watchOS
func setCustomSpacing(_ spacing: CGFloat, after arrangedSubview: UIView) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift:10:42: error: 'UIStackView' is unavailable in watchOS
public extension FlexUI where Component: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:59:31: error: 'UITextFieldDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextFieldDelegate) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:83:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:105:32: error: 'UIReturnKeyType' is unavailable in watchOS
func returnKeyType(_ type: UIReturnKeyType) -> Self {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:116:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:127:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift:8:42: error: 'UITextField' is unavailable in watchOS
public extension FlexUI where Component: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:70:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:125:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:136:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:147:29: error: 'UITextViewDelegate' is unavailable in watchOS
func delegate(_ target: UITextViewDelegate) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UITextView.swift:8:42: error: 'UITextView' is unavailable in watchOS
public extension FlexUI where Component: UITextView {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:81:41: error: 'CACornerMask' is unavailable in watchOS
func maskedCorners(_ maskedCorners: CACornerMask) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:92:23: error: 'CALayer' is unavailable in watchOS
func mask(_ mask: CALayer?) -> Self {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:103:33: error: 'CATransform3D' is unavailable in watchOS
func transform(_ transform: CATransform3D) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:155:21: error: 'UILayoutPriority' is unavailable in watchOS
_ priority: UILayoutPriority,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:156:19: error: 'NSLayoutConstraint' is unavailable in watchOS
for axis: NSLayoutConstraint.Axis
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:173:21: error: 'UILayoutPriority' is unavailable in watchOS
_ priority: UILayoutPriority,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:174:19: error: 'NSLayoutConstraint' is unavailable in watchOS
for axis: NSLayoutConstraint.Axis
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:186:29: error: 'UIView' is unavailable in watchOS
func addSubview(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:197:32: error: 'UIView' is unavailable in watchOS
func addSubviews(_ views: [UIView]) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:208:31: error: 'UIView' is unavailable in watchOS
func addSubviews(_ views: UIView...) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift:8:42: error: 'UIView' is unavailable in watchOS
public extension FlexUI where Component: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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\ FlexUI+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexUI+UILabel.swift,\ FlexUI+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UILabel.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UILabel.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIScrollView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexUI+UITextField.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UITextField.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlexUI+UIStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift (in target 'FlexUI' from project 'flex-ui')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlexUI/Classes/Extensions/FlexUI+UIStackView.swift (in target 'FlexUI' from project 'flex-ui')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-05-01 11:48:26.852 xcodebuild[832:4756] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlexUI (in target 'FlexUI' from project 'flex-ui')
EmitSwiftModule normal arm64 (in target 'FlexUI' from project 'flex-ui')
Building workspace spi-builder-workspace with scheme flex-ui
(3 failures)
BUILD FAILURE 6.3 watchOS