Build Information
Failed to build Toolbox, reference 5.1.2 (bfb0c8
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 11 Aug 2025 12:43:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Toolbox -destination generic/platform=watchOS
Build Log
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:85:32: error: 'UIView' is unavailable in watchOS
func alignTrailing(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:85:73: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignTrailing(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:89:28: error: 'UIView' is unavailable in watchOS
func alignLeft(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:89:69: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignLeft(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:93:29: error: 'UIView' is unavailable in watchOS
func alignRight(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:93:70: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignRight(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:97:27: error: 'UIView' is unavailable in watchOS
func alignTop(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:97:68: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignTop(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:101:30: error: 'UIView' is unavailable in watchOS
func alignBottom(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:101:71: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignBottom(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:105:34: error: 'UIView' is unavailable in watchOS
func alignVertically(_ view: UIView? = nil, topInset: CGFloat = 0, bottomInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:105:102: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignVertically(_ view: UIView? = nil, topInset: CGFloat = 0, bottomInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:112:36: error: 'UIView' is unavailable in watchOS
func alignHorizontally(_ view: UIView? = nil, leadingInset: CGFloat = 0, trailingInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:112:110: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignHorizontally(_ view: UIView? = nil, leadingInset: CGFloat = 0, trailingInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:119:31: error: 'UIView' is unavailable in watchOS
func alignCenterX(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:119:72: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignCenterX(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:123:31: error: 'UIView' is unavailable in watchOS
func alignCenterY(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:123:72: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignCenterY(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:127:30: error: 'UIView' is unavailable in watchOS
func alignCenter(_ view: UIView? = nil) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:127:49: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignCenter(_ view: UIView? = nil) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:134:29: error: 'UIView' is unavailable in watchOS
func alignEdges(_ view: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:135:51: error: 'NSLayoutConstraint' is unavailable in watchOS
edgeInsets: UIEdgeInsets) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:144:29: error: 'UIView' is unavailable in watchOS
func alignEdges(_ view: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:145:73: error: 'NSLayoutConstraint' is unavailable in watchOS
directionalEdgeInsets: NSDirectionalEdgeInsets) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:154:47: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraintWidth(_ width: CGFloat) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:158:49: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraintHeight(_ height: CGFloat) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:162:45: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraintSize(_ size: CGSize) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:169:37: error: 'UIView' is unavailable in watchOS
private func anchorView(_ view: UIView?) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:169:49: error: 'UIView' is unavailable in watchOS
private func anchorView(_ view: UIView?) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:5:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:180:31: error: 'UILayoutPriority' is unavailable in watchOS
func priority(_ priority: UILayoutPriority) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h: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/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:180:53: error: 'NSLayoutConstraint' is unavailable in watchOS
func priority(_ priority: UILayoutPriority) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:174:39: error: 'NSLayoutConstraint' is unavailable in watchOS
public extension Array where Element: NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:194:23: error: 'UIView' is unavailable in watchOS
func pin(to view: UIView, edgeInsets: UIEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:205:23: error: 'UIView' is unavailable in watchOS
func pin(to view: UIView, directionalEdgeInsets: NSDirectionalEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:216:21: error: 'UIView' is unavailable in watchOS
func wrap(view: UIView, edgeInsets: UIEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:223:21: error: 'UIView' is unavailable in watchOS
func wrap(view: UIView, directionalEdgeInsets: NSDirectionalEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:189:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:5:26: error: 'UIView' is unavailable in watchOS
public protocol Nibable: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:13:34: error: 'UIView' is unavailable in watchOS
func addSubviews(_ subviews: UIView...) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:9:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:20:143: error: 'UILayoutPriority' is unavailable in watchOS
class func createSeparatorView(width: CGFloat? = nil, height: CGFloat? = nil, color: UIColor = UIColor(white: 0.0, alpha: 0.1), priority: UILayoutPriority = .required) -> UIView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:20:176: error: 'UIView' is unavailable in watchOS
class func createSeparatorView(width: CGFloat? = nil, height: CGFloat? = nil, color: UIColor = UIColor(white: 0.0, alpha: 0.1), priority: UILayoutPriority = .required) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:20:163: error: 'required' is unavailable in watchOS
class func createSeparatorView(width: CGFloat? = nil, height: CGFloat? = nil, color: UIColor = UIColor(white: 0.0, alpha: 0.1), priority: UILayoutPriority = .required) -> UIView {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint. Do not exceed this.
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:18:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:41:11: error: 'UIView' is unavailable in watchOS
extension UIView: Nibable {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:12:27: error: 'UIView' is unavailable in watchOS
class func fromNib<T: UIView>(_ nibNameOrNil: String? = nil, type: T.Type, in bundle: Bundle = Bundle.main) -> T {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:17:27: error: 'UIView' is unavailable in watchOS
class func fromNib<T: UIView>(_ nibNameOrNil: String? = nil, type: T.Type, in bundle: Bundle = Bundle.main) -> T? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:44:20: error: 'UINib' is unavailable in watchOS
class var nib: UINib? {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:52:42: error: 'UINib' is unavailable in watchOS
class func nib(in bundle: Bundle) -> UINib? {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:6:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Superview.swift:7:32: error: 'UIView' is unavailable in watchOS
func resolveSuperviewOf<T: UIView>(type: T.Type) -> T? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Superview.swift:5:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIWindow+TopViewController.swift:6:33: error: 'UIViewController' is unavailable in watchOS
func topViewController() -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIWindow+TopViewController.swift:5:18: error: 'UIWindow' is unavailable in watchOS
public extension UIWindow {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift:13:11: error: 'UICollectionReusableView' is unavailable in watchOS
extension UICollectionReusableView: Reusable {}
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift:14:11: error: 'UITableViewCell' is unavailable in watchOS
extension UITableViewCell: Reusable {}
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift:15:11: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
extension UITableViewHeaderFooterView: Reusable {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:17:46: error: 'UIImagePickerController' is unavailable in watchOS
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:17:108: error: 'UIImagePickerController' is unavailable in watchOS
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:10:40: error: 'UINavigationControllerDelegate' is unavailable in watchOS
class PickerCoordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:114:11: note: 'UINavigationControllerDelegate' has been explicitly marked unavailable here
@protocol UINavigationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:10:72: error: 'UIImagePickerControllerDelegate' is unavailable in watchOS
class PickerCoordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:113:11: note: 'UIImagePickerControllerDelegate' has been explicitly marked unavailable here
@protocol UIImagePickerControllerDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:27:30: error: 'UIImagePickerController' is unavailable in watchOS
@Binding var sourceType: UIImagePickerController.SourceType
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:31:18: error: 'UIImagePickerController' is unavailable in watchOS
let picker = UIImagePickerController()
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:35:40: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func makeUIViewController(context: UIViewControllerRepresentableContext<ImagePicker>) -> UIImagePickerController {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:35:94: error: 'UIImagePickerController' is unavailable in watchOS
func makeUIViewController(context: UIViewControllerRepresentableContext<ImagePicker>) -> UIImagePickerController {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:56:28: error: 'UIImagePickerController' is unavailable in watchOS
private func test() -> UIImagePickerController {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:60:87: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<ImagePicker>) {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:60:53: error: 'UIImagePickerController' is unavailable in watchOS
func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<ImagePicker>) {}
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:9:21: error: cannot find type 'UIViewControllerRepresentable' in scope
struct ImagePicker: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:21:25: error: 'UIResponder' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillShowNotification)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:21:37: error: 'keyboardWillShowNotification' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillShowNotification)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:132:39: note: 'keyboardWillShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:22:37: error: 'UIResponder' is unavailable in watchOS
.compactMap { ($0.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? CGRect)?.height }
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:22:49: error: 'keyboardFrameEndUserInfoKey' is unavailable in watchOS
.compactMap { ($0.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? CGRect)?.height }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:138:30: note: 'keyboardFrameEndUserInfoKey' has been explicitly marked unavailable here
UIKIT_EXTERN NSString *const UIKeyboardFrameEndUserInfoKey API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED; // NSValue of CGRect
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:25:25: error: 'UIResponder' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillHideNotification)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:25:37: error: 'keyboardWillHideNotification' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillHideNotification)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:134:39: note: 'keyboardWillHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:12:13: error: cannot find 'setNeedsStatusBarAppearanceUpdate' in scope
setNeedsStatusBarAppearanceUpdate()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:21:21: error: initializer does not override a designated initializer from its superclass
override public init(rootView: Content) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:32:25: error: property does not override any property from its superclass
override public var preferredStatusBarStyle: UIStatusBarStyle {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:32:50: error: 'UIStatusBarStyle' is unavailable in watchOS
override public var preferredStatusBarStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:36:26: error: method does not override any method from its superclass
override public func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:7:48: error: cannot find type 'UIHostingController' in scope
public class StyledHostingController<Content>: UIHostingController<Content> where Content: View {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:59:49: error: 'UIViewController' is unavailable in watchOS
override public var childForStatusBarStyle: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:57:42: error: 'UINavigationController' is unavailable in watchOS
public class StyledNavigationController: UINavigationController {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift:13:38: error: 'UIView' is unavailable in watchOS
public let animationOptions: UIView.AnimationOptions
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift:15:126: error: 'UIView' is unavailable in watchOS
public init(keyboardBeginFrame: CGRect, keyboardEndFrame: CGRect, animationDuration: TimeInterval, animationOptions: UIView.AnimationOptions) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift:89:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:42:32: error: 'UIStatusBarStyle' is unavailable in watchOS
public let statusBarStyle: UIStatusBarStyle
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:53:25: error: 'UIStatusBarStyle' is unavailable in watchOS
statusBarStyle: UIStatusBarStyle
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:69:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:76:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:83:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:111:28: error: 'UINavigationBarAppearance' is unavailable in watchOS
func toAppearance() -> UINavigationBarAppearance {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBarAppearance.h:15:12: note: 'UINavigationBarAppearance' has been explicitly marked unavailable here
@interface UINavigationBarAppearance : UIBarAppearance
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:157:18: error: 'UINavigationBar' is unavailable in watchOS
public extension UINavigationBar {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h:32:12: note: 'UINavigationBar' has been explicitly marked unavailable here
@interface UINavigationBar : UIView <NSCoding, UIBarPositioning>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Builder.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Bundle+Version.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Date+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Optional+Nesting.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/String+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+EraseToAnyView.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+HideKeyboard.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/ScrollView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIColor+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIStackView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Superview.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIWindow+TopViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/FailableCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SemanticVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Services.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SharedAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/AsyncButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLStyleModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLView.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UserDefaults.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Weak.swift -target arm64_32-apple-watchos9.0 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.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/Toolbox.build/Debug-watchos/Toolbox.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Toolbox -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64_32/Toolbox.abi.json
SwiftCompile normal arm64 Compiling\ Keyboard.swift,\ Style.swift,\ UserDefaults.swift,\ Weak.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UserDefaults.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Weak.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UserDefaults.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Weak.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Toolbox (in target 'Toolbox' from project 'Toolbox')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Builder.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Bundle+Version.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Date+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Optional+Nesting.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/String+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+EraseToAnyView.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+HideKeyboard.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/ScrollView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIColor+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIStackView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Superview.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIWindow+TopViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/FailableCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SemanticVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Services.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SharedAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/AsyncButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLStyleModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLView.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UserDefaults.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Weak.swift -target arm64-apple-watchos9.0 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.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/Toolbox.build/Debug-watchos/Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Toolbox -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toolbox.build/Debug-watchos/Toolbox.build/Objects-normal/arm64/Toolbox.abi.json
EmitSwiftModule normal arm64 (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:13:36: error: 'UIViewController' is unavailable in watchOS
public let rootViewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:16:37: error: 'UIViewController' is unavailable in watchOS
public init(rootViewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:115:38: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
open var targetAdaptiveDelegate: UIAdaptivePresentationControllerDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:132:74: error: 'UIPresentationController' is unavailable in watchOS
open func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:132:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
open func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:132:15: error: cannot override 'presentationControllerDidDismiss' which has been marked unavailable
open func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
^
UIKit.UIAdaptivePresentationControllerDelegate.presentationControllerDidDismiss:3:17: note: 'presentationControllerDidDismiss' has been explicitly marked unavailable here
optional func presentationControllerDidDismiss(_ presentationController: UIPresentationController)}
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift:130:24: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
extension Coordinator: UIAdaptivePresentationControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:6:49: error: 'UIViewController' is unavailable in watchOS
public var pushedViewControllers: WeakArray<UIViewController>
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:7:38: error: 'UINavigationController' is unavailable in watchOS
public let navigationController: UINavigationController
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:14:39: error: 'UINavigationController' is unavailable in watchOS
public init(navigationController: UINavigationController) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:25:60: error: 'UIViewController' is unavailable in watchOS
open func removePushedViewController(_ viewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:38:38: error: 'UIViewController' is unavailable in watchOS
open func push(_ viewController: UIViewController, animated: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:51:55: error: 'UIViewController' is unavailable in watchOS
public func popToViewController(_ viewController: UIViewController, animated: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:59:46: error: 'UIViewController' is unavailable in watchOS
public func popToViewControllerOfType<T: UIViewController>(_ type: T.Type, animated: Bool, willPopToViewController: ((T) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:65:43: error: 'UIViewController' is unavailable in watchOS
public func present(_ viewController: UIViewController, animated: Bool, completion: (() -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:69:43: error: 'UIViewController' is unavailable in watchOS
public func dismiss(_ viewController: UIViewController, animated: Bool, completion: (() -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:131:47: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
open override var targetAdaptiveDelegate: UIAdaptivePresentationControllerDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:141:60: error: 'UINavigationController' is unavailable in watchOS
open func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:141:108: error: 'UIViewController' is unavailable in watchOS
open func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:139:34: error: 'UINavigationControllerDelegate' is unavailable in watchOS
extension NavigationCoordinator: UINavigationControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:114:11: note: 'UINavigationControllerDelegate' has been explicitly marked unavailable here
@protocol UINavigationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:155:56: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:155:135: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift:154:34: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
extension NavigationCoordinator: UIGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:91:11: note: 'UIGestureRecognizerDelegate' has been explicitly marked unavailable here
@protocol UIGestureRecognizerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift:6:34: error: 'UITabBarController' is unavailable in watchOS
public let tabBarController: UITabBarController
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:64:12: note: 'UITabBarController' has been explicitly marked unavailable here
@interface UITabBarController : UIViewController <UITabBarDelegate, NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift:8:35: error: 'UITabBarController' is unavailable in watchOS
public init(tabBarController: UITabBarController) {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:64:12: note: 'UITabBarController' has been explicitly marked unavailable here
@interface UITabBarController : UIViewController <UITabBarDelegate, NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift:33:30: error: 'UITabBarControllerDelegate' is unavailable in watchOS
extension TabBarCoordinator: UITabBarControllerDelegate {}
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:150:11: note: 'UITabBarControllerDelegate' has been explicitly marked unavailable here
@protocol UITabBarControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift:7:31: error: 'UILayoutPriority' is unavailable in watchOS
func priority(_ priority: UILayoutPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h: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/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift:7:52: error: 'NSLayoutConstraint' is unavailable in watchOS
func priority(_ priority: UILayoutPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift:13:43: error: 'NSLayoutConstraint' is unavailable in watchOS
func constant(_ constant: CGFloat) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift:5:18: error: 'NSLayoutConstraint' is unavailable in watchOS
public extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/ScrollView+Helpers.swift:5:18: error: 'UIScrollView' is unavailable in watchOS
public extension UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift:9:28: error: 'UICollectionViewCell' is unavailable in watchOS
final func register<T: UICollectionViewCell>(cellType: T.Type) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift:13:22: error: 'UICollectionReusableView' is unavailable in watchOS
func register<T: UICollectionReusableView>(supplementaryType: T.Type,
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift:22:33: error: 'UICollectionViewCell' is unavailable in watchOS
func dequeueReusableCell<T: UICollectionViewCell>(for indexPath: IndexPath,
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift:32:46: error: 'UICollectionReusableView' is unavailable in watchOS
func dequeueReusableSupplementaryView<T: UICollectionReusableView>(ofKind elementKind: String,
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UICollectionView+Helpers.swift:5:18: error: 'UICollectionView' is unavailable in watchOS
public extension UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIStackView+Helpers.swift:9:42: error: 'UIView' is unavailable in watchOS
func addArrangedSubviews(_ subviews: UIView...) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIStackView+Helpers.swift:5:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:9:28: error: 'UITableViewCell' is unavailable in watchOS
final func register<T: UITableViewCell>(cellType: T.Type) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:14:39: error: 'UITableViewCell' is unavailable in watchOS
final func dequeueReusableCell<T: UITableViewCell>(for indexPath: IndexPath,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:26:28: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
final func register<T: UITableViewHeaderFooterView>(viewType: T.Type) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:31:39: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
final func dequeueReusableCell<T: UITableViewHeaderFooterView>(viewType: T.Type = T.self) -> T {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:42:31: error: 'UITableViewCell' is unavailable in watchOS
final func registerNib<T: UITableViewCell>(cellType: T.Type, bundle: Bundle = Bundle.main) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:48:31: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
final func registerNib<T: UITableViewHeaderFooterView>(viewType: T.Type, bundle: Bundle = Bundle.main) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift:5:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:19:102: error: 'UIView' is unavailable in watchOS
func animateConstraints(withDuration duration: TimeInterval, delay: TimeInterval = 0.0, options: UIView.AnimationOptions, animations: () -> Void, completion: ((Bool) -> Void)?) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:27:65: error: 'UIView' is unavailable in watchOS
@discardableResult func withConstraints(_ closure: (_ view: UIView) -> [NSLayoutConstraint]) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:27:77: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult func withConstraints(_ closure: (_ view: UIView) -> [NSLayoutConstraint]) -> UIView {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:27:101: error: 'UIView' is unavailable in watchOS
@discardableResult func withConstraints(_ closure: (_ view: UIView) -> [NSLayoutConstraint]) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:35:38: error: 'UILayoutGuide' is unavailable in watchOS
func alignLeading(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:35:79: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignLeading(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:39:39: error: 'UILayoutGuide' is unavailable in watchOS
func alignTrailing(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:39:80: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignTrailing(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:43:35: error: 'UILayoutGuide' is unavailable in watchOS
func alignLeft(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:43:76: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignLeft(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:47:36: error: 'UILayoutGuide' is unavailable in watchOS
func alignRight(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:47:77: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignRight(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:51:34: error: 'UILayoutGuide' is unavailable in watchOS
func alignTop(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:51:75: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignTop(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:55:37: error: 'UILayoutGuide' is unavailable in watchOS
func alignBottom(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:55:78: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignBottom(_ layoutGuide: UILayoutGuide, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:59:36: error: 'UILayoutGuide' is unavailable in watchOS
func alignEdges(_ layoutGuide: UILayoutGuide,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:60:51: error: 'NSLayoutConstraint' is unavailable in watchOS
edgeInsets: UIEdgeInsets) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:69:36: error: 'UILayoutGuide' is unavailable in watchOS
func alignEdges(_ layoutGuide: UILayoutGuide,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:70:73: error: 'NSLayoutConstraint' is unavailable in watchOS
directionalEdgeInsets: NSDirectionalEdgeInsets) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:81:31: error: 'UIView' is unavailable in watchOS
func alignLeading(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:81:72: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignLeading(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:85:32: error: 'UIView' is unavailable in watchOS
func alignTrailing(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:85:73: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignTrailing(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:89:28: error: 'UIView' is unavailable in watchOS
func alignLeft(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:89:69: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignLeft(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:93:29: error: 'UIView' is unavailable in watchOS
func alignRight(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:93:70: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignRight(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:97:27: error: 'UIView' is unavailable in watchOS
func alignTop(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:97:68: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignTop(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:101:30: error: 'UIView' is unavailable in watchOS
func alignBottom(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:101:71: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignBottom(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:105:34: error: 'UIView' is unavailable in watchOS
func alignVertically(_ view: UIView? = nil, topInset: CGFloat = 0, bottomInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:105:102: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignVertically(_ view: UIView? = nil, topInset: CGFloat = 0, bottomInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:112:36: error: 'UIView' is unavailable in watchOS
func alignHorizontally(_ view: UIView? = nil, leadingInset: CGFloat = 0, trailingInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:112:110: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignHorizontally(_ view: UIView? = nil, leadingInset: CGFloat = 0, trailingInset: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:119:31: error: 'UIView' is unavailable in watchOS
func alignCenterX(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:119:72: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignCenterX(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:123:31: error: 'UIView' is unavailable in watchOS
func alignCenterY(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:123:72: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignCenterY(_ view: UIView? = nil, constant: CGFloat = 0) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:127:30: error: 'UIView' is unavailable in watchOS
func alignCenter(_ view: UIView? = nil) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:127:49: error: 'NSLayoutConstraint' is unavailable in watchOS
func alignCenter(_ view: UIView? = nil) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:134:29: error: 'UIView' is unavailable in watchOS
func alignEdges(_ view: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:135:51: error: 'NSLayoutConstraint' is unavailable in watchOS
edgeInsets: UIEdgeInsets) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:144:29: error: 'UIView' is unavailable in watchOS
func alignEdges(_ view: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:145:73: error: 'NSLayoutConstraint' is unavailable in watchOS
directionalEdgeInsets: NSDirectionalEdgeInsets) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:154:47: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraintWidth(_ width: CGFloat) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:158:49: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraintHeight(_ height: CGFloat) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:162:45: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraintSize(_ size: CGSize) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:169:37: error: 'UIView' is unavailable in watchOS
private func anchorView(_ view: UIView?) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:169:49: error: 'UIView' is unavailable in watchOS
private func anchorView(_ view: UIView?) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:5:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:180:31: error: 'UILayoutPriority' is unavailable in watchOS
func priority(_ priority: UILayoutPriority) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h: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/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:180:53: error: 'NSLayoutConstraint' is unavailable in watchOS
func priority(_ priority: UILayoutPriority) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:174:39: error: 'NSLayoutConstraint' is unavailable in watchOS
public extension Array where Element: NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:194:23: error: 'UIView' is unavailable in watchOS
func pin(to view: UIView, edgeInsets: UIEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:205:23: error: 'UIView' is unavailable in watchOS
func pin(to view: UIView, directionalEdgeInsets: NSDirectionalEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:216:21: error: 'UIView' is unavailable in watchOS
func wrap(view: UIView, edgeInsets: UIEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:223:21: error: 'UIView' is unavailable in watchOS
func wrap(view: UIView, directionalEdgeInsets: NSDirectionalEdgeInsets) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift:189:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:5:26: error: 'UIView' is unavailable in watchOS
public protocol Nibable: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:13:34: error: 'UIView' is unavailable in watchOS
func addSubviews(_ subviews: UIView...) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:9:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:20:143: error: 'UILayoutPriority' is unavailable in watchOS
class func createSeparatorView(width: CGFloat? = nil, height: CGFloat? = nil, color: UIColor = UIColor(white: 0.0, alpha: 0.1), priority: UILayoutPriority = .required) -> UIView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:20:176: error: 'UIView' is unavailable in watchOS
class func createSeparatorView(width: CGFloat? = nil, height: CGFloat? = nil, color: UIColor = UIColor(white: 0.0, alpha: 0.1), priority: UILayoutPriority = .required) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:20:163: error: 'required' is unavailable in watchOS
class func createSeparatorView(width: CGFloat? = nil, height: CGFloat? = nil, color: UIColor = UIColor(white: 0.0, alpha: 0.1), priority: UILayoutPriority = .required) -> UIView {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint. Do not exceed this.
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:18:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift:41:11: error: 'UIView' is unavailable in watchOS
extension UIView: Nibable {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:12:27: error: 'UIView' is unavailable in watchOS
class func fromNib<T: UIView>(_ nibNameOrNil: String? = nil, type: T.Type, in bundle: Bundle = Bundle.main) -> T {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:17:27: error: 'UIView' is unavailable in watchOS
class func fromNib<T: UIView>(_ nibNameOrNil: String? = nil, type: T.Type, in bundle: Bundle = Bundle.main) -> T? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:44:20: error: 'UINib' is unavailable in watchOS
class var nib: UINib? {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:52:42: error: 'UINib' is unavailable in watchOS
class func nib(in bundle: Bundle) -> UINib? {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift:6:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Superview.swift:7:32: error: 'UIView' is unavailable in watchOS
func resolveSuperviewOf<T: UIView>(type: T.Type) -> T? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Superview.swift:5:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIWindow+TopViewController.swift:6:33: error: 'UIViewController' is unavailable in watchOS
func topViewController() -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIWindow+TopViewController.swift:5:18: error: 'UIWindow' is unavailable in watchOS
public extension UIWindow {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift:13:11: error: 'UICollectionReusableView' is unavailable in watchOS
extension UICollectionReusableView: Reusable {}
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift:14:11: error: 'UITableViewCell' is unavailable in watchOS
extension UITableViewCell: Reusable {}
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift:15:11: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
extension UITableViewHeaderFooterView: Reusable {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:17:46: error: 'UIImagePickerController' is unavailable in watchOS
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:17:108: error: 'UIImagePickerController' is unavailable in watchOS
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:10:40: error: 'UINavigationControllerDelegate' is unavailable in watchOS
class PickerCoordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:114:11: note: 'UINavigationControllerDelegate' has been explicitly marked unavailable here
@protocol UINavigationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:10:72: error: 'UIImagePickerControllerDelegate' is unavailable in watchOS
class PickerCoordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:113:11: note: 'UIImagePickerControllerDelegate' has been explicitly marked unavailable here
@protocol UIImagePickerControllerDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:27:30: error: 'UIImagePickerController' is unavailable in watchOS
@Binding var sourceType: UIImagePickerController.SourceType
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:31:18: error: 'UIImagePickerController' is unavailable in watchOS
let picker = UIImagePickerController()
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:35:40: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func makeUIViewController(context: UIViewControllerRepresentableContext<ImagePicker>) -> UIImagePickerController {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:35:94: error: 'UIImagePickerController' is unavailable in watchOS
func makeUIViewController(context: UIViewControllerRepresentableContext<ImagePicker>) -> UIImagePickerController {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:56:28: error: 'UIImagePickerController' is unavailable in watchOS
private func test() -> UIImagePickerController {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:60:87: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<ImagePicker>) {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:60:53: error: 'UIImagePickerController' is unavailable in watchOS
func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<ImagePicker>) {}
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:69:12: note: 'UIImagePickerController' has been explicitly marked unavailable here
@interface UIImagePickerController : UINavigationController <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift:9:21: error: cannot find type 'UIViewControllerRepresentable' in scope
struct ImagePicker: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:21:25: error: 'UIResponder' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillShowNotification)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:21:37: error: 'keyboardWillShowNotification' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillShowNotification)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:132:39: note: 'keyboardWillShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:22:37: error: 'UIResponder' is unavailable in watchOS
.compactMap { ($0.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? CGRect)?.height }
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:22:49: error: 'keyboardFrameEndUserInfoKey' is unavailable in watchOS
.compactMap { ($0.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? CGRect)?.height }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:138:30: note: 'keyboardFrameEndUserInfoKey' has been explicitly marked unavailable here
UIKIT_EXTERN NSString *const UIKeyboardFrameEndUserInfoKey API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED; // NSValue of CGRect
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:25:25: error: 'UIResponder' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillHideNotification)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift:25:37: error: 'keyboardWillHideNotification' is unavailable in watchOS
.publisher(for: UIResponder.keyboardWillHideNotification)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:134:39: note: 'keyboardWillHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:12:13: error: cannot find 'setNeedsStatusBarAppearanceUpdate' in scope
setNeedsStatusBarAppearanceUpdate()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:21:21: error: initializer does not override a designated initializer from its superclass
override public init(rootView: Content) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:32:25: error: property does not override any property from its superclass
override public var preferredStatusBarStyle: UIStatusBarStyle {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:32:50: error: 'UIStatusBarStyle' is unavailable in watchOS
override public var preferredStatusBarStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:36:26: error: method does not override any method from its superclass
override public func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:7:48: error: cannot find type 'UIHostingController' in scope
public class StyledHostingController<Content>: UIHostingController<Content> where Content: View {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:59:49: error: 'UIViewController' is unavailable in watchOS
override public var childForStatusBarStyle: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift:57:42: error: 'UINavigationController' is unavailable in watchOS
public class StyledNavigationController: UINavigationController {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift:13:38: error: 'UIView' is unavailable in watchOS
public let animationOptions: UIView.AnimationOptions
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift:15:126: error: 'UIView' is unavailable in watchOS
public init(keyboardBeginFrame: CGRect, keyboardEndFrame: CGRect, animationDuration: TimeInterval, animationOptions: UIView.AnimationOptions) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Keyboard.swift:89:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:42:32: error: 'UIStatusBarStyle' is unavailable in watchOS
public let statusBarStyle: UIStatusBarStyle
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:53:25: error: 'UIStatusBarStyle' is unavailable in watchOS
statusBarStyle: UIStatusBarStyle
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:69:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:76:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:83:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:111:28: error: 'UINavigationBarAppearance' is unavailable in watchOS
func toAppearance() -> UINavigationBarAppearance {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBarAppearance.h:15:12: note: 'UINavigationBarAppearance' has been explicitly marked unavailable here
@interface UINavigationBarAppearance : UIBarAppearance
^
/Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/UIKit/Style.swift:157:18: error: 'UINavigationBar' is unavailable in watchOS
public extension UINavigationBar {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h:32:12: note: 'UINavigationBar' has been explicitly marked unavailable here
@interface UINavigationBar : UIView <NSCoding, UIBarPositioning>
^
SwiftCompile normal arm64 Compiling\ ImagePicker.swift,\ KeyboardObserver.swift,\ StyledHostingController.swift,\ Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Typealias.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Typealias.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ImagePicker.swift,\ KeyboardObserver.swift,\ StyledHostingController.swift,\ Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Typealias.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/ImagePicker.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/KeyboardObserver.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/StyledHostingController.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Typealias.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Coordinator.swift,\ NavigationCoordinator.swift,\ TabBarCoordinator.swift,\ Builder.swift,\ Bundle+Version.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Builder.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Bundle+Version.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Builder.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Bundle+Version.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ HTMLParser.swift,\ ReusableProtocol.swift,\ SemanticVersion.swift,\ Services.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SemanticVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Services.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/HTMLParser.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/ReusableProtocol.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SemanticVersion.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/Services.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ SharedAsyncChannel.swift,\ AsyncButton.swift,\ HTMLStyleModifier.swift,\ HTMLView.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SharedAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/AsyncButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLStyleModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLView.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SharedAsyncChannel.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/AsyncButton.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLStyleModifier.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Utilities/SwiftUI/HTMLView.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ View+Navigation.swift,\ View+Style.swift,\ NSDirectionalEdgeInsets+Convenience.swift,\ NSLayoutConstraint+Convenience.swift,\ ScrollView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/ScrollView+Helpers.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Navigation.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/SwiftUI/View+Style.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSDirectionalEdgeInsets+Convenience.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/NSLayoutConstraint+Convenience.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/ScrollView+Helpers.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Coordinator.swift,\ NavigationCoordinator.swift,\ TabBarCoordinator.swift,\ Builder.swift,\ Bundle+Version.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Builder.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Bundle+Version.swift (in target 'Toolbox' from project 'Toolbox')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/Coordinator.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/NavigationCoordinator.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Coordinators/TabBarCoordinator.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Builder.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/Bundle+Version.swift (in target 'Toolbox' from project 'Toolbox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UITableView+Helpers.swift,\ UIView+AutoLayout.swift,\ UIView+Helpers.swift,\ UIView+Nib.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UITableView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Toolbox/Extensions/UIKit/UIView+Nib.swift (in target 'Toolbox' from project 'Toolbox')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'Toolbox' from project 'Toolbox')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Toolbox (in target 'Toolbox' from project 'Toolbox')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Toolbox (in target 'Toolbox' from project 'Toolbox')
EmitSwiftModule normal arm64 (in target 'Toolbox' from project 'Toolbox')
Building workspace spi-builder-workspace with scheme Toolbox
(5 failures)
BUILD FAILURE 6.2 watchOS