Build Information
Failed to build TwitterTextEditor, reference 1.1.2 (3e6db9
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 00:50:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TwitterTextEditor-Package -destination generic/platform=watchOS
Build Log
EmitSwiftModule normal arm64_32 (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:42:28: error: 'NSLayoutManagerDelegate' is unavailable in watchOS
override var delegate: NSLayoutManagerDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:307:36: note: 'NSLayoutManagerDelegate' has been explicitly marked unavailable here
API_UNAVAILABLE(watchos) @protocol NSLayoutManagerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:12:28: error: 'NSLayoutManager' is unavailable in watchOS
final class LayoutManager: NSLayoutManager {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:135:45: error: 'NSLayoutManager' is unavailable in watchOS
var properties: UnsafeBufferPointer<NSLayoutManager.GlyphProperty>
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:139:40: error: 'NSLayoutManager' is unavailable in watchOS
properties: UnsafePointer<NSLayoutManager.GlyphProperty>,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:154:27: error: 'NSLayoutManager' is unavailable in watchOS
var property: NSLayoutManager.GlyphProperty
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:159:39: error: 'NSLayoutManager' is unavailable in watchOS
private(set) var properties: [NSLayoutManager.GlyphProperty]
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:178:52: error: 'NSLayoutManager' is unavailable in watchOS
let properties: UnsafeMutableBufferPointer<NSLayoutManager.GlyphProperty>
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:202:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:204:56: error: 'NSLayoutManager' is unavailable in watchOS
properties props: UnsafePointer<NSLayoutManager.GlyphProperty>,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:263:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:264:60: error: 'NSTextContainer' is unavailable in watchOS
didCompleteLayoutFor textContainer: NSTextContainer?,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:323:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:324:42: error: 'NSLayoutManager' is unavailable in watchOS
shouldUse action: NSLayoutManager.ControlCharacterAction,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:325:65: error: 'NSLayoutManager' is unavailable in watchOS
forControlCharacterAt charIndex: Int) -> NSLayoutManager.ControlCharacterAction
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:341:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:343:43: error: 'NSTextContainer' is unavailable in watchOS
for textContainer: NSTextContainer,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:130:26: error: 'NSLayoutManagerDelegate' is unavailable in watchOS
extension LayoutManager: NSLayoutManagerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:307:36: note: 'NSLayoutManagerDelegate' has been explicitly marked unavailable here
API_UNAVAILABLE(watchos) @protocol NSLayoutManagerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift:49:29: error: 'UIView' is unavailable in watchOS
case view(view: UIView, layoutInTextContainer: (UIView, CGRect) -> Void)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift:49:61: error: 'UIView' is unavailable in watchOS
case view(view: UIView, layoutInTextContainer: (UIView, CGRect) -> Void)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:339:30: error: 'NSTextStorage' is unavailable in watchOS
private let textStorage: NSTextStorage
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:921:33: error: 'UIView' is unavailable in watchOS
public var textContentView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:987:28: error: 'UIScrollView' is unavailable in watchOS
public var scrollView: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1025:48: error: 'UIDragSession' is unavailable in watchOS
public func isDraggingText(of dragSession: UIDragSession) -> Bool {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1102:38: error: 'UITextView' is unavailable in watchOS
private var placeholderTextView: UITextView?
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1489:38: error: 'UIView' is unavailable in watchOS
private var _inputAccessoryView: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1492:45: error: 'UIView' is unavailable in watchOS
public override var inputAccessoryView: UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1504:48: error: 'UIInputViewController' is unavailable in watchOS
private var _inputAccessoryViewController: UIInputViewController?
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1507:55: error: 'UIInputViewController' is unavailable in watchOS
public override var inputAccessoryViewController: UIInputViewController? {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1520:36: error: 'UIView' is unavailable in watchOS
public override var inputView: UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1531:39: error: 'UIInputViewController' is unavailable in watchOS
private var _inputViewController: UIInputViewController?
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1534:46: error: 'UIInputViewController' is unavailable in watchOS
public override var inputViewController: UIInputViewController? {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:338:36: error: 'UIView' is unavailable in watchOS
public final class TextEditorView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1590:44: error: 'NSTextStorage' is unavailable in watchOS
public func textStorage(_ textStorage: NSTextStorage,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1591:60: error: 'NSTextStorage' is unavailable in watchOS
willProcessEditing editedMask: NSTextStorage.EditActions,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1604:44: error: 'NSTextStorage' is unavailable in watchOS
public func textStorage(_ textStorage: NSTextStorage,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1605:59: error: 'NSTextStorage' is unavailable in watchOS
didProcessEditing editedMask: NSTextStorage.EditActions,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1579:27: error: 'NSTextStorageDelegate' is unavailable in watchOS
extension TextEditorView: NSTextStorageDelegate {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:101:36: note: 'NSTextStorageDelegate' has been explicitly marked unavailable here
API_UNAVAILABLE(watchos) @protocol NSTextStorageDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1646:56: error: 'UITextView' is unavailable in watchOS
public func textViewShouldBeginEditing(_ textView: UITextView) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1650:53: error: 'UITextView' is unavailable in watchOS
public func textViewDidBeginEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1656:51: error: 'UITextView' is unavailable in watchOS
public func textViewDidEndEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1675:38: error: 'UITextView' is unavailable in watchOS
public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1719:56: error: 'UITextView' is unavailable in watchOS
public func textViewDidChangeSelection(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1725:47: error: 'UITextView' is unavailable in watchOS
public func textViewDidChange(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1643:27: error: 'UITextViewDelegate' is unavailable in watchOS
extension TextEditorView: UITextViewDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1775:35: error: 'UITextRange' is unavailable in watchOS
forRange range: UITextRange)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1796:19: error: 'UITextView' is unavailable in watchOS
private extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1807:86: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
public func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1849:27: error: 'UITextPasteItem' is unavailable in watchOS
private var item: UITextPasteItem?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:106:11: note: 'UITextPasteItem' has been explicitly marked unavailable here
@protocol UITextPasteItem <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1851:20: error: 'UITextPasteItem' is unavailable in watchOS
init(item: UITextPasteItem) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:106:11: note: 'UITextPasteItem' has been explicitly marked unavailable here
@protocol UITextPasteItem <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1871:86: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
public func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1872:66: error: 'UITextPasteItem' is unavailable in watchOS
transform item: UITextPasteItem)
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:106:11: note: 'UITextPasteItem' has been explicitly marked unavailable here
@protocol UITextPasteItem <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1969:86: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
public func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1971:64: error: 'UITextRange' is unavailable in watchOS
to textRange: UITextRange) -> Bool
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1996:56: error: 'UIView' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1996:65: error: 'UITextDraggable' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:33:11: note: 'UITextDraggable' has been explicitly marked unavailable here
@protocol UITextDraggable <UITextInput>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1997:65: error: 'UIDragSession' is unavailable in watchOS
dragSessionWillBegin session: UIDragSession)
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2003:56: error: 'UIView' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2003:65: error: 'UITextDraggable' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:33:11: note: 'UITextDraggable' has been explicitly marked unavailable here
@protocol UITextDraggable <UITextInput>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2004:62: error: 'UIDragSession' is unavailable in watchOS
dragSessionDidEnd session: UIDragSession,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2005:51: error: 'UIDropOperation' is unavailable in watchOS
with operation: UIDropOperation)
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDropInteraction.h:41:29: note: 'UIDropOperation' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, UIDropOperation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1995:27: error: 'UITextDragDelegate' is unavailable in watchOS
extension TextEditorView: UITextDragDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:56:11: note: 'UITextDragDelegate' has been explicitly marked unavailable here
@protocol UITextDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2013:56: error: 'UIView' is unavailable in watchOS
public func textDroppableView(_ textDroppableView: UIView & UITextDroppable,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2013:65: error: 'UITextDroppable' is unavailable in watchOS
public func textDroppableView(_ textDroppableView: UIView & UITextDroppable,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:22:11: note: 'UITextDroppable' has been explicitly marked unavailable here
@protocol UITextDroppable <UITextInput, UITextPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2014:57: error: 'UITextDropRequest' is unavailable in watchOS
proposalForDrop drop: UITextDropRequest) -> UITextDropProposal
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:130:11: note: 'UITextDropRequest' has been explicitly marked unavailable here
@protocol UITextDropRequest <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2014:79: error: 'UITextDropProposal' is unavailable in watchOS
proposalForDrop drop: UITextDropRequest) -> UITextDropProposal
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropProposal.h:65:12: note: 'UITextDropProposal' has been explicitly marked unavailable here
@interface UITextDropProposal : UIDropProposal <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2012:27: error: 'UITextDropDelegate' is unavailable in watchOS
extension TextEditorView: UITextDropDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:61:11: note: 'UITextDropDelegate' has been explicitly marked unavailable here
@protocol UITextDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:14:40: error: 'UITextAutocapitalizationType' is unavailable in watchOS
public var autocapitalizationType: UITextAutocapitalizationType {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:24:36: error: 'UITextAutocorrectionType' is unavailable in watchOS
public var autocorrectionType: UITextAutocorrectionType {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:34:35: error: 'UITextSpellCheckingType' is unavailable in watchOS
public var spellCheckingType: UITextSpellCheckingType {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:48:28: note: 'UITextSpellCheckingType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSpellCheckingType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:44:16: error: cannot override 'smartQuotesType' which has been marked unavailable
public var smartQuotesType: UITextSmartQuotesType {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:244:44: note: 'smartQuotesType' has been explicitly marked unavailable here
@property(nonatomic) UITextSmartQuotesType smartQuotesType API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos); // default is UITextSmartQuotesTypeDefault;
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:44:33: error: 'UITextSmartQuotesType' is unavailable in watchOS
public var smartQuotesType: UITextSmartQuotesType {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:58:28: note: 'UITextSmartQuotesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartQuotesType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:54:16: error: cannot override 'smartDashesType' which has been marked unavailable
public var smartDashesType: UITextSmartDashesType {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:245:44: note: 'smartDashesType' has been explicitly marked unavailable here
@property(nonatomic) UITextSmartDashesType smartDashesType API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos); // default is UITextSmartDashesTypeDefault;
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:54:33: error: 'UITextSmartDashesType' is unavailable in watchOS
public var smartDashesType: UITextSmartDashesType {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:68:28: note: 'UITextSmartDashesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartDashesType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:64:16: error: cannot override 'smartInsertDeleteType' which has been marked unavailable
public var smartInsertDeleteType: UITextSmartInsertDeleteType {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:246:50: note: 'smartInsertDeleteType' has been explicitly marked unavailable here
@property(nonatomic) UITextSmartInsertDeleteType smartInsertDeleteType API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos); // default is UITextSmartInsertDeleteTypeDefault;
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:64:39: error: 'UITextSmartInsertDeleteType' is unavailable in watchOS
public var smartInsertDeleteType: UITextSmartInsertDeleteType {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:78:28: note: 'UITextSmartInsertDeleteType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartInsertDeleteType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:74:30: error: 'UIKeyboardType' is unavailable in watchOS
public var keyboardType: UIKeyboardType {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:84:36: error: 'UIKeyboardAppearance' is unavailable in watchOS
public var keyboardAppearance: UIKeyboardAppearance {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:94:31: error: 'UIReturnKeyType' is unavailable in watchOS
public var returnKeyType: UIReturnKeyType {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:124:16: error: cannot override 'textContentType' which has been marked unavailable
public var textContentType: UITextContentType! {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:260:62: note: 'textContentType' has been explicitly marked unavailable here
@property(null_unspecified,nonatomic,copy) UITextContentType textContentType API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(watchos); // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:124:33: error: 'UITextContentType' is unavailable in watchOS
public var textContentType: UITextContentType! {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:217:20: note: 'UITextContentType' has been explicitly marked unavailable here
typedef NSString * UITextContentType NS_TYPED_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:135:16: error: cannot override 'passwordRules' which has been marked unavailable
public var passwordRules: UITextInputPasswordRules? {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:267:62: note: 'passwordRules' has been explicitly marked unavailable here
@property(nullable,nonatomic,copy) UITextInputPasswordRules *passwordRules API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:135:31: error: 'UITextInputPasswordRules' is unavailable in watchOS
public var passwordRules: UITextInputPasswordRules? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:220:12: note: 'UITextInputPasswordRules' has been explicitly marked unavailable here
@interface UITextInputPasswordRules : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:12:27: error: 'UITextInputTraits' is unavailable in watchOS
extension TextEditorView: UITextInputTraits {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:237:11: note: 'UITextInputTraits' has been explicitly marked unavailable here
@protocol UITextInputTraits <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:38:35: error: 'UITextRange' is unavailable in watchOS
forRange range: UITextRange)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:64:88: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
optional func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:45:37: error: 'UITextPasteDelegate' is unavailable in watchOS
protocol TextViewTextPasteDelegate: UITextPasteDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:51:11: note: 'UITextPasteDelegate' has been explicitly marked unavailable here
@protocol UITextPasteDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:178:18: error: property does not override any property from its superclass
override var pasteConfiguration: UIPasteConfiguration? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:178:38: error: 'UIPasteConfiguration' is unavailable in watchOS
override var pasteConfiguration: UIPasteConfiguration? {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfiguration.h:16:12: note: 'UIPasteConfiguration' has been explicitly marked unavailable here
@interface UIPasteConfiguration : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:277:33: error: 'UITextInputMode' is unavailable in watchOS
override var textInputMode: UITextInputMode? {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:360:12: note: 'UITextInputMode' has been explicitly marked unavailable here
@interface UITextInputMode : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:330:94: error: 'UITextRange' is unavailable in watchOS
override func setBaseWritingDirection(_ writingDirection: NSWritingDirection, for range: UITextRange) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:338:19: error: method does not override any method from its superclass
override func canPaste(_ itemProviders: [NSItemProvider]) -> Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:397:27: error: 'UITextViewDelegate' is unavailable in watchOS
var textViewDelegate: UITextViewDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:407:28: error: 'UITextViewDelegate' is unavailable in watchOS
override var delegate: UITextViewDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:71:23: error: 'UITextView' is unavailable in watchOS
final class TextView: UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:13:34: error: 'UIScrollViewDelegate' is unavailable in watchOS
weak var scrollViewDelegate: UIScrollViewDelegate?
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:14:32: error: 'UITextViewDelegate' is unavailable in watchOS
weak var textViewDelegate: UITextViewDelegate?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:21:56: error: 'UITextView' is unavailable in watchOS
public func textViewShouldBeginEditing(_ textView: UITextView) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:25:53: error: 'UITextView' is unavailable in watchOS
public func textViewDidBeginEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:29:51: error: 'UITextView' is unavailable in watchOS
public func textViewDidEndEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:33:38: error: 'UITextView' is unavailable in watchOS
public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:37:56: error: 'UITextView' is unavailable in watchOS
public func textViewDidChangeSelection(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:41:47: error: 'UITextView' is unavailable in watchOS
public func textViewDidChange(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:17:38: error: 'UITextViewDelegate' is unavailable in watchOS
extension TextViewDelegateForwarder: UITextViewDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:47:44: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:50:42: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:54:52: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:57:50: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:60:49: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:64:56: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:67:53: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:71:59: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:75:40: error: 'UIScrollView' is unavailable in watchOS
func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:75:57: error: 'UIView' is unavailable in watchOS
func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:78:51: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:78:76: error: 'UIView' is unavailable in watchOS
func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:81:48: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:81:73: error: 'UIView' is unavailable in watchOS
func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:85:52: error: 'UIScrollView' is unavailable in watchOS
func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:89:49: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:93:64: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:93:10: error: cannot override 'scrollViewDidChangeAdjustedContentInset' which has been marked unavailable
func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^
UIKit.UIScrollViewDelegate.scrollViewDidChangeAdjustedContentInset:3:17: note: 'scrollViewDidChangeAdjustedContentInset' has been explicitly marked unavailable here
optional func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:46:38: error: 'UIScrollViewDelegate' is unavailable in watchOS
extension TextViewDelegateForwarder: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UIResponder.swift:12:11: error: 'UIResponder' is unavailable in watchOS
extension UIResponder {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UITextInput.swift:12:11: error: 'UITextInput' is unavailable in watchOS
extension UITextInput {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:115:11: note: 'UITextInput' has been explicitly marked unavailable here
@protocol UITextInput <UIKeyInput>
^
SwiftCompile normal arm64_32 Compiling\ NotificationCenter.swift,\ Scheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NotificationCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Scheduler.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NotificationCenter.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Scheduler.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Configuration.swift,\ EditingContent.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/EditingContent.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Configuration.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/EditingContent.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TextAttributes.swift,\ TextEditorView.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ NSAttributedString.swift,\ NSRange.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSAttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSRange.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSAttributedString.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSRange.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TextViewDelegateForwarder.swift,\ Tracer.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Tracer.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Tracer.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ TwitterTextEditor (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
EmitSwiftModule normal armv7k (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ TwitterTextEditor (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ TwitterTextEditor (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
EmitSwiftModule normal arm64_32 (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
Building workspace spi-builder-workspace with scheme TwitterTextEditor-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
TwitterTextEditor: /Users/admin/builder/spi-builder-workspace
resolved source packages: TwitterTextEditor
{
"dependencies" : [
],
"manifest_display_name" : "TwitterTextEditor",
"name" : "TwitterTextEditor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TwitterTextEditor-Auto",
"targets" : [
"TwitterTextEditor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TwitterTextEditor",
"targets" : [
"TwitterTextEditor"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "TwitterTextEditorTests",
"module_type" : "SwiftTarget",
"name" : "TwitterTextEditorTests",
"path" : "Tests/TwitterTextEditorTests",
"sources" : [
"EditingContentTests.swift",
"NSRangeTests.swift",
"SchedulerTest.swift",
"SequenceTest.swift"
],
"target_dependencies" : [
"TwitterTextEditor"
],
"type" : "test"
},
{
"c99name" : "TwitterTextEditor",
"module_type" : "SwiftTarget",
"name" : "TwitterTextEditor",
"path" : "Sources/TwitterTextEditor",
"product_memberships" : [
"TwitterTextEditor-Auto",
"TwitterTextEditor"
],
"sources" : [
"Configuration.swift",
"EditingContent.swift",
"LayoutManager.swift",
"Logger.swift",
"NSAttributedString.swift",
"NSRange.swift",
"NotificationCenter.swift",
"Scheduler.swift",
"Sequence.swift",
"String.swift",
"TextAttributes.swift",
"TextEditorView.swift",
"TextEditorViewTextInputTraits.swift",
"TextView.swift",
"TextViewDelegateForwarder.swift",
"Tracer.swift",
"UIResponder.swift",
"UITextInput.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"TwitterTextEditor",
"TwitterTextEditor-Auto",
"TwitterTextEditor-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TwitterTextEditor-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 TwitterTextEditor-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
TwitterTextEditor: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'TwitterTextEditor-Auto' in project 'TwitterTextEditor'
➜ Explicit dependency on target 'TwitterTextEditor' in project 'TwitterTextEditor'
Target 'TwitterTextEditor' in project 'TwitterTextEditor'
➜ Explicit dependency on target 'TwitterTextEditor' in project 'TwitterTextEditor'
Target 'TwitterTextEditor' in project 'TwitterTextEditor' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver TwitterTextEditor normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TwitterTextEditor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64_32/TwitterTextEditor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64_32/TwitterTextEditor-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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64_32/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64_32/TwitterTextEditor_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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64_32/TwitterTextEditor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver TwitterTextEditor normal armv7k com.apple.xcode.tools.swift.compiler (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TwitterTextEditor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/armv7k/TwitterTextEditor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/armv7k/TwitterTextEditor-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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/armv7k/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/armv7k/TwitterTextEditor_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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/armv7k/TwitterTextEditor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver TwitterTextEditor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TwitterTextEditor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor-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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor_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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Configuration.swift,\ EditingContent.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/EditingContent.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Configuration.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/EditingContent.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LayoutManager.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Logger.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Logger.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NotificationCenter.swift,\ Scheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NotificationCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Scheduler.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NotificationCenter.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Scheduler.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TextViewDelegateForwarder.swift,\ Tracer.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Tracer.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Tracer.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIResponder.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UIResponder.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UIResponder.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TextAttributes.swift,\ TextEditorView.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NSAttributedString.swift,\ NSRange.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSAttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSRange.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSAttributedString.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSRange.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Sequence.swift,\ String.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/String.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Sequence.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/String.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TextEditorViewTextInputTraits.swift,\ TextView.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ TwitterTextEditor (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/EditingContent.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSAttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NSRange.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/NotificationCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Scheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/String.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/Tracer.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UIResponder.swift /Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UITextInput.swift -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.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/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name TwitterTextEditor -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TwitterTextEditor.build/Debug-watchos/TwitterTextEditor.build/Objects-normal/arm64/TwitterTextEditor.abi.json
EmitSwiftModule normal arm64 (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:42:28: error: 'NSLayoutManagerDelegate' is unavailable in watchOS
override var delegate: NSLayoutManagerDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:307:36: note: 'NSLayoutManagerDelegate' has been explicitly marked unavailable here
API_UNAVAILABLE(watchos) @protocol NSLayoutManagerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:12:28: error: 'NSLayoutManager' is unavailable in watchOS
final class LayoutManager: NSLayoutManager {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:135:45: error: 'NSLayoutManager' is unavailable in watchOS
var properties: UnsafeBufferPointer<NSLayoutManager.GlyphProperty>
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:139:40: error: 'NSLayoutManager' is unavailable in watchOS
properties: UnsafePointer<NSLayoutManager.GlyphProperty>,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:154:27: error: 'NSLayoutManager' is unavailable in watchOS
var property: NSLayoutManager.GlyphProperty
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:159:39: error: 'NSLayoutManager' is unavailable in watchOS
private(set) var properties: [NSLayoutManager.GlyphProperty]
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:178:52: error: 'NSLayoutManager' is unavailable in watchOS
let properties: UnsafeMutableBufferPointer<NSLayoutManager.GlyphProperty>
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:202:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:204:56: error: 'NSLayoutManager' is unavailable in watchOS
properties props: UnsafePointer<NSLayoutManager.GlyphProperty>,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:263:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:264:60: error: 'NSTextContainer' is unavailable in watchOS
didCompleteLayoutFor textContainer: NSTextContainer?,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:323:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:324:42: error: 'NSLayoutManager' is unavailable in watchOS
shouldUse action: NSLayoutManager.ControlCharacterAction,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:325:65: error: 'NSLayoutManager' is unavailable in watchOS
forControlCharacterAt charIndex: Int) -> NSLayoutManager.ControlCharacterAction
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:341:41: error: 'NSLayoutManager' is unavailable in watchOS
func layoutManager(_ layoutManager: NSLayoutManager,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:55:12: note: 'NSLayoutManager' has been explicitly marked unavailable here
@interface NSLayoutManager : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:343:43: error: 'NSTextContainer' is unavailable in watchOS
for textContainer: NSTextContainer,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/LayoutManager.swift:130:26: error: 'NSLayoutManagerDelegate' is unavailable in watchOS
extension LayoutManager: NSLayoutManagerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h:307:36: note: 'NSLayoutManagerDelegate' has been explicitly marked unavailable here
API_UNAVAILABLE(watchos) @protocol NSLayoutManagerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift:49:29: error: 'UIView' is unavailable in watchOS
case view(view: UIView, layoutInTextContainer: (UIView, CGRect) -> Void)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextAttributes.swift:49:61: error: 'UIView' is unavailable in watchOS
case view(view: UIView, layoutInTextContainer: (UIView, CGRect) -> Void)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:339:30: error: 'NSTextStorage' is unavailable in watchOS
private let textStorage: NSTextStorage
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:921:33: error: 'UIView' is unavailable in watchOS
public var textContentView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:987:28: error: 'UIScrollView' is unavailable in watchOS
public var scrollView: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1025:48: error: 'UIDragSession' is unavailable in watchOS
public func isDraggingText(of dragSession: UIDragSession) -> Bool {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1102:38: error: 'UITextView' is unavailable in watchOS
private var placeholderTextView: UITextView?
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1489:38: error: 'UIView' is unavailable in watchOS
private var _inputAccessoryView: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1492:45: error: 'UIView' is unavailable in watchOS
public override var inputAccessoryView: UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1504:48: error: 'UIInputViewController' is unavailable in watchOS
private var _inputAccessoryViewController: UIInputViewController?
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1507:55: error: 'UIInputViewController' is unavailable in watchOS
public override var inputAccessoryViewController: UIInputViewController? {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1520:36: error: 'UIView' is unavailable in watchOS
public override var inputView: UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1531:39: error: 'UIInputViewController' is unavailable in watchOS
private var _inputViewController: UIInputViewController?
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1534:46: error: 'UIInputViewController' is unavailable in watchOS
public override var inputViewController: UIInputViewController? {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h:43:12: note: 'UIInputViewController' has been explicitly marked unavailable here
@interface UIInputViewController : UIViewController <UITextInputDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:338:36: error: 'UIView' is unavailable in watchOS
public final class TextEditorView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1590:44: error: 'NSTextStorage' is unavailable in watchOS
public func textStorage(_ textStorage: NSTextStorage,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1591:60: error: 'NSTextStorage' is unavailable in watchOS
willProcessEditing editedMask: NSTextStorage.EditActions,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1604:44: error: 'NSTextStorage' is unavailable in watchOS
public func textStorage(_ textStorage: NSTextStorage,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1605:59: error: 'NSTextStorage' is unavailable in watchOS
didProcessEditing editedMask: NSTextStorage.EditActions,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:41:12: note: 'NSTextStorage' has been explicitly marked unavailable here
@interface NSTextStorage : NSMutableAttributedString <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1579:27: error: 'NSTextStorageDelegate' is unavailable in watchOS
extension TextEditorView: NSTextStorageDelegate {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h:101:36: note: 'NSTextStorageDelegate' has been explicitly marked unavailable here
API_UNAVAILABLE(watchos) @protocol NSTextStorageDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1646:56: error: 'UITextView' is unavailable in watchOS
public func textViewShouldBeginEditing(_ textView: UITextView) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1650:53: error: 'UITextView' is unavailable in watchOS
public func textViewDidBeginEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1656:51: error: 'UITextView' is unavailable in watchOS
public func textViewDidEndEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1675:38: error: 'UITextView' is unavailable in watchOS
public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1719:56: error: 'UITextView' is unavailable in watchOS
public func textViewDidChangeSelection(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1725:47: error: 'UITextView' is unavailable in watchOS
public func textViewDidChange(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1643:27: error: 'UITextViewDelegate' is unavailable in watchOS
extension TextEditorView: UITextViewDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1775:35: error: 'UITextRange' is unavailable in watchOS
forRange range: UITextRange)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1796:19: error: 'UITextView' is unavailable in watchOS
private extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1807:86: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
public func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1849:27: error: 'UITextPasteItem' is unavailable in watchOS
private var item: UITextPasteItem?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:106:11: note: 'UITextPasteItem' has been explicitly marked unavailable here
@protocol UITextPasteItem <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1851:20: error: 'UITextPasteItem' is unavailable in watchOS
init(item: UITextPasteItem) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:106:11: note: 'UITextPasteItem' has been explicitly marked unavailable here
@protocol UITextPasteItem <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1871:86: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
public func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1872:66: error: 'UITextPasteItem' is unavailable in watchOS
transform item: UITextPasteItem)
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:106:11: note: 'UITextPasteItem' has been explicitly marked unavailable here
@protocol UITextPasteItem <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1969:86: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
public func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1971:64: error: 'UITextRange' is unavailable in watchOS
to textRange: UITextRange) -> Bool
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1996:56: error: 'UIView' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1996:65: error: 'UITextDraggable' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:33:11: note: 'UITextDraggable' has been explicitly marked unavailable here
@protocol UITextDraggable <UITextInput>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1997:65: error: 'UIDragSession' is unavailable in watchOS
dragSessionWillBegin session: UIDragSession)
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2003:56: error: 'UIView' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2003:65: error: 'UITextDraggable' is unavailable in watchOS
public func textDraggableView(_ textDraggableView: UIView & UITextDraggable,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:33:11: note: 'UITextDraggable' has been explicitly marked unavailable here
@protocol UITextDraggable <UITextInput>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2004:62: error: 'UIDragSession' is unavailable in watchOS
dragSessionDidEnd session: UIDragSession,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2005:51: error: 'UIDropOperation' is unavailable in watchOS
with operation: UIDropOperation)
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDropInteraction.h:41:29: note: 'UIDropOperation' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, UIDropOperation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:1995:27: error: 'UITextDragDelegate' is unavailable in watchOS
extension TextEditorView: UITextDragDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h:56:11: note: 'UITextDragDelegate' has been explicitly marked unavailable here
@protocol UITextDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2013:56: error: 'UIView' is unavailable in watchOS
public func textDroppableView(_ textDroppableView: UIView & UITextDroppable,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2013:65: error: 'UITextDroppable' is unavailable in watchOS
public func textDroppableView(_ textDroppableView: UIView & UITextDroppable,
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:22:11: note: 'UITextDroppable' has been explicitly marked unavailable here
@protocol UITextDroppable <UITextInput, UITextPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2014:57: error: 'UITextDropRequest' is unavailable in watchOS
proposalForDrop drop: UITextDropRequest) -> UITextDropProposal
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:130:11: note: 'UITextDropRequest' has been explicitly marked unavailable here
@protocol UITextDropRequest <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2014:79: error: 'UITextDropProposal' is unavailable in watchOS
proposalForDrop drop: UITextDropRequest) -> UITextDropProposal
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropProposal.h:65:12: note: 'UITextDropProposal' has been explicitly marked unavailable here
@interface UITextDropProposal : UIDropProposal <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorView.swift:2012:27: error: 'UITextDropDelegate' is unavailable in watchOS
extension TextEditorView: UITextDropDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h:61:11: note: 'UITextDropDelegate' has been explicitly marked unavailable here
@protocol UITextDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:14:40: error: 'UITextAutocapitalizationType' is unavailable in watchOS
public var autocapitalizationType: UITextAutocapitalizationType {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:24:36: error: 'UITextAutocorrectionType' is unavailable in watchOS
public var autocorrectionType: UITextAutocorrectionType {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:34:35: error: 'UITextSpellCheckingType' is unavailable in watchOS
public var spellCheckingType: UITextSpellCheckingType {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:48:28: note: 'UITextSpellCheckingType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSpellCheckingType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:44:16: error: cannot override 'smartQuotesType' which has been marked unavailable
public var smartQuotesType: UITextSmartQuotesType {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:244:44: note: 'smartQuotesType' has been explicitly marked unavailable here
@property(nonatomic) UITextSmartQuotesType smartQuotesType API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos); // default is UITextSmartQuotesTypeDefault;
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:44:33: error: 'UITextSmartQuotesType' is unavailable in watchOS
public var smartQuotesType: UITextSmartQuotesType {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:58:28: note: 'UITextSmartQuotesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartQuotesType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:54:16: error: cannot override 'smartDashesType' which has been marked unavailable
public var smartDashesType: UITextSmartDashesType {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:245:44: note: 'smartDashesType' has been explicitly marked unavailable here
@property(nonatomic) UITextSmartDashesType smartDashesType API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos); // default is UITextSmartDashesTypeDefault;
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:54:33: error: 'UITextSmartDashesType' is unavailable in watchOS
public var smartDashesType: UITextSmartDashesType {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:68:28: note: 'UITextSmartDashesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartDashesType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:64:16: error: cannot override 'smartInsertDeleteType' which has been marked unavailable
public var smartInsertDeleteType: UITextSmartInsertDeleteType {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:246:50: note: 'smartInsertDeleteType' has been explicitly marked unavailable here
@property(nonatomic) UITextSmartInsertDeleteType smartInsertDeleteType API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos); // default is UITextSmartInsertDeleteTypeDefault;
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:64:39: error: 'UITextSmartInsertDeleteType' is unavailable in watchOS
public var smartInsertDeleteType: UITextSmartInsertDeleteType {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:78:28: note: 'UITextSmartInsertDeleteType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartInsertDeleteType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:74:30: error: 'UIKeyboardType' is unavailable in watchOS
public var keyboardType: UIKeyboardType {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:84:36: error: 'UIKeyboardAppearance' is unavailable in watchOS
public var keyboardAppearance: UIKeyboardAppearance {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:94:31: error: 'UIReturnKeyType' is unavailable in watchOS
public var returnKeyType: UIReturnKeyType {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:124:16: error: cannot override 'textContentType' which has been marked unavailable
public var textContentType: UITextContentType! {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:260:62: note: 'textContentType' has been explicitly marked unavailable here
@property(null_unspecified,nonatomic,copy) UITextContentType textContentType API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(watchos); // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:124:33: error: 'UITextContentType' is unavailable in watchOS
public var textContentType: UITextContentType! {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:217:20: note: 'UITextContentType' has been explicitly marked unavailable here
typedef NSString * UITextContentType NS_TYPED_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:135:16: error: cannot override 'passwordRules' which has been marked unavailable
public var passwordRules: UITextInputPasswordRules? {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:267:62: note: 'passwordRules' has been explicitly marked unavailable here
@property(nullable,nonatomic,copy) UITextInputPasswordRules *passwordRules API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // default is nil
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:135:31: error: 'UITextInputPasswordRules' is unavailable in watchOS
public var passwordRules: UITextInputPasswordRules? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:220:12: note: 'UITextInputPasswordRules' has been explicitly marked unavailable here
@interface UITextInputPasswordRules : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextEditorViewTextInputTraits.swift:12:27: error: 'UITextInputTraits' is unavailable in watchOS
extension TextEditorView: UITextInputTraits {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:237:11: note: 'UITextInputTraits' has been explicitly marked unavailable here
@protocol UITextInputTraits <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:38:35: error: 'UITextRange' is unavailable in watchOS
forRange range: UITextRange)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:64:88: error: 'UITextPasteConfigurationSupporting' is unavailable in watchOS
optional func textPasteConfigurationSupporting(_ textPasteConfigurationSupporting: UITextPasteConfigurationSupporting,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h:18:11: note: 'UITextPasteConfigurationSupporting' has been explicitly marked unavailable here
@protocol UITextPasteConfigurationSupporting <UIPasteConfigurationSupporting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:45:37: error: 'UITextPasteDelegate' is unavailable in watchOS
protocol TextViewTextPasteDelegate: UITextPasteDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h:51:11: note: 'UITextPasteDelegate' has been explicitly marked unavailable here
@protocol UITextPasteDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:178:18: error: property does not override any property from its superclass
override var pasteConfiguration: UIPasteConfiguration? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:178:38: error: 'UIPasteConfiguration' is unavailable in watchOS
override var pasteConfiguration: UIPasteConfiguration? {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfiguration.h:16:12: note: 'UIPasteConfiguration' has been explicitly marked unavailable here
@interface UIPasteConfiguration : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:277:33: error: 'UITextInputMode' is unavailable in watchOS
override var textInputMode: UITextInputMode? {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:360:12: note: 'UITextInputMode' has been explicitly marked unavailable here
@interface UITextInputMode : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:330:94: error: 'UITextRange' is unavailable in watchOS
override func setBaseWritingDirection(_ writingDirection: NSWritingDirection, for range: UITextRange) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:293:12: note: 'UITextRange' has been explicitly marked unavailable here
@interface UITextRange : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:338:19: error: method does not override any method from its superclass
override func canPaste(_ itemProviders: [NSItemProvider]) -> Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:397:27: error: 'UITextViewDelegate' is unavailable in watchOS
var textViewDelegate: UITextViewDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:407:28: error: 'UITextViewDelegate' is unavailable in watchOS
override var delegate: UITextViewDelegate? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextView.swift:71:23: error: 'UITextView' is unavailable in watchOS
final class TextView: UITextView {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:13:34: error: 'UIScrollViewDelegate' is unavailable in watchOS
weak var scrollViewDelegate: UIScrollViewDelegate?
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:14:32: error: 'UITextViewDelegate' is unavailable in watchOS
weak var textViewDelegate: UITextViewDelegate?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:21:56: error: 'UITextView' is unavailable in watchOS
public func textViewShouldBeginEditing(_ textView: UITextView) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:25:53: error: 'UITextView' is unavailable in watchOS
public func textViewDidBeginEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:29:51: error: 'UITextView' is unavailable in watchOS
public func textViewDidEndEditing(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:33:38: error: 'UITextView' is unavailable in watchOS
public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:37:56: error: 'UITextView' is unavailable in watchOS
public func textViewDidChangeSelection(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:41:47: error: 'UITextView' is unavailable in watchOS
public func textViewDidChange(_ textView: UITextView) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:17:38: error: 'UITextViewDelegate' is unavailable in watchOS
extension TextViewDelegateForwarder: UITextViewDelegate {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:47:44: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:50:42: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:54:52: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:57:50: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:60:49: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:64:56: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:67:53: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:71:59: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:75:40: error: 'UIScrollView' is unavailable in watchOS
func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:75:57: error: 'UIView' is unavailable in watchOS
func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:78:51: error: 'UIScrollView' is unavailable in watchOS
func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:78:76: error: 'UIView' is unavailable in watchOS
func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:81:48: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:81:73: error: 'UIView' is unavailable in watchOS
func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:85:52: error: 'UIScrollView' is unavailable in watchOS
func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:89:49: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:93:64: error: 'UIScrollView' is unavailable in watchOS
func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:93:10: error: cannot override 'scrollViewDidChangeAdjustedContentInset' which has been marked unavailable
func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^
UIKit.UIScrollViewDelegate.scrollViewDidChangeAdjustedContentInset:3:17: note: 'scrollViewDidChangeAdjustedContentInset' has been explicitly marked unavailable here
optional func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/TextViewDelegateForwarder.swift:46:38: error: 'UIScrollViewDelegate' is unavailable in watchOS
extension TextViewDelegateForwarder: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UIResponder.swift:12:11: error: 'UIResponder' is unavailable in watchOS
extension UIResponder {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/Sources/TwitterTextEditor/UITextInput.swift:12:11: error: 'UITextInput' is unavailable in watchOS
extension UITextInput {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:115:11: note: 'UITextInput' has been explicitly marked unavailable here
@protocol UITextInput <UIKeyInput>
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ TwitterTextEditor (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ TwitterTextEditor (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
EmitSwiftModule normal arm64 (in target 'TwitterTextEditor' from project 'TwitterTextEditor')
Building workspace spi-builder-workspace with scheme TwitterTextEditor-Package
(3 failures)
BUILD FAILURE 6.2 watchOS