The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MessageKit, reference 3.1.0 (b32f02), with Swift 6.3 for watchOS using Xcode 26.4 on 15 Apr 2026 21:08:54 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessageKit -destination generic/platform=watchOS

Build Log

                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:488:89: error: 'UITableViewCell' is unavailable in watchOS
    open func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:500:38: error: 'UITableView' is unavailable in watchOS
    open func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:56: error: 'UITextViewDelegate' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
                                                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:76: error: 'UITableViewDelegate' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
                                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:97: error: 'UITableViewDataSource' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:49:73: error: 'UITableView' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell
                                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:49:158: error: 'UITableViewCell' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell
                                                                                                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:54:73: error: 'UITableView' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell {
                                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:54:158: error: 'UITableViewCell' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell {
                                                                                                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:39:32: error: 'init()' is unavailable in watchOS
    public let separatorLine = SeparatorLine()
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:45:26: error: 'UITableViewCell' is unavailable in watchOS
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:30:30: error: 'UITableViewCell' is unavailable in watchOS
open class AutocompleteCell: UITableViewCell {
                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift:30:35: error: 'UITableView' is unavailable in watchOS
open class AutocompleteTableView: UITableView {
                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift:62:84: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift:73:84: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer) {}
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift:43:51: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    func keyboardSwipeGestureAction(with gesture: UISwipeGestureRecognizer)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift:49:43: error: 'UIView' is unavailable in watchOS
    open override var inputAccessoryView: UIView? {
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift:86:89: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    open func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer) { }
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift:32:36: error: 'UIViewController' is unavailable in watchOS
open class InputBarViewController: UIViewController, InputBarAccessoryViewDelegate {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift:52:28: error: 'NSLayoutConstraint' is unavailable in watchOS
    convenience init(axis: NSLayoutConstraint.Axis, spacing: CGFloat) {
                           ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift:38:28: error: 'UIStackView' is unavailable in watchOS
open class InputStackView: UIStackView {
                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:68:34: error: 'UILabel' is unavailable in watchOS
    public let placeholderLabel: UILabel = {
                                 ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:69:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:69:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:144:56: error: 'NSTextContainer' is unavailable in watchOS
    public override init(frame: CGRect, textContainer: NSTextContainer?) {
                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:240: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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:240:24: note: remove 'override' modifier to declare a new 'paste'
    open override func paste(_ sender: Any?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:40:27: error: 'UITextView' is unavailable in watchOS
open class InputTextView: UITextView {
                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift:43:36: error: 'UIScreen' is unavailable in watchOS
  open var height: CGFloat = 1.0 / UIScreen.main.scale {
                                   ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift:43:45: error: 'main' is unavailable in watchOS
  open var height: CGFloat = 1.0 / UIScreen.main.scale {
                                            ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift:38:27: error: 'UIView' is unavailable in watchOS
open class SeparatorLine: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Supporting\ Files/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift -target armv7k-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -suppress-warnings -swift-version 5 -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/armv7k/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.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/armv7k -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 -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView.abi.json
SwiftCompile normal armv7k Compiling\ AutocompleteManager.swift,\ AutocompleteCompletion.swift,\ AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ AttachmentCell.swift,\ AttachmentsView.swift,\ ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ InputBarButtonItem.swift,\ InputBarSendButton.swift,\ NSMutableAttributedString+Extensions.swift,\ NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSMutableAttributedString+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ InputStackView.swift,\ InputTextView.swift,\ SeparatorLine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ String+Extensions.swift,\ UITextView+Extensions.swift,\ UIView+AutoLayout.swift,\ InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/String+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ KeyboardEvent.swift,\ KeyboardManager.swift,\ KeyboardNotification.swift,\ HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/HorizontalEdgePadding.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardEvent.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/HorizontalEdgePadding.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ NSConstraintLayoutSet.swift,\ AttachmentManager.swift,\ AttachmentManagerDataSource.swift,\ AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ AutocompleteTableView.swift,\ InputBarAccessoryViewDelegate.swift,\ InputItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ InputBarAccessoryView (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
2026-04-15 17:08:40.107 xcodebuild[699:4179] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ InputBarAccessoryView (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
	Building workspace spi-builder-workspace with scheme MessageKit
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  RxSwift: https://github.com/ReactiveX/RxSwift.git @ 5.1.3
  MessageKit: /Users/admin/builder/spi-builder-workspace
  InputBarAccessoryView: https://github.com/nathantannar4/InputBarAccessoryView.git @ 4.3.3
resolved source packages: RxSwift, MessageKit, InputBarAccessoryView
2026-04-15 17:08:49.202 xcodebuild[907:5090] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "inputbaraccessoryview",
      "requirement" : {
        "exact" : [
          "4.3.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nathantannar4/InputBarAccessoryView.git"
    }
  ],
  "manifest_display_name" : "MessageKit",
  "name" : "MessageKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "MessageKit",
      "targets" : [
        "MessageKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessageKit",
      "module_type" : "SwiftTarget",
      "name" : "MessageKit",
      "path" : "Sources/MessageKit",
      "product_dependencies" : [
        "InputBarAccessoryView"
      ],
      "product_memberships" : [
        "MessageKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/CellStructure.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/ExampleA.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/ExampleB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/InputBarAccessoryViewLayout.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full_tail_v1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full_tail_v1@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full_tail_v1@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full_tail_v2.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full_tail_v2@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_full_tail_v2@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined_tail_v1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined_tail_v1@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined_tail_v1@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined_tail_v2.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined_tail_v2@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/bubble_outlined_tail_v2@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/disclouser.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/disclouser@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/disclouser@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/pause.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/pause@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/pause@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/play.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/play@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/MessageKitAssets.bundle/Images/play@3x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/TypingIndicator.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/mklogo.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/mklogo.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MessageKit/Assets/mklogo.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Controllers/MessagesViewController+Keyboard.swift",
        "Controllers/MessagesViewController+Menu.swift",
        "Controllers/MessagesViewController.swift",
        "Extensions/Bundle+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "Extensions/NSAttributedString+Extensions.swift",
        "Extensions/UIColor+Extensions.swift",
        "Extensions/UIEdgeInsets+Extensions.swift",
        "Extensions/UIImage+Extension.swift",
        "Extensions/UIView+Extensions.swift",
        "Layout/AudioMessageSizeCalculator.swift",
        "Layout/CellSizeCalculator.swift",
        "Layout/ContactMessageSizeCalculator.swift",
        "Layout/LocationMessageSizeCalculator.swift",
        "Layout/MediaMessageSizeCalculator.swift",
        "Layout/MessageSizeCalculator.swift",
        "Layout/MessagesCollectionViewFlowLayout.swift",
        "Layout/MessagesCollectionViewLayoutAttributes.swift",
        "Layout/TextMessageSizeCalculator.swift",
        "Layout/TypingIndicatorCellSizeCalculator.swift",
        "Models/AccessoryPosition.swift",
        "Models/Avatar.swift",
        "Models/AvatarPosition.swift",
        "Models/DetectorType.swift",
        "Models/HorizontalEdgeInsets.swift",
        "Models/LabelAlignment.swift",
        "Models/LocationMessageSnapshotOptions.swift",
        "Models/MessageKind.swift",
        "Models/MessageKitDateFormatter.swift",
        "Models/MessageKitError.swift",
        "Models/MessageStyle.swift",
        "Models/NSConstraintLayoutSet.swift",
        "Models/Sender.swift",
        "Protocols/AudioItem.swift",
        "Protocols/ContactItem.swift",
        "Protocols/LocationItem.swift",
        "Protocols/MediaItem.swift",
        "Protocols/MessageCellDelegate.swift",
        "Protocols/MessageLabelDelegate.swift",
        "Protocols/MessageType.swift",
        "Protocols/MessagesDataSource.swift",
        "Protocols/MessagesDisplayDelegate.swift",
        "Protocols/MessagesLayoutDelegate.swift",
        "Protocols/SenderType.swift",
        "Supporting/MessageInputBar.swift",
        "Supporting/MessageKit+Availability.swift",
        "Views/AvatarView.swift",
        "Views/BubbleCircle.swift",
        "Views/Cells/AudioMessageCell.swift",
        "Views/Cells/ContactMessageCell.swift",
        "Views/Cells/LocationMessageCell.swift",
        "Views/Cells/MediaMessageCell.swift",
        "Views/Cells/MessageCollectionViewCell.swift",
        "Views/Cells/MessageContentCell.swift",
        "Views/Cells/TextMessageCell.swift",
        "Views/Cells/TypingIndicatorCell.swift",
        "Views/HeadersFooters/MessageReusableView.swift",
        "Views/InsetLabel.swift",
        "Views/MessageContainerView.swift",
        "Views/MessageLabel.swift",
        "Views/MessagesCollectionView.swift",
        "Views/PlayButtonView.swift",
        "Views/TypingBubble.swift",
        "Views/TypingIndicator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MessageKit"
    ]
  }
}
2026-04-15 17:08:50.770 xcodebuild[967:5473] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessageKit -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MessageKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  InputBarAccessoryView: https://github.com/nathantannar4/InputBarAccessoryView.git @ 4.3.3
  MessageKit: /Users/admin/builder/spi-builder-workspace
  RxSwift: https://github.com/ReactiveX/RxSwift.git @ 5.1.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'MessageKit' in project 'MessageKit'
        ➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
        ➜ Explicit dependency on target 'MessageKit_MessageKit' in project 'MessageKit'
        ➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
    Target 'MessageKit' in project 'MessageKit'
        ➜ Explicit dependency on target 'MessageKit_MessageKit' in project 'MessageKit'
        ➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
    Target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
        ➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
    Target 'InputBarAccessoryView' in project 'InputBarAccessoryView' (no dependencies)
    Target 'MessageKit_MessageKit' in project 'MessageKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver InputBarAccessoryView normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name InputBarAccessoryView -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64_32/InputBarAccessoryView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64_32/InputBarAccessoryView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64_32/InputBarAccessoryView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64_32/InputBarAccessoryView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/arm64_32 -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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64_32/InputBarAccessoryView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver InputBarAccessoryView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name InputBarAccessoryView -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver InputBarAccessoryView normal armv7k com.apple.xcode.tools.swift.compiler (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name InputBarAccessoryView -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/DerivedSources/armv7k -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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/armv7k/InputBarAccessoryView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AttachmentCell.swift,\ AttachmentsView.swift,\ ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ String+Extensions.swift,\ UITextView+Extensions.swift,\ UIView+AutoLayout.swift,\ InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/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/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+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/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ KeyboardEvent.swift,\ KeyboardManager.swift,\ KeyboardNotification.swift,\ HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/HorizontalEdgePadding.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardEvent.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/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.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/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/HorizontalEdgePadding.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSMutableAttributedString+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/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AutocompleteTableView.swift,\ InputBarAccessoryViewDelegate.swift,\ InputItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.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/.dependencies/checkouts/InputBarAccessoryView/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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AutocompleteManager.swift,\ AutocompleteCompletion.swift,\ AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.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/.dependencies/checkouts/InputBarAccessoryView/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/.dependencies/checkouts/InputBarAccessoryView/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\ NSConstraintLayoutSet.swift,\ AttachmentManager.swift,\ AttachmentManagerDataSource.swift,\ AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.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/.dependencies/checkouts/InputBarAccessoryView/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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ InputBarAccessoryView (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/HorizontalEdgePadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Models/AutocompleteSession.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Supporting\ Files/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -suppress-warnings -swift-version 5 -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.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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 -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/InputBarAccessoryView.build/Debug-watchos/InputBarAccessoryView.build/Objects-normal/arm64/InputBarAccessoryView.abi.json
EmitSwiftModule normal arm64 (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:62:43: error: 'UILayoutPriority' is unavailable in watchOS
                setContentHuggingPriority(UILayoutPriority(rawValue: 1), for: .horizontal)
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:64:43: error: 'UILayoutPriority' is unavailable in watchOS
                setContentHuggingPriority(UILayoutPriority(rawValue: 1000), for: .horizontal)
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:66:43: error: 'UILayoutPriority' is unavailable in watchOS
                setContentHuggingPriority(UILayoutPriority(rawValue: 500), for: .horizontal)
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:145:69: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    private var onKeyboardSwipeGestureAction: ((InputBarButtonItem, UISwipeGestureRecognizer) -> Void)?
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:240:98: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    open func onKeyboardSwipeGesture(_ action: @escaping (_ item: InputBarButtonItem, _ gesture: UISwipeGestureRecognizer) -> Void) -> Self {
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:317:56: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    open func keyboardSwipeGestureAction(with gesture: UISwipeGestureRecognizer) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarButtonItem.swift:36:32: error: 'UIButton' is unavailable in watchOS
open class InputBarButtonItem: UIButton, InputItem {
                               ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift:45:31: error: 'UIActivityIndicatorView' is unavailable in watchOS
    private let activityView: UIActivityIndicatorView = {
                              ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift:46:20: error: 'UIActivityIndicatorView' is unavailable in watchOS
        let view = UIActivityIndicatorView(style: .gray)
                   ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Controls/InputBarSendButton.swift:46:52: error: 'gray' is unavailable in watchOS
        let 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/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift:56:25: error: 'UIView' is unavailable in watchOS
    var animationCurve: UIView.AnimationCurve? {
                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/NSNotification+Extensions.swift:62:27: error: 'UIView' is unavailable in watchOS
    var animationOptions: UIView.AnimationOptions {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UITextView+Extensions.swift:11:20: error: 'UITextView' is unavailable in watchOS
internal extension UITextView {
                   ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Extensions/UIView+AutoLayout.swift:30:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:40:30: error: 'UIView' is unavailable in watchOS
    open var backgroundView: UIView = {
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:41:20: error: 'UIView' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:41:20: error: 'init()' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h: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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:44:37: error: 'systemBackground' is unavailable in watchOS
            view.backgroundColor = .systemBackground
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:54:27: error: 'UIView' is unavailable in watchOS
    open var contentView: UIView = {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:55:20: error: 'UIView' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:55:20: error: 'init()' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h: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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:66:29: error: 'UIVisualEffectView' is unavailable in watchOS
    open lazy var blurView: UIVisualEffectView = {
                            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:67:26: error: 'UIBlurEffect' is unavailable in watchOS
        var blurEffect = UIBlurEffect(style: .light)
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:69:26: error: 'UIBlurEffect' is unavailable in watchOS
            blurEffect = UIBlurEffect(style: .systemMaterial)
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:69: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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:71:20: error: 'UIVisualEffectView' is unavailable in watchOS
        let view = UIVisualEffectView(effect: blurEffect)
                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:90:32: error: 'init()' is unavailable in watchOS
    public let separatorLine = SeparatorLine()
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:140:53: error: 'UIView' is unavailable in watchOS
    public private(set) weak var middleContentView: UIView?
                                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:143:43: error: 'UIView' is unavailable in watchOS
    private let middleContentViewWrapper: UIView = {
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:144:20: error: 'UIView' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:144:20: error: 'init()' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h: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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:332:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var textViewHeightAnchor: NSLayoutConstraint?
                                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:338:31: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var windowAnchor: NSLayoutConstraint?
                              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:361:59: error: 'UIView' is unavailable in watchOS
    open override func willMove(toSuperview newSuperview: UIView?) {
                                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:506:46: error: 'UIWindow' is unavailable in watchOS
    private func setupConstraints(to window: UIWindow?) {
                                             ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:601:65: error: 'UIEvent' is unavailable in watchOS
    open override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
                                                                ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:693:44: error: 'UIView' is unavailable in watchOS
    open func setMiddleContentView(_ view: UIView?, animated: Bool) {
                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:820:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:820: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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:820:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:899:43: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    open func didSwipeTextView(_ gesture: UISwipeGestureRecognizer) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/InputBarAccessoryView.swift:31:35: error: 'UIView' is unavailable in watchOS
open class InputBarAccessoryView: UIView {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:40:39: error: 'UIView' is unavailable in watchOS
    open weak var inputAccessoryView: UIView?
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:51:34: error: 'UIScrollView' is unavailable in watchOS
    private weak var scrollView: UIScrollView?
                                 ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:57:29: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    private var panGesture: UIPanGestureRecognizer?
                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:68:49: error: 'UIView' is unavailable in watchOS
    public convenience init(inputAccessoryView: UIView) {
                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:140:40: error: 'UIView' is unavailable in watchOS
    open func bind(inputAccessoryView: UIView) -> Self {
                                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:189:35: error: 'UIScrollView' is unavailable in watchOS
    open func bind(to scrollView: UIScrollView) -> Self {
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:272:54: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    open func handlePanGestureRecognizer(recognizer: UIPanGestureRecognizer) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:290:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    open func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:290:96: error: 'UITouch' is unavailable in watchOS
    open func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
                                                                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:295:54: error: 'UIGestureRecognizer' is unavailable in watchOS
    open func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:295:133: error: 'UIGestureRecognizer' is unavailable in watchOS
    open func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                                                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardManager.swift:31:39: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
open class KeyboardManager: NSObject, UIGestureRecognizerDelegate {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:91:11: note: 'UIGestureRecognizerDelegate' has been explicitly marked unavailable here
@protocol UIGestureRecognizerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/KeyboardManager/KeyboardNotification.swift:42:34: error: 'UIView' is unavailable in watchOS
    public let animationOptions: UIView.AnimationOptions
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:33:14: error: 'NSLayoutConstraint' is unavailable in watchOS
    var top: NSLayoutConstraint?
             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:34:17: error: 'NSLayoutConstraint' is unavailable in watchOS
    var bottom: NSLayoutConstraint?
                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:35:15: error: 'NSLayoutConstraint' is unavailable in watchOS
    var left: NSLayoutConstraint?
              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:36:16: error: 'NSLayoutConstraint' is unavailable in watchOS
    var right: NSLayoutConstraint?
               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:37:18: error: 'NSLayoutConstraint' is unavailable in watchOS
    var centerX: NSLayoutConstraint?
                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:38:18: error: 'NSLayoutConstraint' is unavailable in watchOS
    var centerY: NSLayoutConstraint?
                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:39:16: error: 'NSLayoutConstraint' is unavailable in watchOS
    var width: NSLayoutConstraint?
               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:40:17: error: 'NSLayoutConstraint' is unavailable in watchOS
    var height: NSLayoutConstraint?
                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:42:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    public init(top: NSLayoutConstraint? = nil,
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:43:25: error: 'NSLayoutConstraint' is unavailable in watchOS
                bottom: NSLayoutConstraint? = nil,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:44:23: error: 'NSLayoutConstraint' is unavailable in watchOS
                left: NSLayoutConstraint? = nil,
                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:45:24: error: 'NSLayoutConstraint' is unavailable in watchOS
                right: NSLayoutConstraint? = nil,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:46:26: error: 'NSLayoutConstraint' is unavailable in watchOS
                centerX: NSLayoutConstraint? = nil,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:47:26: error: 'NSLayoutConstraint' is unavailable in watchOS
                centerY: NSLayoutConstraint? = nil,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:48:24: error: 'NSLayoutConstraint' is unavailable in watchOS
                width: NSLayoutConstraint? = nil,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:49:25: error: 'NSLayoutConstraint' is unavailable in watchOS
                height: NSLayoutConstraint? = nil) {
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Models/NSConstraintLayoutSet.swift:61:40: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var availableConstraints: [NSLayoutConstraint] {
                                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:146:56: error: 'UICollectionView' is unavailable in watchOS
    final public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:159:56: error: 'UICollectionView' is unavailable in watchOS
    final public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:163:56: error: 'UICollectionView' is unavailable in watchOS
    final public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:163:113: error: 'UICollectionViewCell' is unavailable in watchOS
    final public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                                ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:197:56: error: 'UICollectionView' is unavailable in watchOS
    final public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:197:103: error: 'UICollectionViewLayout' is unavailable in watchOS
    final public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:206:55: error: 'UICollectionView' is unavailable in watchOS
    open func createAttachmentCell(in collectionView: UICollectionView, at indexPath: IndexPath) -> AttachmentCell {
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:142:30: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension AttachmentManager: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/AttachmentManager.swift:142:58: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension AttachmentManager: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:38:31: error: 'UIView' is unavailable in watchOS
    public let containerView: UIView = {
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:39:20: error: 'UIView' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:39:20: error: 'init()' is unavailable in watchOS
        let view = UIView()
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h: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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:41:33: error: 'groupTableViewBackground' is unavailable in watchOS
        view.backgroundColor = .groupTableViewBackground
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:256:48: note: 'groupTableViewBackground' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIColor *groupTableViewBackgroundColor API_DEPRECATED_WITH_REPLACEMENT("systemGroupedBackgroundColor", ios(2.0, 13.0), tvos(13.0, 13.0)) API_UNAVAILABLE(visionos, watchos);
                                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:53:33: error: 'UIButton' is unavailable in watchOS
    open lazy var deleteButton: UIButton = { [weak self] in
                                ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:54:22: error: 'UIButton' is unavailable in watchOS
        let button = UIButton()
                     ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:54:22: error: 'init()' is unavailable in watchOS
        let button = UIButton()
                     ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentCell.swift:30:28: error: 'UICollectionViewCell' is unavailable in watchOS
open class AttachmentCell: UICollectionViewCell {
                           ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift:61:70: error: 'UICollectionViewLayout' is unavailable in watchOS
    public override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/AttachmentsView.swift:33:38: error: 'UICollectionView' is unavailable in watchOS
open class AttachmentCollectionView: UICollectionView {
                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift:38:27: error: 'UIImageView' is unavailable in watchOS
    public let imageView: UIImageView = {
                          ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift:39:25: error: 'UIImageView' is unavailable in watchOS
        let imageView = UIImageView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AttachmentManager/Views/ImageAttachmentCell.swift:39:25: error: 'init()' is unavailable in watchOS
        let imageView = UIImageView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:52:44: error: 'UITextView' is unavailable in watchOS
    private(set) public weak var textView: UITextView?
                                           ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:62:25: error: 'init()' is unavailable in watchOS
        let tableView = AutocompleteTableView()
                        ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:149:31: error: 'UITextView' is unavailable in watchOS
    public init(for textView: UITextView) {
                              ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:392:47: error: 'UITextView' is unavailable in watchOS
    public func textViewDidChange(_ textView: UITextView) {
                                              ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:396:38: error: 'UITextView' is unavailable in watchOS
    public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
                                     ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:480:46: error: 'UITableView' is unavailable in watchOS
    open func numberOfSections(in tableView: UITableView) -> Int {
                                             ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:484:38: error: 'UITableView' is unavailable in watchOS
    open func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:488:38: error: 'UITableView' is unavailable in watchOS
    open func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:488:89: error: 'UITableViewCell' is unavailable in watchOS
    open func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:500:38: error: 'UITableView' is unavailable in watchOS
    open func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:56: error: 'UITextViewDelegate' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
                                                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:76: error: 'UITableViewDelegate' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
                                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/AutocompleteManager.swift:41:97: error: 'UITableViewDataSource' is unavailable in watchOS
open class AutocompleteManager: NSObject, InputPlugin, UITextViewDelegate, UITableViewDelegate, UITableViewDataSource {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:49:73: error: 'UITableView' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell
                                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:49:158: error: 'UITableViewCell' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell
                                                                                                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:54:73: error: 'UITableView' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell {
                                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift:54:158: error: 'UITableViewCell' is unavailable in watchOS
    func autocompleteManager(_ manager: AutocompleteManager, tableView: UITableView, cellForRowAt indexPath: IndexPath, for session: AutocompleteSession) -> UITableViewCell {
                                                                                                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:39:32: error: 'init()' is unavailable in watchOS
    public let separatorLine = SeparatorLine()
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:45:26: error: 'UITableViewCell' is unavailable in watchOS
    override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteCell.swift:30:30: error: 'UITableViewCell' is unavailable in watchOS
open class AutocompleteCell: UITableViewCell {
                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Plugins/AutocompleteManager/Views/AutocompleteTableView.swift:30:35: error: 'UITableView' is unavailable in watchOS
open class AutocompleteTableView: UITableView {
                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift:62:84: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputBarAccessoryViewDelegate.swift:73:84: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer) {}
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputItem.swift:43:51: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    func keyboardSwipeGestureAction(with gesture: UISwipeGestureRecognizer)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift:49:43: error: 'UIView' is unavailable in watchOS
    open override var inputAccessoryView: UIView? {
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift:86:89: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
    open func inputBar(_ inputBar: InputBarAccessoryView, didSwipeTextViewWith gesture: UISwipeGestureRecognizer) { }
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift:32:36: error: 'UIViewController' is unavailable in watchOS
open class InputBarViewController: UIViewController, InputBarAccessoryViewDelegate {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift:52:28: error: 'NSLayoutConstraint' is unavailable in watchOS
    convenience init(axis: NSLayoutConstraint.Axis, spacing: CGFloat) {
                           ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputStackView.swift:38:28: error: 'UIStackView' is unavailable in watchOS
open class InputStackView: UIStackView {
                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:68:34: error: 'UILabel' is unavailable in watchOS
    public let placeholderLabel: UILabel = {
                                 ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:69:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:69:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:144:56: error: 'NSTextContainer' is unavailable in watchOS
    public override init(frame: CGRect, textContainer: NSTextContainer?) {
                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:240: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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:240:24: note: remove 'override' modifier to declare a new 'paste'
    open override func paste(_ sender: Any?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/InputTextView.swift:40:27: error: 'UITextView' is unavailable in watchOS
open class InputTextView: UITextView {
                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift:43:36: error: 'UIScreen' is unavailable in watchOS
  open var height: CGFloat = 1.0 / UIScreen.main.scale {
                                   ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift:43:45: error: 'main' is unavailable in watchOS
  open var height: CGFloat = 1.0 / UIScreen.main.scale {
                                            ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/.dependencies/checkouts/InputBarAccessoryView/Sources/Views/SeparatorLine.swift:38:27: error: 'UIView' is unavailable in watchOS
open class SeparatorLine: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 Compiling\ InputPlugin.swift,\ InputBarAccessoryView+Availability.swift,\ InputBarViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Protocols/InputPlugin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/Supporting\ Files/InputBarAccessoryView+Availability.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/InputBarAccessoryView/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/.dependencies/checkouts/InputBarAccessoryView/Sources/Supporting\ Files/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/.dependencies/checkouts/InputBarAccessoryView/Sources/ViewControllers/InputBarViewController.swift (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ InputBarAccessoryView (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
2026-04-15 17:08:51.949 xcodebuild[994:5653] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ InputBarAccessoryView (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
	EmitSwiftModule normal arm64 (in target 'InputBarAccessoryView' from project 'InputBarAccessoryView')
	Building workspace spi-builder-workspace with scheme MessageKit
(3 failures)
BUILD FAILURE 6.3 watchOS