Build Information
Failed to build InputBarAccessoryView, reference master (6677de), with Swift 6.2 for watchOS using Xcode 26.0 on 5 Dec 2025 02:32:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InputBarAccessoryView -destination generic/platform=watchOSBuild Log
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/NSConstraintLayoutSet.swift:40:16: error: 'NSLayoutConstraint' is unavailable in watchOS
var width: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:41:17: error: 'NSLayoutConstraint' is unavailable in watchOS
var height: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:43:22: error: 'NSLayoutConstraint' is unavailable in watchOS
public init(top: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:44:25: error: 'NSLayoutConstraint' is unavailable in watchOS
bottom: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:45:23: error: 'NSLayoutConstraint' is unavailable in watchOS
left: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:46:24: error: 'NSLayoutConstraint' is unavailable in watchOS
right: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:47:26: error: 'NSLayoutConstraint' is unavailable in watchOS
centerX: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:48:26: error: 'NSLayoutConstraint' is unavailable in watchOS
centerY: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:49:24: error: 'NSLayoutConstraint' is unavailable in watchOS
width: NSLayoutConstraint? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:50:25: error: 'NSLayoutConstraint' is unavailable in watchOS
height: NSLayoutConstraint? = nil) {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:62:40: error: 'NSLayoutConstraint' is unavailable in watchOS
private var availableConstraints: [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:75:9: error: 'NSLayoutConstraint' is unavailable in watchOS
NSLayoutConstraint.activate(availableConstraints)
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Models/NSConstraintLayoutSet.swift:84:9: error: 'NSLayoutConstraint' is unavailable in watchOS
NSLayoutConstraint.deactivate(availableConstraints)
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:153:56: error: 'UICollectionView' is unavailable in watchOS
final public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AttachmentManager/AttachmentManager.swift:166:56: error: 'UICollectionView' is unavailable in watchOS
final public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AttachmentManager/AttachmentManager.swift:170:56: error: 'UICollectionView' is unavailable in watchOS
final public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AttachmentManager/AttachmentManager.swift:170:113: error: 'UICollectionViewCell' is unavailable in watchOS
final public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AttachmentManager/AttachmentManager.swift:204:56: error: 'UICollectionView' is unavailable in watchOS
final public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AttachmentManager/AttachmentManager.swift:204:103: error: 'UICollectionViewLayout' is unavailable in watchOS
final public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:224:61: error: 'UICollectionView' is unavailable in watchOS
@objc open func createAttachmentCell(in collectionView: UICollectionView, at indexPath: IndexPath) -> AttachmentCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AttachmentManager/AttachmentManager.swift:149:30: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension AttachmentManager: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:149:58: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension AttachmentManager: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:69:21: error: 'link' is unavailable in watchOS
return .link
^~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:178:49: note: 'link' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *linkColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:71:21: error: 'systemBlue' is unavailable in watchOS
return .systemBlue
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:207:65: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
if let layout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:239:26: error: 'systemGray2' is unavailable in watchOS
grayColor = .systemGray2
^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:243:22: error: 'CAShapeLayer' is unavailable in watchOS
let vLayer = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift:249:22: error: 'CAShapeLayer' is unavailable in watchOS
let hLayer = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AutocompleteManagerDataSource.swift,\ AutocompleteManagerDelegate.swift,\ AutocompleteCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:50:73: error: 'UITableView' is unavailable in watchOS
func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:50:158: error: 'UITableViewCell' is unavailable in watchOS
func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:55:73: error: 'UITableView' is unavailable in watchOS
func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:55:158: error: 'UITableViewCell' is unavailable in watchOS
func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:61:14: error: 'textLabel' is unavailable in watchOS
cell.textLabel?.attributedText = manager.attributedText(matching: session, fontSize: 13)
^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:120:60: note: 'textLabel' has been explicitly marked unavailable here
@property (nonatomic, readonly, strong, nullable) UILabel *textLabel API_DEPRECATED("Use UIListContentConfiguration instead, this property will be deprecated in a future release.", ios(3.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // default is nil. label will be created if necessary.
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:63:37: error: 'systemBackground' is unavailable in watchOS
cell.backgroundColor = .systemBackground
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:208:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:39:32: error: 'init()' is unavailable in watchOS
public let separatorLine = SeparatorLine()
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:45:26: error: 'UITableViewCell' is unavailable in watchOS
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:30:30: error: 'UITableViewCell' is unavailable in watchOS
open class AutocompleteCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:57:9: error: 'textLabel' is unavailable in watchOS
textLabel?.text = nil
^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:120:60: note: 'textLabel' has been explicitly marked unavailable here
@property (nonatomic, readonly, strong, nullable) UILabel *textLabel API_DEPRECATED("Use UIListContentConfiguration instead, this property will be deprecated in a future release.", ios(3.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // default is nil. label will be created if necessary.
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:58:9: error: 'detailTextLabel' is unavailable in watchOS
detailTextLabel?.text = nil
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:121:60: note: 'detailTextLabel' has been explicitly marked unavailable here
@property (nonatomic, readonly, strong, nullable) UILabel *detailTextLabel API_DEPRECATED("Use UIListContentConfiguration instead, this property will be deprecated in a future release.", ios(3.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // default is nil. label will be created if necessary (and the current style supports a detail label).
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:59:9: error: 'imageView' is unavailable in watchOS
imageView?.image = nil
^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:119:64: note: 'imageView' has been explicitly marked unavailable here
@property (nonatomic, readonly, strong, nullable) UIImageView *imageView API_DEPRECATED("Use UIListContentConfiguration instead, this property will be deprecated in a future release.", ios(3.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // default is nil. image view will be created if necessary.
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:62:46: error: 'systemGray2' is unavailable in watchOS
separatorLine.backgroundColor = .systemGray2
^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:89:36: error: 'imageView' is unavailable in watchOS
guard let imageViewFrame = imageView?.frame else { return }
^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:119:64: note: 'imageView' has been explicitly marked unavailable here
@property (nonatomic, readonly, strong, nullable) UIImageView *imageView API_DEPRECATED("Use UIListContentConfiguration instead, this property will be deprecated in a future release.", ios(3.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // default is nil. image view will be created if necessary.
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:92:9: error: 'imageView' is unavailable in watchOS
imageView?.frame = CGRect(origin: imageViewOrigin, size: imageViewSize)
^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:119:64: note: 'imageView' has been explicitly marked unavailable here
@property (nonatomic, readonly, strong, nullable) UIImageView *imageView API_DEPRECATED("Use UIListContentConfiguration instead, this property will be deprecated in a future release.", ios(3.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // default is nil. image view will be created if necessary.
^
SwiftCompile normal arm64 Compiling\ AutocompleteTableView.swift,\ InputBarAccessoryViewDelegate.swift,\ InputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/supplementaryOutputs-25 -target arm64-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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 6 -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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name InputBarAccessoryView -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 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteTableView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryViewDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputItem.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteTableView.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryViewDelegate.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift:30:35: error: 'UITableView' is unavailable in watchOS
open class AutocompleteTableView: UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift:63:84: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer)
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift:74:84: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer) {}
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift:44:51: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
func keyboardSwipeGestureAction(with gesture: UISwipeGestureRecognizer)
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
SwiftCompile normal arm64 Compiling\ String+Extensions.swift,\ UITextView+Extensions.swift,\ UIView+AutoLayout.swift,\ InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift:11:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift:44:32: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func addConstraints(_ top: NSLayoutYAxisAnchor? = nil, left: NSLayoutXAxisAnchor? = nil, bottom: NSLayoutYAxisAnchor? = nil, right: NSLayoutXAxisAnchor? = nil, topConstant: CGFloat = 0, leftConstant: CGFloat = 0, bottomConstant: CGFloat = 0, rightConstant: CGFloat = 0, widthConstant: CGFloat = 0, heightConstant: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift:44:66: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func addConstraints(_ top: NSLayoutYAxisAnchor? = nil, left: NSLayoutXAxisAnchor? = nil, bottom: NSLayoutYAxisAnchor? = nil, right: NSLayoutXAxisAnchor? = nil, topConstant: CGFloat = 0, leftConstant: CGFloat = 0, bottomConstant: CGFloat = 0, rightConstant: CGFloat = 0, widthConstant: CGFloat = 0, heightConstant: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift:44:102: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func addConstraints(_ top: NSLayoutYAxisAnchor? = nil, left: NSLayoutXAxisAnchor? = nil, bottom: NSLayoutYAxisAnchor? = nil, right: NSLayoutXAxisAnchor? = nil, topConstant: CGFloat = 0, leftConstant: CGFloat = 0, bottomConstant: CGFloat = 0, rightConstant: CGFloat = 0, widthConstant: CGFloat = 0, heightConstant: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift:44:137: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func addConstraints(_ top: NSLayoutYAxisAnchor? = nil, left: NSLayoutXAxisAnchor? = nil, bottom: NSLayoutYAxisAnchor? = nil, right: NSLayoutXAxisAnchor? = nil, topConstant: CGFloat = 0, leftConstant: CGFloat = 0, bottomConstant: CGFloat = 0, rightConstant: CGFloat = 0, widthConstant: CGFloat = 0, heightConstant: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift:44:336: error: 'NSLayoutConstraint' is unavailable in watchOS
func addConstraints(_ top: NSLayoutYAxisAnchor? = nil, left: NSLayoutXAxisAnchor? = nil, bottom: NSLayoutYAxisAnchor? = nil, right: NSLayoutXAxisAnchor? = nil, topConstant: CGFloat = 0, leftConstant: CGFloat = 0, bottomConstant: CGFloat = 0, rightConstant: CGFloat = 0, widthConstant: CGFloat = 0, heightConstant: CGFloat = 0) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/UIView+AutoLayout.swift:30:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift:51:28: error: 'NSLayoutConstraint' is unavailable in watchOS
var constraints = [NSLayoutConstraint]()
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:40:30: error: 'UIView' is unavailable in watchOS
open var backgroundView: UIView = {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:41:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:41:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:50:27: error: 'UIView' is unavailable in watchOS
open var contentView: UIView = {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:51:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:51:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:62:29: error: 'UIVisualEffectView' is unavailable in watchOS
open lazy var blurView: UIVisualEffectView = {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:63:26: error: 'UIBlurEffect' is unavailable in watchOS
var blurEffect = UIBlurEffect(style: .light)
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:65:26: error: 'UIBlurEffect' is unavailable in watchOS
blurEffect = UIBlurEffect(style: .systemMaterial)
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:65:47: error: 'systemMaterial' is unavailable in watchOS
blurEffect = UIBlurEffect(style: .systemMaterial)
^~~~~~~~~~~~~~
UIKit.UIBlurEffect.Style.systemMaterial:4:10: note: 'systemMaterial' has been explicitly marked unavailable here
case systemMaterial }
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:67:20: error: 'UIVisualEffectView' is unavailable in watchOS
let view = UIVisualEffectView(effect: blurEffect)
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:86:32: error: 'init()' is unavailable in watchOS
public let separatorLine = SeparatorLine()
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:136:53: error: 'UIView' is unavailable in watchOS
public private(set) weak var middleContentView: UIView?
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:139:43: error: 'UIView' is unavailable in watchOS
private let middleContentViewWrapper: UIView = {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:140:20: error: 'UIView' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:140:20: error: 'init()' is unavailable in watchOS
let view = UIView()
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:147:21: error: 'systemBackground' is unavailable in watchOS
return .systemBackground
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:208:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:347:39: error: 'NSLayoutConstraint' is unavailable in watchOS
private var textViewHeightAnchor: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/InputBarAccessoryView.swift:353:31: error: 'NSLayoutConstraint' is unavailable in watchOS
private var windowAnchor: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/InputBarAccessoryView.swift:376:59: error: 'UIView' is unavailable in watchOS
open override func willMove(toSuperview newSuperview: UIView?) {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:511:46: error: 'UIWindow' is unavailable in watchOS
private func setupConstraints(to window: UIWindow?) {
^~~~~~~~
/Applications/Xcode-26.0.0.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/InputBarAccessoryView.swift:605:65: error: 'UIEvent' is unavailable in watchOS
open override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:699:44: error: 'UIView' is unavailable in watchOS
open func setMiddleContentView(_ view: UIView?, animated: Bool) {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:850:76: error: 'UITraitCollection' is unavailable in watchOS
open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:850:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:850:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:935:43: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
open func didSwipeTextView(_ gesture: UISwipeGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:31:35: error: 'UIView' is unavailable in watchOS
open class InputBarAccessoryView: UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:407:54: error: 'UIDevice' is unavailable in watchOS
name: UIDevice.orientationDidChangeNotification, object: nil)
^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:407:63: error: 'orientationDidChangeNotification' is unavailable in watchOS
name: UIDevice.orientationDidChangeNotification, object: nil)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:83:39: note: 'orientationDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIDeviceOrientationDidChangeNotification API_UNAVAILABLE(tvos, visionos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:410:54: error: 'UITextView' is unavailable in watchOS
name: UITextView.textDidChangeNotification, object: inputTextView)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:410:65: error: 'textDidChangeNotification' is unavailable in watchOS
name: UITextView.textDidChangeNotification, object: inputTextView)
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'textDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:413:54: error: 'UITextView' is unavailable in watchOS
name: UITextView.textDidBeginEditingNotification, object: inputTextView)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:413:65: error: 'textDidBeginEditingNotification' is unavailable in watchOS
name: UITextView.textDidBeginEditingNotification, object: inputTextView)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'textDidBeginEditingNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:416:54: error: 'UITextView' is unavailable in watchOS
name: UITextView.textDidEndEditingNotification, object: inputTextView)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:416:65: error: 'textDidEndEditingNotification' is unavailable in watchOS
name: UITextView.textDidEndEditingNotification, object: inputTextView)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'textDidEndEditingNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:421:26: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
let directions: [UISwipeGestureRecognizer.Direction] = [.left, .right]
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:423:27: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
let gesture = UISwipeGestureRecognizer(target: self,
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:462:65: error: 'safeAreaLayoutGuide' is unavailable in watchOS
left: topStackView.leftAnchor.constraint(equalTo: safeAreaLayoutGuide.leftAnchor, constant: topStackViewPadding.left + frameInsets.left),
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:463:66: error: 'safeAreaLayoutGuide' is unavailable in watchOS
right: topStackView.rightAnchor.constraint(equalTo: safeAreaLayoutGuide.rightAnchor, constant: -(topStackViewPadding.right + frameInsets.right))
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:468:66: error: 'safeAreaLayoutGuide' is unavailable in watchOS
bottom: contentView.bottomAnchor.constraint(equalTo: safeAreaLayoutGuide.bottomAnchor, constant: -padding.bottom),
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:469:64: error: 'safeAreaLayoutGuide' is unavailable in watchOS
left: contentView.leftAnchor.constraint(equalTo: safeAreaLayoutGuide.leftAnchor, constant: padding.left + frameInsets.left),
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:470:65: error: 'safeAreaLayoutGuide' is unavailable in watchOS
right: contentView.rightAnchor.constraint(equalTo: safeAreaLayoutGuide.rightAnchor, constant: -(padding.right + frameInsets.right))
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:512:43: error: 'safeAreaInsets' is unavailable in watchOS
guard let window = window, window.safeAreaInsets.bottom > 0 else { return }
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:289:45: note: 'safeAreaInsets' has been explicitly marked unavailable here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:514:49: error: 'constraint(lessThanOrEqualToSystemSpacingBelow:multiplier:)' is unavailable in watchOS
windowAnchor = contentView.bottomAnchor.constraint(lessThanOrEqualToSystemSpacingBelow: window.safeAreaLayoutGuide.bottomAnchor, multiplier: 1)
^~~~~~~~~~
UIKit.NSLayoutYAxisAnchor.constraint:3:24: note: 'constraint(lessThanOrEqualToSystemSpacingBelow:multiplier:)' has been explicitly marked unavailable here
@MainActor open func constraint(lessThanOrEqualToSystemSpacingBelow anchor: NSLayoutYAxisAnchor, multiplier: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:514:104: error: 'safeAreaLayoutGuide' is unavailable in watchOS
windowAnchor = contentView.bottomAnchor.constraint(lessThanOrEqualToSystemSpacingBelow: window.safeAreaLayoutGuide.bottomAnchor, multiplier: 1)
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:302:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:516:34: error: 'UILayoutPriority' is unavailable in watchOS
windowAnchor?.priority = UILayoutPriority(rawValue: 750)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/InputBarAccessoryView.swift:518:60: error: 'safeAreaInsets' is unavailable in watchOS
backgroundViewLayoutSet?.bottom?.constant = window.safeAreaInsets.bottom
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:289:45: note: 'safeAreaInsets' has been explicitly marked unavailable here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:597:30: error: 'UIView' is unavailable in watchOS
return CGSize(width: UIView.noIntrinsicMetric, height: requiredHeight)
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:597:37: error: 'noIntrinsicMetric' is unavailable in watchOS
return CGSize(width: UIView.noIntrinsicMetric, height: requiredHeight)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:543:28: note: 'noIntrinsicMetric' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:620:21: error: 'UIScreen' is unavailable in watchOS
return (UIScreen.main.bounds.height / 3).rounded(.down)
^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:620:30: error: 'main' is unavailable in watchOS
return (UIScreen.main.bounds.height / 3).rounded(.down)
^~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead (i.e, view.window.windowScene.screen), or for properties like UIScreen.scale with trait equivalents, use a traitCollection found through context.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:622:17: error: 'UIScreen' is unavailable in watchOS
return (UIScreen.main.bounds.height / 5).rounded(.down)
^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:622:26: error: 'main' is unavailable in watchOS
return (UIScreen.main.bounds.height / 5).rounded(.down)
^~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead (i.e, view.window.windowScene.screen), or for properties like UIScreen.scale with trait equivalents, use a traitCollection found through context.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:661:17: error: 'UIView' is unavailable in watchOS
UIView.animate(withDuration: 0.3, animations: animations)
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:664:13: error: 'UIView' is unavailable in watchOS
UIView.performWithoutAnimation { animations() }
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:737:42: error: 'UIView' is unavailable in watchOS
if let view = $0 as? UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:749:42: error: 'UIView' is unavailable in watchOS
if let view = $0 as? UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:761:42: error: 'UIView' is unavailable in watchOS
if let view = $0 as? UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:773:42: error: 'UIView' is unavailable in watchOS
if let view = $0 as? UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:851:15: error: 'traitCollectionDidChange' is unavailable in watchOS
super.traitCollectionDidChange(previousTraitCollection)
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift:899:17: error: 'UIView' is unavailable in watchOS
UIView.animate(withDuration: 0.15) {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
SwiftCompile normal arm64 Compiling\ InputPlugin.swift,\ InputBarAccessoryView+Availability.swift,\ InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/supplementaryOutputs-28 -target arm64-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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 6 -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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name InputBarAccessoryView -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 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputPlugin.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView+Availability.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarViewController.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputPlugin.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView+Availability.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift:49:43: error: 'UIView' is unavailable in watchOS
open override var inputAccessoryView: UIView? {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift:86:89: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
open func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer) { }
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift:32:36: error: 'UIViewController' is unavailable in watchOS
open class InputBarViewController: UIViewController, InputBarAccessoryViewDelegate {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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>
^
SwiftCompile normal arm64 Compiling\ AutocompleteManager.swift,\ AutocompleteCompletion.swift,\ AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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 6 -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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name InputBarAccessoryView -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 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteCompletion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteSession.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteManager.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteCompletion.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/AutocompleteSession.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:52:44: error: 'UITextView' is unavailable in watchOS
private(set) public weak var textView: UITextView?
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:62:25: error: 'init()' is unavailable in watchOS
let tableView = AutocompleteTableView()
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:66:42: error: 'systemBackground' is unavailable in watchOS
tableView.backgroundColor = .systemBackground
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:208:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:104:32: error: 'label' is unavailable in watchOS
foregroundColor = .label
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:160:31: error: 'UITextView' is unavailable in watchOS
public init(for textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:410:47: error: 'UITextView' is unavailable in watchOS
public func textViewDidChange(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:414:38: error: 'UITextView' is unavailable in watchOS
public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:498:46: error: 'UITableView' is unavailable in watchOS
open func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/AutocompleteManager.swift:502:38: error: 'UITableView' is unavailable in watchOS
open func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/AutocompleteManager.swift:506:38: error: 'UITableView' is unavailable in watchOS
open func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/AutocompleteManager.swift:506:89: error: 'UITableViewCell' is unavailable in watchOS
open func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/AutocompleteManager.swift:518:38: error: 'UITableView' is unavailable in watchOS
open func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Plugins/AutocompleteManager/AutocompleteManager.swift:41:56: error: 'UITextViewDelegate' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:76: error: 'UITableViewDelegate' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:97: error: 'UITableViewDataSource' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ InputBarButtonItem.swift,\ InputBarSendButton.swift,\ NSMutableAttributedString+Extensions.swift,\ NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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 6 -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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.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/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name InputBarAccessoryView -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 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarButtonItem.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarSendButton.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/NSMutableAttributedString+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/NSNotification+Extensions.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarButtonItem.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarSendButton.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/NSMutableAttributedString+Extensions.o -index-unit-output-path /InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/NSNotification+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:62:43: error: 'UILayoutPriority' is unavailable in watchOS
setContentHuggingPriority(UILayoutPriority(rawValue: 1), for: .horizontal)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Controls/InputBarButtonItem.swift:64:43: error: 'UILayoutPriority' is unavailable in watchOS
setContentHuggingPriority(UILayoutPriority(rawValue: 1000), for: .horizontal)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Controls/InputBarButtonItem.swift:66:43: error: 'UILayoutPriority' is unavailable in watchOS
setContentHuggingPriority(UILayoutPriority(rawValue: 500), for: .horizontal)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Controls/InputBarButtonItem.swift:145:69: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
private var onKeyboardSwipeGestureAction: ((InputBarButtonItem, UISwipeGestureRecognizer) -> Void)?
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:244:98: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
open func onKeyboardSwipeGesture(_ action: @escaping (_ item: InputBarButtonItem, _ gesture: UISwipeGestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:321:56: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
open func keyboardSwipeGestureAction(with gesture: UISwipeGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:36:32: error: 'UIButton' is unavailable in watchOS
open class InputBarButtonItem: UIButton, InputItem {
^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:175:35: error: 'UILayoutPriority' is unavailable in watchOS
setContentHuggingPriority(UILayoutPriority(rawValue: 500), for: .horizontal)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Controls/InputBarButtonItem.swift:176:35: error: 'UILayoutPriority' is unavailable in watchOS
setContentHuggingPriority(UILayoutPriority(rawValue: 500), for: .vertical)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Controls/InputBarButtonItem.swift:177:24: error: 'systemBlue' is unavailable in watchOS
setTitleColor(.systemBlue, for: .normal)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:178:31: error: 'systemBlue' is unavailable in watchOS
setTitleColor(UIColor.systemBlue.withAlphaComponent(0.3), for: .highlighted)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:180:28: error: 'systemGray2' is unavailable in watchOS
setTitleColor(.systemGray2, for: .disabled)
^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:184:9: error: 'adjustsImageWhenHighlighted' is unavailable in watchOS
adjustsImageWhenHighlighted = false
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:168:27: note: 'adjustsImageWhenHighlighted' has been explicitly marked unavailable here
@property(nonatomic) BOOL adjustsImageWhenHighlighted API_DEPRECATED("This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler", ios(2.0, 15.0), tvos(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos); // default is YES. if YES, image is drawn darker when highlighted(pressed)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:45:31: error: 'UIActivityIndicatorView' is unavailable in watchOS
private let activityView: UIActivityIndicatorView = {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:46:19: error: 'UIActivityIndicatorView' is unavailable in watchOS
let view: UIActivityIndicatorView
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:49:20: error: 'UIActivityIndicatorView' is unavailable in watchOS
view = UIActivityIndicatorView(style: .medium)
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:49:52: error: 'medium' is unavailable in watchOS
view = UIActivityIndicatorView(style: .medium)
^~~~~~
UIKit.UIActivityIndicatorView.Style.medium:4:10: note: 'medium' has been explicitly marked unavailable here
case medium }
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:51:20: error: 'UIActivityIndicatorView' is unavailable in watchOS
view = UIActivityIndicatorView(style: .gray)
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:51:52: error: 'gray' is unavailable in watchOS
view = UIActivityIndicatorView(style: .gray)
^~~~
UIKit.UIActivityIndicatorView.Style.gray:4:10: note: 'gray' has been explicitly marked unavailable here
case gray }
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:90:38: error: 'CATransform3DMakeScale' is unavailable in watchOS
imageView?.layer.transform = CATransform3DMakeScale(0.0, 0.0, 0.0)
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:55:25: note: 'CATransform3DMakeScale' has been explicitly marked unavailable here
CA_EXTERN CATransform3D CATransform3DMakeScale (CGFloat sx, CGFloat sy,
^
/Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift:100:38: error: 'CATransform3DIdentity' is unavailable in watchOS
imageView?.layer.transform = CATransform3DIdentity
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:31:31: note: 'CATransform3DIdentity' has been explicitly marked unavailable here
CA_EXTERN const CATransform3D CATransform3DIdentity
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift:79:63: error: 'label' is unavailable in watchOS
return bold(text, fontSize: fontSize, textColor: .label)
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift:88:65: error: 'label' is unavailable in watchOS
return medium(text, fontSize: fontSize, textColor: .label)
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift:97:65: error: 'label' is unavailable in watchOS
return italic(text, fontSize: fontSize, textColor: .label)
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift:107:65: error: 'label' is unavailable in watchOS
return normal(text, fontSize: fontSize, textColor: .label)
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:56:25: error: 'UIView' is unavailable in watchOS
var animationCurve: UIView.AnimationCurve? {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:62:27: error: 'UIView' is unavailable in watchOS
var animationOptions: UIView.AnimationOptions {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:34:14: error: 'UIResponder' is unavailable in watchOS
case UIResponder.keyboardWillShowNotification:
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:34:26: error: 'keyboardWillShowNotification' is unavailable in watchOS
case UIResponder.keyboardWillShowNotification:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:36:14: error: 'UIResponder' is unavailable in watchOS
case UIResponder.keyboardDidShowNotification:
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:36:26: error: 'keyboardDidShowNotification' is unavailable in watchOS
case UIResponder.keyboardDidShowNotification:
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:133:39: note: 'keyboardDidShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:38:14: error: 'UIResponder' is unavailable in watchOS
case UIResponder.keyboardWillHideNotification:
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:38:26: error: 'keyboardWillHideNotification' is unavailable in watchOS
case UIResponder.keyboardWillHideNotification:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:40:14: error: 'UIResponder' is unavailable in watchOS
case UIResponder.keyboardDidHideNotification:
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:40:26: error: 'keyboardDidHideNotification' is unavailable in watchOS
case UIResponder.keyboardDidHideNotification:
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:135:39: note: 'keyboardDidHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:42:14: error: 'UIResponder' is unavailable in watchOS
case UIResponder.keyboardWillChangeFrameNotification:
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:42:26: error: 'keyboardWillChangeFrameNotification' is unavailable in watchOS
case UIResponder.keyboardWillChangeFrameNotification:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:145:39: note: 'keyboardWillChangeFrameNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillChangeFrameNotification API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:44:14: error: 'UIResponder' is unavailable in watchOS
case UIResponder.keyboardDidChangeFrameNotification:
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:44:26: error: 'keyboardDidChangeFrameNotification' is unavailable in watchOS
case UIResponder.keyboardDidChangeFrameNotification:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:146:39: note: 'keyboardDidChangeFrameNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidChangeFrameNotification API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:52:37: error: 'UIResponder' is unavailable in watchOS
guard let value = userInfo?[UIResponder.keyboardAnimationDurationUserInfoKey] as? NSNumber else { return nil }
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:52:49: error: 'keyboardAnimationDurationUserInfoKey' is unavailable in watchOS
guard let value = userInfo?[UIResponder.keyboardAnimationDurationUserInfoKey] as? NSNumber else { return nil }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:139:30: note: 'keyboardAnimationDurationUserInfoKey' has been explicitly marked unavailable here
UIKIT_EXTERN NSString *const UIKeyboardAnimationDurationUserInfoKey API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED; // NSNumber of double
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:57:38: error: 'UIResponder' is unavailable in watchOS
guard let index = (userInfo?[UIResponder.keyboardAnimationCurveUserInfoKey] as? NSNumber)?.intValue else { return nil }
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:57:50: error: 'keyboardAnimationCurveUserInfoKey' is unavailable in watchOS
guard let index = (userInfo?[UIResponder.keyboardAnimationCurveUserInfoKey] as? NSNumber)?.intValue else { return nil }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:140:30: note: 'keyboardAnimationCurveUserInfoKey' has been explicitly marked unavailable here
UIKIT_EXTERN NSString *const UIKeyboardAnimationCurveUserInfoKey API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED; // NSNumber of NSUInteger (UIViewAnimationCurve)
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:59:16: error: 'UIView' is unavailable in watchOS
return UIView.AnimationCurve.init(rawValue: index) ?? .linear
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:79:27: error: 'UIResponder' is unavailable in watchOS
return (userInfo?[UIResponder.keyboardFrameBeginUserInfoKey] as? NSValue)?.cgRectValue
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:79:39: error: 'keyboardFrameBeginUserInfoKey' is unavailable in watchOS
return (userInfo?[UIResponder.keyboardFrameBeginUserInfoKey] as? NSValue)?.cgRectValue
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:137:30: note: 'keyboardFrameBeginUserInfoKey' has been explicitly marked unavailable here
UIKIT_EXTERN NSString *const UIKeyboardFrameBeginUserInfoKey API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED; // NSValue of CGRect
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift:83:27: error: 'UIResponder' is unavailable in watchOS
return (userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue)?.cgRectValue
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:83:39: error: 'keyboardFrameEndUserInfoKey' is unavailable in watchOS
return (userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue)?.cgRectValue
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:87:27: error: 'UIResponder' is unavailable in watchOS
return (userInfo?[UIResponder.keyboardIsLocalUserInfoKey] as? NSNumber)?.boolValue
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Extensions/NSNotification+Extensions.swift:87:39: error: 'keyboardIsLocalUserInfoKey' is unavailable in watchOS
return (userInfo?[UIResponder.keyboardIsLocalUserInfoKey] as? NSNumber)?.boolValue
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:141:30: note: 'keyboardIsLocalUserInfoKey' has been explicitly marked unavailable here
UIKIT_EXTERN NSString *const UIKeyboardIsLocalUserInfoKey API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED; // NSNumber of BOOL
^
SwiftCompile normal arm64 Compiling\ InputStackView.swift,\ InputTextView.swift,\ SeparatorLine.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift:52:28: error: 'NSLayoutConstraint' is unavailable in watchOS
convenience init(axis: NSLayoutConstraint.Axis, spacing: CGFloat) {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/Views/InputStackView.swift:38:28: error: 'UIStackView' is unavailable in watchOS
open class InputStackView: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0.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
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:68:34: error: 'UILabel' is unavailable in watchOS
public let placeholderLabel: UILabel = {
^~~~~~~
/Applications/Xcode-26.0.0.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/Views/InputTextView.swift:69:21: error: 'UILabel' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0.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/Views/InputTextView.swift:69:21: error: 'init()' is unavailable in watchOS
let label = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:72:32: error: 'systemGray2' is unavailable in watchOS
label.textColor = .systemGray2
^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:148:56: error: 'NSTextContainer' is unavailable in watchOS
public override init(frame: CGRect, textContainer: NSTextContainer?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:244:24: error: cannot override 'paste' which has been marked unavailable
open override func paste(_ sender: Any?) {
^
UIKit.UIResponder.paste:3:13: note: 'paste' has been explicitly marked unavailable here
open func paste(_ sender: Any?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:244:24: note: remove 'override' modifier to declare a new 'paste'
open override func paste(_ sender: Any?) {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:40:27: error: 'UITextView' is unavailable in watchOS
open class InputTextView: UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:190:61: error: 'defaultLow' is unavailable in watchOS
placeholderLabelConstraintSet?.centerX?.priority = .defaultLow
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:23:31: note: 'defaultLow' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultLow API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 250; // This is the priority level at which a button hugs its contents horizontally.
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:191:61: error: 'defaultLow' is unavailable in watchOS
placeholderLabelConstraintSet?.centerY?.priority = .defaultLow
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:23:31: note: 'defaultLow' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultLow API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 250; // This is the priority level at which a button hugs its contents horizontally.
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:201:54: error: 'UIDevice' is unavailable in watchOS
name: UIDevice.orientationDidChangeNotification, object: nil)
^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:201:63: error: 'orientationDidChangeNotification' is unavailable in watchOS
name: UIDevice.orientationDidChangeNotification, object: nil)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:83:39: note: 'orientationDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIDeviceOrientationDidChangeNotification API_UNAVAILABLE(tvos, visionos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:204:54: error: 'UITextView' is unavailable in watchOS
name: UITextView.textDidChangeNotification, object: nil)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:204:65: error: 'textDidChangeNotification' is unavailable in watchOS
name: UITextView.textDidChangeNotification, object: nil)
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'textDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:219:47: error: 'UITextView' is unavailable in watchOS
NotificationCenter.default.post(name: UITextView.textDidChangeNotification, object: self)
^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:219:58: error: 'textDidChangeNotification' is unavailable in watchOS
NotificationCenter.default.post(name: UITextView.textDidChangeNotification, object: self)
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'textDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:238:56: error: 'UIPasteboard' is unavailable in watchOS
if action == NSSelectorFromString("paste:") && UIPasteboard.general.hasImages {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:50:12: note: 'UIPasteboard' has been explicitly marked unavailable here
@interface UIPasteboard : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:238:77: error: 'hasImages' is unavailable in watchOS
if action == NSSelectorFromString("paste:") && UIPasteboard.general.hasImages {
^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:124:38: note: 'hasImages' has been explicitly marked unavailable here
@property (nonatomic, readonly) BOOL hasImages API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos) API_AVAILABLE(ios(10.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:246:48: error: 'UIPasteboard' is unavailable in watchOS
guard isImagePasteEnabled, let image = UIPasteboard.general.image else {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:50:12: note: 'UIPasteboard' has been explicitly marked unavailable here
@interface UIPasteboard : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:246:69: error: 'image' is unavailable in watchOS
guard isImagePasteEnabled, let image = UIPasteboard.general.image else {
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:114:45: note: 'image' has been explicitly marked unavailable here
@property(nullable,nonatomic,copy) UIImage *image API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:247:26: error: 'paste' is unavailable in watchOS
return super.paste(sender)
^~~~~
UIKit.UIResponder.paste:3:13: note: 'paste' has been explicitly marked unavailable here
open func paste(_ sender: Any?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:277:33: error: 'label' is unavailable in watchOS
defaultTextColor = .label
^~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:325:50: error: 'image(forBounds:textContainer:characterIndex:)' is unavailable in watchOS
} else if let image = attachment.image(forBounds: attachment.bounds,
^~~~~
UIKit.NSTextAttachment.image:3:13: note: 'image(forBounds:textContainer:characterIndex:)' has been explicitly marked unavailable here
open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage?}
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift:349:50: error: 'image(forBounds:textContainer:characterIndex:)' is unavailable in watchOS
} else if let image = attachment.image(forBounds: attachment.bounds,
^~~~~
UIKit.NSTextAttachment.image:3:13: note: 'image(forBounds:textContainer:characterIndex:)' has been explicitly marked unavailable here
open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage?}
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift:43:36: error: 'UIScreen' is unavailable in watchOS
open var height: CGFloat = 1.0 / UIScreen.main.scale {
^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift:43:45: error: 'main' is unavailable in watchOS
open var height: CGFloat = 1.0 / UIScreen.main.scale {
^~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead (i.e, view.window.windowScene.screen), or for properties like UIScreen.scale with trait equivalents, use a traitCollection found through context.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift:38:27: error: 'UIView' is unavailable in watchOS
open class SeparatorLine: UIView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift:69:32: error: 'systemGray2' is unavailable in watchOS
backgroundColor = .systemGray2
^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift:74:36: error: 'defaultHigh' is unavailable in watchOS
setContentHuggingPriority(.defaultHigh, for: .vertical)
^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:19:31: note: 'defaultHigh' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultHigh API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 750; // This is the priority level with which a button resists compressing its content.
^
2025-12-04 21:32:05.216 xcodebuild[770:4355] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardNotification.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 Compiling\ KeyboardEvent.swift,\ KeyboardManager.swift,\ KeyboardNotification.swift,\ HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/HorizontalEdgePadding.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 Compiling\ AttachmentCell.swift,\ AttachmentsView.swift,\ ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/NSConstraintLayoutSet.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AttachmentManager/AttachmentManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 Compiling\ AutocompleteTableView.swift,\ InputBarAccessoryViewDelegate.swift,\ InputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputBarAccessoryViewDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITextView+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIView+AutoLayout.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 Compiling\ InputPlugin.swift,\ InputBarAccessoryView+Availability.swift,\ InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Supporting/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewControllers/InputBarViewController.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 Compiling\ AutocompleteManager.swift,\ AutocompleteCompletion.swift,\ AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 Compiling\ InputBarButtonItem.swift,\ InputBarSendButton.swift,\ NSMutableAttributedString+Extensions.swift,\ NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Controls/InputBarSendButton.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSMutableAttributedString+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Views/InputStackView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Views/InputTextView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Views/SeparatorLine.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
Building workspace spi-builder-workspace with scheme InputBarAccessoryView
(31 failures)
BUILD FAILURE 6.2 watchOS