The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build WordPress-AztecEditor-iOS, reference 1.20.0 (f20f41), with Swift 6.0 for watchOS using Xcode 16.2 on 5 Feb 2025 06:10:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WordPress-AztecEditor-iOS-Package -destination generic/platform=watchOS

Build Log

/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:7:30: error: cannot find type 'UITextView' in scope
    public let htmlTextView: UITextView
                             ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:73:18: error: value of type 'EditorView' has no member 'endEditing'
            self.endEditing(true)
            ~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:88:30: error: value of type 'TextView' has no member 'becomeFirstResponder'
                richTextView.becomeFirstResponder()
                ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:168:28: error: cannot find type 'UITextView' in scope
    public var activeView: UITextView {
                           ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:6:26: error: cannot find type 'UIView' in scope
public class EditorView: UIView {
                         ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:182:26: error: method does not override any method from its superclass
    override public func becomeFirstResponder() -> Bool {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:189:23: error: cannot find type 'UITextInput' in scope
extension EditorView: UITextInput {
                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:191:32: error: cannot find type 'UITextRange' in scope
    public func text(in range: UITextRange) -> String? {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:195:34: error: cannot find type 'UITextRange' in scope
    public func replace(_ range: UITextRange, withText text: String) {
                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:199:33: error: cannot find type 'UITextRange' in scope
    public var markedTextRange: UITextRange? {
                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:221:37: error: cannot find type 'UITextPosition' in scope
    public var beginningOfDocument: UITextPosition {
                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:225:31: error: cannot find type 'UITextPosition' in scope
    public var endOfDocument: UITextPosition {
                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:229:96: error: cannot find type 'UITextRange' in scope
    public func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange? {
                                                                                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:229:46: error: cannot find type 'UITextPosition' in scope
    public func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange? {
                                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:229:77: error: cannot find type 'UITextPosition' in scope
    public func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange? {
                                                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:233:73: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, offset: Int) -> UITextPosition? {
                                                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:233:41: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, offset: Int) -> UITextPosition? {
                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:237:110: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, in direction: UITextLayoutDirection, offset: Int) -> UITextPosition? {
                                                                                                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:237:41: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, in direction: UITextLayoutDirection, offset: Int) -> UITextPosition? {
                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:237:71: error: cannot find type 'UITextLayoutDirection' in scope
    public func position(from position: UITextPosition, in direction: UITextLayoutDirection, offset: Int) -> UITextPosition? {
                                                                      ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:241:37: error: cannot find type 'UITextPosition' in scope
    public func compare(_ position: UITextPosition, to other: UITextPosition) -> ComparisonResult {
                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:241:63: error: cannot find type 'UITextPosition' in scope
    public func compare(_ position: UITextPosition, to other: UITextPosition) -> ComparisonResult {
                                                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:245:30: error: cannot find type 'UITextPosition' in scope
    public func offset(from: UITextPosition, to toPosition: UITextPosition) -> Int {
                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:245:61: error: cannot find type 'UITextPosition' in scope
    public func offset(from: UITextPosition, to toPosition: UITextPosition) -> Int {
                                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:249:31: error: cannot find type 'UITextInputDelegate' in scope
    public var inputDelegate: UITextInputDelegate? {
                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:259:27: error: cannot find type 'UITextInputTokenizer' in scope
    public var tokenizer: UITextInputTokenizer {
                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:263:101: error: cannot find type 'UITextPosition' in scope
    public func position(within range: UITextRange, farthestIn direction: UITextLayoutDirection) -> UITextPosition? {
                                                                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:263:40: error: cannot find type 'UITextRange' in scope
    public func position(within range: UITextRange, farthestIn direction: UITextLayoutDirection) -> UITextPosition? {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:263:75: error: cannot find type 'UITextLayoutDirection' in scope
    public func position(within range: UITextRange, farthestIn direction: UITextLayoutDirection) -> UITextPosition? {
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:267:110: error: cannot find type 'UITextRange' in scope
    public func characterRange(byExtending position: UITextPosition, in direction: UITextLayoutDirection) -> UITextRange? {
                                                                                                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:267:54: error: cannot find type 'UITextPosition' in scope
    public func characterRange(byExtending position: UITextPosition, in direction: UITextLayoutDirection) -> UITextRange? {
                                                     ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:267:84: error: cannot find type 'UITextLayoutDirection' in scope
    public func characterRange(byExtending position: UITextPosition, in direction: UITextLayoutDirection) -> UITextRange? {
                                                                                   ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:271:52: error: cannot find type 'UITextPosition' in scope
    public func baseWritingDirection(for position: UITextPosition, in direction: UITextStorageDirection) -> NSWritingDirection {
                                                   ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:271:82: error: cannot find type 'UITextStorageDirection' in scope
    public func baseWritingDirection(for position: UITextPosition, in direction: UITextStorageDirection) -> NSWritingDirection {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:275:92: error: cannot find type 'UITextRange' in scope
    public func setBaseWritingDirection(_ writingDirection: NSWritingDirection, for range: UITextRange) {
                                                                                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:279:38: error: cannot find type 'UITextRange' in scope
    public func firstRect(for range: UITextRange) -> CGRect {
                                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:283:41: error: cannot find type 'UITextPosition' in scope
    public func caretRect(for position: UITextPosition) -> CGRect {
                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:287:60: error: cannot find type 'UITextSelectionRect' in scope
    public func selectionRects(for range: UITextRange) -> [UITextSelectionRect] {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:287:43: error: cannot find type 'UITextRange' in scope
    public func selectionRects(for range: UITextRange) -> [UITextSelectionRect] {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:291:55: error: cannot find type 'UITextPosition' in scope
    public func closestPosition(to point: CGPoint) -> UITextPosition? {
                                                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:295:82: error: cannot find type 'UITextPosition' in scope
    public func closestPosition(to point: CGPoint, within range: UITextRange) -> UITextPosition? {
                                                                                 ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:295:66: error: cannot find type 'UITextRange' in scope
    public func closestPosition(to point: CGPoint, within range: UITextRange) -> UITextPosition? {
                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:299:54: error: cannot find type 'UITextRange' in scope
    public func characterRange(at point: CGPoint) -> UITextRange? {
                                                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:315:35: error: cannot find type 'UITextRange' in scope
    public var selectedTextRange: UITextRange? {
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Archive.swift:8:32: error: cannot find 'UIPasteboard' in scope
    static let pasteboardUTI = UIPasteboard.UTType(identifier: "com.wordpress.aztec.attributedString")
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift:6:11: error: cannot find type 'NSLayoutManager' in scope
extension NSLayoutManager {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:1: note: interface 'NSLayoutManager' forward declared here
@class NSLayoutManager;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift:8:11: error: cannot find type 'UIPasteboard' in scope
extension UIPasteboard {
          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift:101:19: error: cannot find type 'UIPasteboard' in scope
private extension UIPasteboard {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIStackView+Helpers.swift:7:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Delegate.swift:4:11: error: cannot find type 'UITextView' in scope
extension UITextView {
          ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Undoable.swift:4:11: error: cannot find type 'UITextView' in scope
extension UITextView {
          ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:18:36: error: cannot find type 'UIButton' in scope
    open var leadingItemHandler: ((UIButton) -> Void)? = nil
                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:22:37: error: cannot find type 'UIButton' in scope
    open var trailingItemHandler: ((UIButton) -> Void)? = nil
                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:26:34: error: cannot find 'UIScrollView' in scope
    fileprivate let scrollView = UIScrollView()
                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:31:43: error: cannot find 'UIStackView' in scope
    fileprivate let scrollableStackView = UIStackView()
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:36:34: error: cannot find 'UIView' in scope
    fileprivate let topDivider = UIView()
                                 ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:37:37: error: cannot find 'UIView' in scope
    fileprivate let bottomDivider = UIView()
                                    ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:43:29: error: cannot find type 'UIButton' in scope
    public var leadingItem: UIButton? = nil {
                            ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:57:90: error: cannot infer contextual base in reference to member 'touchUpInside'
                item.addTarget(self, action: #selector(handleLeadingButtonAction), for: .touchUpInside)
                                                                                        ~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:58:82: error: cannot infer contextual base in reference to member 'touchDown'
                item.addTarget(self, action: #selector(handleButtonTouch), for: .touchDown)
                                                                                ~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:70:30: error: cannot find type 'UIButton' in scope
    public var trailingItem: UIButton? = nil {
                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:92:45: error: cannot find 'UIStackView' in scope
    fileprivate var trailingItemContainer = UIStackView()
                                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:81:91: error: cannot infer contextual base in reference to member 'touchUpInside'
                item.addTarget(self, action: #selector(handleTrailingButtonAction), for: .touchUpInside)
                                                                                         ~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:82:82: error: cannot infer contextual base in reference to member 'touchDown'
                item.addTarget(self, action: #selector(handleButtonTouch), for: .touchDown)
                                                                                ~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:113:14: error: value of type 'FormatBarItem' has no member 'accessibilityLabel'
        item.accessibilityLabel = NSLocalizedString("More", comment: "Accessibility label for the More button on formatting toolbar.")
        ~~~~ ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:147:28: error: cannot find type 'UIView' in scope
    private var dividers: [UIView] {
                           ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:197:23: error: property does not override any property from its superclass
    override open var tintColor: UIColor? {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:262:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:267:23: error: property does not override any property from its superclass
    open override var frame: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:287:34: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
    private var layoutDirection: UIUserInterfaceLayoutDirection {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:293:39: error: cannot find type 'NSLayoutConstraint' in scope
    fileprivate var heightConstraint: NSLayoutConstraint? = nil
                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:297:49: error: cannot find type 'NSLayoutConstraint' in scope
    var overflowToggleItemRTLLeadingConstraint: NSLayoutConstraint?
                                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:327:24: error: method does not override any method from its superclass
    open override func didMoveToWindow() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:333:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:344:76: error: cannot find type 'UITraitCollection' in scope
    override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:344:24: error: method does not override any method from its superclass
    override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:351:24: error: method does not override any method from its superclass
    open override func safeAreaInsetsDidChange() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:360:52: error: cannot find type 'NSLayoutConstraint' in scope
    open override func addConstraint(_ constraint: NSLayoutConstraint) {
                                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:360:24: error: method does not override any method from its superclass
    open override func addConstraint(_ constraint: NSLayoutConstraint) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:368:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:497:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleButtonTouch(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:497:48: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleButtonTouch(_ sender: FormatBarItem) {
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:501:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:501:49: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleButtonAction(_ sender: FormatBarItem) {
                                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:505:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleLeadingButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:505:56: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleLeadingButtonAction(_ sender: FormatBarItem) {
                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:509:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleTrailingButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:509:57: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleTrailingButtonAction(_ sender: FormatBarItem) {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:513:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleToggleButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:513:55: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleToggleButtonAction(_ sender: FormatBarItem) {
                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:6:23: error: cannot find type 'UIView' in scope
open class FormatBar: UIView {
                      ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:629:28: error: cannot find type 'UIButton' in scope
    func configure(items: [UIButton]) {
                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:638:26: error: cannot find type 'UIButton' in scope
    func configure(item: UIButton) {
                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:669:32: error: cannot find type 'UIScrollView' in scope
    func configure(scrollView: UIScrollView) {
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:859:22: error: cannot find type 'UIScrollViewDelegate' in scope
extension FormatBar: UIScrollViewDelegate {
                     ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:860:51: error: cannot find type 'UIScrollView' in scope
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:920:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:53:23: error: property does not override any property from its superclass
    open override var isEnabled: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:62:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:71:23: error: property does not override any property from its superclass
    open override var isSelected: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:109:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:7:27: error: cannot find type 'UIButton' in scope
open class FormatBarItem: UIButton {
                          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:151:29: error: cannot find type 'UIView' in scope
class FormatBarDividerItem: UIView {
                            ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:163:18: error: property does not override any property from its superclass
    override var layoutMargins: UIEdgeInsets {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:166:17: error: cannot find 'invalidateIntrinsicContentSize' in scope
                invalidateIntrinsicContentSize()
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:167:17: error: cannot find 'setNeedsLayout' in scope
                setNeedsLayout()
                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:172:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ColorProvider.swift:50:21: error: type 'UIColor' has no member 'secondarySystemBackground'
            return .secondarySystemBackground
                   ~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:55:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:55:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:65:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:65:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:88:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:88:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:98:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:98:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:36:21: error: initializer does not override a designated initializer from its superclass
    public override init() {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:68:23: error: property does not override any property from its superclass
    override open var string: String {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:79:24: error: method does not override any method from its superclass
    override open func attributes(at location: Int, effectiveRange range: NSRangePointer?) -> [NSAttributedString.Key : Any] {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:87:24: error: method does not override any method from its superclass
    override open func setAttributes(_ attrs: [NSAttributedString.Key : Any]?, range: NSRange) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:96:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with str: String) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:108:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with attrString: NSAttributedString) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:7:25: error: cannot find type 'NSTextStorage' in scope
open class HTMLStorage: NSTextStorage {
                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:8:22: error: cannot find type 'NSLayoutManager' in scope
class LayoutManager: NSLayoutManager {
                     ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:1: note: interface 'NSLayoutManager' forward declared here
@class NSLayoutManager;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:12:43: error: type 'UIColor' has no member 'systemGray'
    var blockquoteBorderColors = [UIColor.systemGray]
                                  ~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:33:19: error: method does not override any method from its superclass
    override func drawBackground(forGlyphRange glyphsToShow: NSRange, at origin: CGPoint) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:365:19: error: method does not override any method from its superclass
    override func underlineGlyphRange(_ glyphRange: NSRange, underlineType underlineVal: NSUnderlineStyle, lineFragmentRect lineRect: CGRect, lineFragmentGlyphRange lineGlyphRange: NSRange, containerOrigin: CGPoint) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:17:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:17:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:46:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:46:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:284:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:284:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:305:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:305:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:519:50: error: cannot find type 'NSTextContainer' in scope
    func ensureImageIsUpToDate(in textContainer: NSTextContainer?) {
                                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:535:48: error: cannot find type 'NSTextContainer' in scope
    private func updateImage(in textContainer: NSTextContainer?) {
                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:561:53: error: cannot find type 'NSTextContainer' in scope
    private func invalidateLayout(in textContainer: NSTextContainer?) {
                                                    ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:113:23: error: property does not override any property from its superclass
    override open var string: String {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:305:24: error: method does not override any method from its superclass
    override open func attributes(at location: Int, effectiveRange range: NSRangePointer?) -> [NSAttributedString.Key : Any] {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:321:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with str: String) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:335:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with attrString: NSAttributedString) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:353:24: error: method does not override any method from its superclass
    override open func setAttributes(_ attrs: [NSAttributedString.Key: Any]?, range: NSRange) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:80:25: error: cannot find type 'NSTextStorage' in scope
open class TextStorage: NSTextStorage {
                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:470:55: error: cannot find type 'UITapGestureRecognizer' in scope
    fileprivate lazy var attachmentGestureRecognizer: UITapGestureRecognizer = { [unowned self] in
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:535:47: error: cannot find type 'UIKeyCommand' in scope
    public lazy var carriageReturnKeyCommand: UIKeyCommand = {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:539:36: error: cannot find type 'UIKeyCommand' in scope
    public lazy var tabKeyCommand: UIKeyCommand = {
                                   ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:543:41: error: cannot find type 'UIKeyCommand' in scope
    public lazy var shiftTabKeyCommand: UIKeyCommand = {
                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:178:21: error: cannot find type 'UIPasteboard' in scope
    var pasteboard: UIPasteboard = UIPasteboard.general
                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:190:44: error: cannot find type 'UIInputViewController' in scope
    private var customInputViewController: UIInputViewController?
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:192:44: error: cannot find type 'UIInputViewController' in scope
    open override var inputViewController: UIInputViewController? {
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:192:23: error: property does not override any property from its superclass
    open override var inputViewController: UIInputViewController? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:247:13: error: cannot find 'textStorage' in scope
            textStorage.replace(font: oldValue, with: defaultFont)
            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:267:28: error: type 'UIColor' has no member 'label'
            return UIColor.label
                   ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:273:23: error: property does not override any property from its superclass
    open override var textColor: UIColor? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:332:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:332:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:369:23: error: property does not override any property from its superclass
    override open var typingAttributes: [NSAttributedString.Key: Any] {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:382:23: error: property does not override any property from its superclass
    override open var textAlignment: NSTextAlignment {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:498:24: error: method does not override any method from its superclass
    open override func cut(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:507:24: error: method does not override any method from its superclass
    open override func copy(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:519:24: error: method does not override any method from its superclass
    open override func paste(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:547:37: error: cannot find type 'UIKeyCommand' in scope
    override open var keyCommands: [UIKeyCommand]? {
                                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:547:23: error: property does not override any property from its superclass
    override open var keyCommands: [UIKeyCommand]? {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:560:42: error: cannot find type 'UIKeyCommand' in scope
    @objc func handleShiftEnter(command: UIKeyCommand) {
                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:564:40: error: cannot find type 'UIKeyCommand' in scope
    @objc func handleShiftTab(command: UIKeyCommand) {
                                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:568:35: error: cannot find type 'UIKeyCommand' in scope
    @objc func handleTab(command: UIKeyCommand) {
                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:684:24: error: method does not override any method from its superclass
    open override func insertText(_ text: String) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:728:24: error: method does not override any method from its superclass
    open override func deleteBackward() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:754:24: error: method does not override any method from its superclass
    open override func didMoveToWindow() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:761:48: error: cannot find type 'UITextPosition' in scope
    open override func caretRect(for position: UITextPosition) -> CGRect {
                                               ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:761:24: error: method does not override any method from its superclass
    open override func caretRect(for position: UITextPosition) -> CGRect {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:935:24: error: method does not override any method from its superclass
    open override func toggleBoldface(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:944:24: error: method does not override any method from its superclass
    open override func toggleItalics(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:953:24: error: method does not override any method from its superclass
    open override func toggleUnderline(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:1343:42: error: cannot find type 'UITextRange' in scope
    open override var selectedTextRange: UITextRange? {
                                         ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:1343:23: error: property does not override any property from its superclass
    open override var selectedTextRange: UITextRange? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:154:22: error: cannot find type 'UITextView' in scope
open class TextView: UITextView {
                     ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2179:60: error: cannot find type 'UIGestureRecognizerDelegate' in scope
@objc class AttachmentGestureRecognizerDelegate: NSObject, UIGestureRecognizerDelegate {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2188:49: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2188:128: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                                                                               ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2192:49: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
                                                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2192:91: error: cannot find type 'UITouch' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
                                                                                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2209:60: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2225:53: error: cannot find type 'UIGestureRecognizer' in scope
    @objc func richTextViewWasPressed(_ recognizer: UIGestureRecognizer) {
                                                    ^~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Constants/Metrics.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Base/MainAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/BoldElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ForegroundColorElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ItalicElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/UnderlineElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/AttachmentElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/FormatterElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/BRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/CiteElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigcaptionElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigureElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/GenericElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/HRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/ImageElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/LIElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/VideoElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToHTML/Base/ElementToStringConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToHTML/Implementations/GenericElementToTagConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/HTMLToElements/CLinkedListToArrayConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/HTMLToElements/Converter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Base/ConditionalStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Base/StringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/ConditionalConverters/ConditionalItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/BoldStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/CiteStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/ItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/MarkStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SubscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SuperscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/UnderlineStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Utility/HTMLStyleToggler.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+Attribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Character+Name.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/DocumentType+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Archive.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Lists.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedStringKey+Aztec.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedStringKey+Conversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSBundle+AztecBundle.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceAttributes.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSTextingResult+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+EndOfLine.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+HTML.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+Paragraph.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/StringUTF16+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIColor+Parsers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIFont+Emoji.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIFont+Traits.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UILayoutPriority+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIStackView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Undoable.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/AttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/FontFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/ParagraphAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/StandardAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BlockquoteFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BoldFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BoldWithShadowForHeadingFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/CiteFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/CodeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/ColorFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/FigcaptionFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/FigureFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HTMLDivFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HTMLParagraphFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HeaderFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/ItalicFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/LiFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/LinkFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/MarkFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/PreFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/StrikethroughFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/SubscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/SuperscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/TextListFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/UnderlineFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/Assets.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarDelegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InNodeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InNodesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/Out/HTMLSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Attribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/AttributeType.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CSSAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CSSAttributeType.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CommentNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Element.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/ElementNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Node.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/TextNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/BoldCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/CSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/UnderlineCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Attributes/HTMLRepresentation.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Attributes/UnsupportedHTML.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/Base/AttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/CommentAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/HTMLAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/ImageAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/LineAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/VideoAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttributedStringParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/HTMLConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/ParagraphPropertyConverters/Base/ParagraphPropertyConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/Plugin.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginInputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginManager.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginOutputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/HTMLProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/HTMLTreeProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/PipelineProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/Processor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/RegexProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttributeParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttributeSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Renderers/CommentAttachmentRenderer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Renderers/HTMLAttachmentRenderer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ColorProvider.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/Configuration.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/FontProvider.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ImageAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Blockquote.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Figcaption.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Header.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphStyle.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/RenderableAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/VideoAttachment.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.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/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Aztec -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.abi.json
EmitSwiftModule normal arm64 (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Constants/Metrics.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Base/MainAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/BoldElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ForegroundColorElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ItalicElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/UnderlineElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/AttachmentElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/FormatterElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/BRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/CiteElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigcaptionElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigureElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/GenericElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/HRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/ImageElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/LIElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/VideoElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToHTML/Base/ElementToStringConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToHTML/Implementations/GenericElementToTagConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/HTMLToElements/CLinkedListToArrayConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/HTMLToElements/Converter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Base/ConditionalStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Base/StringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/ConditionalConverters/ConditionalItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/BoldStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/CiteStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/ItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/MarkStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SubscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SuperscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/UnderlineStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Utility/HTMLStyleToggler.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+Attribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Character+Name.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/DocumentType+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Archive.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Lists.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedStringKey+Aztec.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedStringKey+Conversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSBundle+AztecBundle.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceAttributes.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSTextingResult+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+EndOfLine.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+HTML.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+Paragraph.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/StringUTF16+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIColor+Parsers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIFont+Emoji.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIFont+Traits.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UILayoutPriority+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIStackView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Undoable.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/AttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/FontFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/ParagraphAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/StandardAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BlockquoteFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BoldFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BoldWithShadowForHeadingFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/CiteFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/CodeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/ColorFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/FigcaptionFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/FigureFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HTMLDivFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HTMLParagraphFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HeaderFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/ItalicFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/LiFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/LinkFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/MarkFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/PreFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/StrikethroughFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/SubscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/SuperscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/TextListFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/UnderlineFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/Assets.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarDelegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InNodeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InNodesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/Out/HTMLSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Attribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/AttributeType.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CSSAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CSSAttributeType.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CommentNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Element.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/ElementNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Node.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/TextNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/BoldCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/CSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/UnderlineCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Attributes/HTMLRepresentation.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Attributes/UnsupportedHTML.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/Base/AttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/CommentAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/HTMLAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/ImageAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/LineAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/VideoAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttributedStringParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/HTMLConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/ParagraphPropertyConverters/Base/ParagraphPropertyConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/Plugin.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginInputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginManager.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginOutputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/HTMLProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/HTMLTreeProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/PipelineProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/Processor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/RegexProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttributeParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttributeSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Renderers/CommentAttachmentRenderer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Renderers/HTMLAttachmentRenderer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ColorProvider.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/Configuration.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/FontProvider.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ImageAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Blockquote.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Figcaption.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Header.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphStyle.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/RenderableAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/VideoAttachment.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.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/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Aztec -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/arm64/Aztec.abi.json
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:7:30: error: cannot find type 'UITextView' in scope
    public let htmlTextView: UITextView
                             ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:73:18: error: value of type 'EditorView' has no member 'endEditing'
            self.endEditing(true)
            ~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:88:30: error: value of type 'TextView' has no member 'becomeFirstResponder'
                richTextView.becomeFirstResponder()
                ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:168:28: error: cannot find type 'UITextView' in scope
    public var activeView: UITextView {
                           ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:6:26: error: cannot find type 'UIView' in scope
public class EditorView: UIView {
                         ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:182:26: error: method does not override any method from its superclass
    override public func becomeFirstResponder() -> Bool {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:189:23: error: cannot find type 'UITextInput' in scope
extension EditorView: UITextInput {
                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:191:32: error: cannot find type 'UITextRange' in scope
    public func text(in range: UITextRange) -> String? {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:195:34: error: cannot find type 'UITextRange' in scope
    public func replace(_ range: UITextRange, withText text: String) {
                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:199:33: error: cannot find type 'UITextRange' in scope
    public var markedTextRange: UITextRange? {
                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:221:37: error: cannot find type 'UITextPosition' in scope
    public var beginningOfDocument: UITextPosition {
                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:225:31: error: cannot find type 'UITextPosition' in scope
    public var endOfDocument: UITextPosition {
                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:229:96: error: cannot find type 'UITextRange' in scope
    public func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange? {
                                                                                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:229:46: error: cannot find type 'UITextPosition' in scope
    public func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange? {
                                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:229:77: error: cannot find type 'UITextPosition' in scope
    public func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange? {
                                                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:233:73: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, offset: Int) -> UITextPosition? {
                                                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:233:41: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, offset: Int) -> UITextPosition? {
                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:237:110: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, in direction: UITextLayoutDirection, offset: Int) -> UITextPosition? {
                                                                                                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:237:41: error: cannot find type 'UITextPosition' in scope
    public func position(from position: UITextPosition, in direction: UITextLayoutDirection, offset: Int) -> UITextPosition? {
                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:237:71: error: cannot find type 'UITextLayoutDirection' in scope
    public func position(from position: UITextPosition, in direction: UITextLayoutDirection, offset: Int) -> UITextPosition? {
                                                                      ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:241:37: error: cannot find type 'UITextPosition' in scope
    public func compare(_ position: UITextPosition, to other: UITextPosition) -> ComparisonResult {
                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:241:63: error: cannot find type 'UITextPosition' in scope
    public func compare(_ position: UITextPosition, to other: UITextPosition) -> ComparisonResult {
                                                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:245:30: error: cannot find type 'UITextPosition' in scope
    public func offset(from: UITextPosition, to toPosition: UITextPosition) -> Int {
                             ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:245:61: error: cannot find type 'UITextPosition' in scope
    public func offset(from: UITextPosition, to toPosition: UITextPosition) -> Int {
                                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:249:31: error: cannot find type 'UITextInputDelegate' in scope
    public var inputDelegate: UITextInputDelegate? {
                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:259:27: error: cannot find type 'UITextInputTokenizer' in scope
    public var tokenizer: UITextInputTokenizer {
                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:263:101: error: cannot find type 'UITextPosition' in scope
    public func position(within range: UITextRange, farthestIn direction: UITextLayoutDirection) -> UITextPosition? {
                                                                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:263:40: error: cannot find type 'UITextRange' in scope
    public func position(within range: UITextRange, farthestIn direction: UITextLayoutDirection) -> UITextPosition? {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:263:75: error: cannot find type 'UITextLayoutDirection' in scope
    public func position(within range: UITextRange, farthestIn direction: UITextLayoutDirection) -> UITextPosition? {
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:267:110: error: cannot find type 'UITextRange' in scope
    public func characterRange(byExtending position: UITextPosition, in direction: UITextLayoutDirection) -> UITextRange? {
                                                                                                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:267:54: error: cannot find type 'UITextPosition' in scope
    public func characterRange(byExtending position: UITextPosition, in direction: UITextLayoutDirection) -> UITextRange? {
                                                     ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:267:84: error: cannot find type 'UITextLayoutDirection' in scope
    public func characterRange(byExtending position: UITextPosition, in direction: UITextLayoutDirection) -> UITextRange? {
                                                                                   ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:271:52: error: cannot find type 'UITextPosition' in scope
    public func baseWritingDirection(for position: UITextPosition, in direction: UITextStorageDirection) -> NSWritingDirection {
                                                   ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:271:82: error: cannot find type 'UITextStorageDirection' in scope
    public func baseWritingDirection(for position: UITextPosition, in direction: UITextStorageDirection) -> NSWritingDirection {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:275:92: error: cannot find type 'UITextRange' in scope
    public func setBaseWritingDirection(_ writingDirection: NSWritingDirection, for range: UITextRange) {
                                                                                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:279:38: error: cannot find type 'UITextRange' in scope
    public func firstRect(for range: UITextRange) -> CGRect {
                                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:283:41: error: cannot find type 'UITextPosition' in scope
    public func caretRect(for position: UITextPosition) -> CGRect {
                                        ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:287:60: error: cannot find type 'UITextSelectionRect' in scope
    public func selectionRects(for range: UITextRange) -> [UITextSelectionRect] {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:287:43: error: cannot find type 'UITextRange' in scope
    public func selectionRects(for range: UITextRange) -> [UITextSelectionRect] {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:291:55: error: cannot find type 'UITextPosition' in scope
    public func closestPosition(to point: CGPoint) -> UITextPosition? {
                                                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:295:82: error: cannot find type 'UITextPosition' in scope
    public func closestPosition(to point: CGPoint, within range: UITextRange) -> UITextPosition? {
                                                                                 ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:295:66: error: cannot find type 'UITextRange' in scope
    public func closestPosition(to point: CGPoint, within range: UITextRange) -> UITextPosition? {
                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:299:54: error: cannot find type 'UITextRange' in scope
    public func characterRange(at point: CGPoint) -> UITextRange? {
                                                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:315:35: error: cannot find type 'UITextRange' in scope
    public var selectedTextRange: UITextRange? {
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Archive.swift:8:32: error: cannot find 'UIPasteboard' in scope
    static let pasteboardUTI = UIPasteboard.UTType(identifier: "com.wordpress.aztec.attributedString")
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift:6:11: error: cannot find type 'NSLayoutManager' in scope
extension NSLayoutManager {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:1: note: interface 'NSLayoutManager' forward declared here
@class NSLayoutManager;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift:8:11: error: cannot find type 'UIPasteboard' in scope
extension UIPasteboard {
          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift:101:19: error: cannot find type 'UIPasteboard' in scope
private extension UIPasteboard {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIStackView+Helpers.swift:7:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Delegate.swift:4:11: error: cannot find type 'UITextView' in scope
extension UITextView {
          ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Undoable.swift:4:11: error: cannot find type 'UITextView' in scope
extension UITextView {
          ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:18:36: error: cannot find type 'UIButton' in scope
    open var leadingItemHandler: ((UIButton) -> Void)? = nil
                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:22:37: error: cannot find type 'UIButton' in scope
    open var trailingItemHandler: ((UIButton) -> Void)? = nil
                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:26:34: error: cannot find 'UIScrollView' in scope
    fileprivate let scrollView = UIScrollView()
                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:31:43: error: cannot find 'UIStackView' in scope
    fileprivate let scrollableStackView = UIStackView()
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:36:34: error: cannot find 'UIView' in scope
    fileprivate let topDivider = UIView()
                                 ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:37:37: error: cannot find 'UIView' in scope
    fileprivate let bottomDivider = UIView()
                                    ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:43:29: error: cannot find type 'UIButton' in scope
    public var leadingItem: UIButton? = nil {
                            ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:57:90: error: cannot infer contextual base in reference to member 'touchUpInside'
                item.addTarget(self, action: #selector(handleLeadingButtonAction), for: .touchUpInside)
                                                                                        ~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:58:82: error: cannot infer contextual base in reference to member 'touchDown'
                item.addTarget(self, action: #selector(handleButtonTouch), for: .touchDown)
                                                                                ~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:70:30: error: cannot find type 'UIButton' in scope
    public var trailingItem: UIButton? = nil {
                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:92:45: error: cannot find 'UIStackView' in scope
    fileprivate var trailingItemContainer = UIStackView()
                                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:81:91: error: cannot infer contextual base in reference to member 'touchUpInside'
                item.addTarget(self, action: #selector(handleTrailingButtonAction), for: .touchUpInside)
                                                                                         ~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:82:82: error: cannot infer contextual base in reference to member 'touchDown'
                item.addTarget(self, action: #selector(handleButtonTouch), for: .touchDown)
                                                                                ~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:113:14: error: value of type 'FormatBarItem' has no member 'accessibilityLabel'
        item.accessibilityLabel = NSLocalizedString("More", comment: "Accessibility label for the More button on formatting toolbar.")
        ~~~~ ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:147:28: error: cannot find type 'UIView' in scope
    private var dividers: [UIView] {
                           ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:197:23: error: property does not override any property from its superclass
    override open var tintColor: UIColor? {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:262:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:267:23: error: property does not override any property from its superclass
    open override var frame: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:287:34: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
    private var layoutDirection: UIUserInterfaceLayoutDirection {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:293:39: error: cannot find type 'NSLayoutConstraint' in scope
    fileprivate var heightConstraint: NSLayoutConstraint? = nil
                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:297:49: error: cannot find type 'NSLayoutConstraint' in scope
    var overflowToggleItemRTLLeadingConstraint: NSLayoutConstraint?
                                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:327:24: error: method does not override any method from its superclass
    open override func didMoveToWindow() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:333:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:344:76: error: cannot find type 'UITraitCollection' in scope
    override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:344:24: error: method does not override any method from its superclass
    override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:351:24: error: method does not override any method from its superclass
    open override func safeAreaInsetsDidChange() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:360:52: error: cannot find type 'NSLayoutConstraint' in scope
    open override func addConstraint(_ constraint: NSLayoutConstraint) {
                                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:360:24: error: method does not override any method from its superclass
    open override func addConstraint(_ constraint: NSLayoutConstraint) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:368:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:497:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleButtonTouch(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:497:48: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleButtonTouch(_ sender: FormatBarItem) {
                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:501:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:501:49: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleButtonAction(_ sender: FormatBarItem) {
                                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:505:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleLeadingButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:505:56: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleLeadingButtonAction(_ sender: FormatBarItem) {
                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:509:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleTrailingButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:509:57: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleTrailingButtonAction(_ sender: FormatBarItem) {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:513:20: error: method cannot be marked @IBAction because the type of the parameter cannot be represented in Objective-C
    @IBAction func handleToggleButtonAction(_ sender: FormatBarItem) {
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:513:55: note: classes not annotated with @objc cannot be represented in Objective-C
    @IBAction func handleToggleButtonAction(_ sender: FormatBarItem) {
                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:6:23: error: cannot find type 'UIView' in scope
open class FormatBar: UIView {
                      ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:629:28: error: cannot find type 'UIButton' in scope
    func configure(items: [UIButton]) {
                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:638:26: error: cannot find type 'UIButton' in scope
    func configure(item: UIButton) {
                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:669:32: error: cannot find type 'UIScrollView' in scope
    func configure(scrollView: UIScrollView) {
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:859:22: error: cannot find type 'UIScrollViewDelegate' in scope
extension FormatBar: UIScrollViewDelegate {
                     ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:860:51: error: cannot find type 'UIScrollView' in scope
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift:920:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:53:23: error: property does not override any property from its superclass
    open override var isEnabled: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:62:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:71:23: error: property does not override any property from its superclass
    open override var isSelected: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:109:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:7:27: error: cannot find type 'UIButton' in scope
open class FormatBarItem: UIButton {
                          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:151:29: error: cannot find type 'UIView' in scope
class FormatBarDividerItem: UIView {
                            ^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:163:18: error: property does not override any property from its superclass
    override var layoutMargins: UIEdgeInsets {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:166:17: error: cannot find 'invalidateIntrinsicContentSize' in scope
                invalidateIntrinsicContentSize()
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:167:17: error: cannot find 'setNeedsLayout' in scope
                setNeedsLayout()
                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift:172:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ColorProvider.swift:50:21: error: type 'UIColor' has no member 'secondarySystemBackground'
            return .secondarySystemBackground
                   ~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:55:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:55:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:65:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift:65:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:88:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:88:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:98:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift:98:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:36:21: error: initializer does not override a designated initializer from its superclass
    public override init() {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:68:23: error: property does not override any property from its superclass
    override open var string: String {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:79:24: error: method does not override any method from its superclass
    override open func attributes(at location: Int, effectiveRange range: NSRangePointer?) -> [NSAttributedString.Key : Any] {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:87:24: error: method does not override any method from its superclass
    override open func setAttributes(_ attrs: [NSAttributedString.Key : Any]?, range: NSRange) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:96:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with str: String) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:108:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with attrString: NSAttributedString) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift:7:25: error: cannot find type 'NSTextStorage' in scope
open class HTMLStorage: NSTextStorage {
                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:8:22: error: cannot find type 'NSLayoutManager' in scope
class LayoutManager: NSLayoutManager {
                     ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:21:1: note: interface 'NSLayoutManager' forward declared here
@class NSLayoutManager;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:12:43: error: type 'UIColor' has no member 'systemGray'
    var blockquoteBorderColors = [UIColor.systemGray]
                                  ~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:33:19: error: method does not override any method from its superclass
    override func drawBackground(forGlyphRange glyphsToShow: NSRange, at origin: CGPoint) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift:365:19: error: method does not override any method from its superclass
    override func underlineGlyphRange(_ glyphRange: NSRange, underlineType underlineVal: NSUnderlineStyle, lineFragmentRect lineRect: CGRect, lineFragmentGlyphRange lineGlyphRange: NSRange, containerOrigin: CGPoint) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:17:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:17:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:46:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift:46:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:284:76: error: cannot find type 'NSTextContainer' in scope
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
                                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:284:24: error: method does not override any method from its superclass
    override open func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:305:60: error: cannot find type 'NSTextContainer' in scope
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                           ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:305:24: error: method does not override any method from its superclass
    override open func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:519:50: error: cannot find type 'NSTextContainer' in scope
    func ensureImageIsUpToDate(in textContainer: NSTextContainer?) {
                                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:535:48: error: cannot find type 'NSTextContainer' in scope
    private func updateImage(in textContainer: NSTextContainer?) {
                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift:561:53: error: cannot find type 'NSTextContainer' in scope
    private func invalidateLayout(in textContainer: NSTextContainer?) {
                                                    ^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:113:23: error: property does not override any property from its superclass
    override open var string: String {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:305:24: error: method does not override any method from its superclass
    override open func attributes(at location: Int, effectiveRange range: NSRangePointer?) -> [NSAttributedString.Key : Any] {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:321:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with str: String) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:335:24: error: method does not override any method from its superclass
    override open func replaceCharacters(in range: NSRange, with attrString: NSAttributedString) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:353:24: error: method does not override any method from its superclass
    override open func setAttributes(_ attrs: [NSAttributedString.Key: Any]?, range: NSRange) {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift:80:25: error: cannot find type 'NSTextStorage' in scope
open class TextStorage: NSTextStorage {
                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:470:55: error: cannot find type 'UITapGestureRecognizer' in scope
    fileprivate lazy var attachmentGestureRecognizer: UITapGestureRecognizer = { [unowned self] in
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:535:47: error: cannot find type 'UIKeyCommand' in scope
    public lazy var carriageReturnKeyCommand: UIKeyCommand = {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:539:36: error: cannot find type 'UIKeyCommand' in scope
    public lazy var tabKeyCommand: UIKeyCommand = {
                                   ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:543:41: error: cannot find type 'UIKeyCommand' in scope
    public lazy var shiftTabKeyCommand: UIKeyCommand = {
                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:178:21: error: cannot find type 'UIPasteboard' in scope
    var pasteboard: UIPasteboard = UIPasteboard.general
                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:190:44: error: cannot find type 'UIInputViewController' in scope
    private var customInputViewController: UIInputViewController?
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:192:44: error: cannot find type 'UIInputViewController' in scope
    open override var inputViewController: UIInputViewController? {
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:192:23: error: property does not override any property from its superclass
    open override var inputViewController: UIInputViewController? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:247:13: error: cannot find 'textStorage' in scope
            textStorage.replace(font: oldValue, with: defaultFont)
            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:267:28: error: type 'UIColor' has no member 'label'
            return UIColor.label
                   ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:273:23: error: property does not override any property from its superclass
    open override var textColor: UIColor? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:332:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:332:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:369:23: error: property does not override any property from its superclass
    override open var typingAttributes: [NSAttributedString.Key: Any] {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:382:23: error: property does not override any property from its superclass
    override open var textAlignment: NSTextAlignment {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:498:24: error: method does not override any method from its superclass
    open override func cut(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:507:24: error: method does not override any method from its superclass
    open override func copy(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:519:24: error: method does not override any method from its superclass
    open override func paste(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:547:37: error: cannot find type 'UIKeyCommand' in scope
    override open var keyCommands: [UIKeyCommand]? {
                                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:547:23: error: property does not override any property from its superclass
    override open var keyCommands: [UIKeyCommand]? {
    ~~~~~~~~          ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:560:42: error: cannot find type 'UIKeyCommand' in scope
    @objc func handleShiftEnter(command: UIKeyCommand) {
                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:564:40: error: cannot find type 'UIKeyCommand' in scope
    @objc func handleShiftTab(command: UIKeyCommand) {
                                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:568:35: error: cannot find type 'UIKeyCommand' in scope
    @objc func handleTab(command: UIKeyCommand) {
                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:684:24: error: method does not override any method from its superclass
    open override func insertText(_ text: String) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:728:24: error: method does not override any method from its superclass
    open override func deleteBackward() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:754:24: error: method does not override any method from its superclass
    open override func didMoveToWindow() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:761:48: error: cannot find type 'UITextPosition' in scope
    open override func caretRect(for position: UITextPosition) -> CGRect {
                                               ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:761:24: error: method does not override any method from its superclass
    open override func caretRect(for position: UITextPosition) -> CGRect {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:935:24: error: method does not override any method from its superclass
    open override func toggleBoldface(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:944:24: error: method does not override any method from its superclass
    open override func toggleItalics(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:953:24: error: method does not override any method from its superclass
    open override func toggleUnderline(_ sender: Any?) {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:1343:42: error: cannot find type 'UITextRange' in scope
    open override var selectedTextRange: UITextRange? {
                                         ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:1343:23: error: property does not override any property from its superclass
    open override var selectedTextRange: UITextRange? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:154:22: error: cannot find type 'UITextView' in scope
open class TextView: UITextView {
                     ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2179:60: error: cannot find type 'UIGestureRecognizerDelegate' in scope
@objc class AttachmentGestureRecognizerDelegate: NSObject, UIGestureRecognizerDelegate {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2188:49: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2188:128: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                                                                               ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2192:49: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
                                                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2192:91: error: cannot find type 'UITouch' in scope
    func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
                                                                                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2209:60: error: cannot find type 'UIGestureRecognizer' in scope
    func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:2225:53: error: cannot find type 'UIGestureRecognizer' in scope
    @objc func richTextViewWasPressed(_ recognizer: UIGestureRecognizer) {
                                                    ^~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal armv7k Emitting\ module\ for\ Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Constants/Metrics.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Base/MainAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/BoldElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ForegroundColorElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ItalicElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/UnderlineElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/AttachmentElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Base/FormatterElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/BRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/CiteElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigcaptionElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigureElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/GenericElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/HRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/ImageElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/LIElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/VideoElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToHTML/Base/ElementToStringConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/ElementsToHTML/Implementations/GenericElementToTagConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/HTMLToElements/CLinkedListToArrayConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/HTMLToElements/Converter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Base/ConditionalStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Base/StringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/ConditionalConverters/ConditionalItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/BoldStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/CiteStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/ItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/MarkStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SubscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SuperscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/UnderlineStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Converters/StringAttributesToAttributes/Utility/HTMLStyleToggler.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+Attribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Character+Name.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/DocumentType+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Archive.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+Lists.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedStringKey+Aztec.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSAttributedStringKey+Conversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSBundle+AztecBundle.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceAttributes.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/NSTextingResult+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+EndOfLine.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+HTML.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+Paragraph.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/String+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/StringUTF16+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIColor+Parsers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIFont+Emoji.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIFont+Traits.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UILayoutPriority+Swift4.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UIStackView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Extensions/UITextView+Undoable.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/AttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/FontFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/ParagraphAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Base/StandardAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BlockquoteFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BoldFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/BoldWithShadowForHeadingFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/CiteFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/CodeFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/ColorFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/FigcaptionFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/FigureFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HTMLDivFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HTMLParagraphFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/HeaderFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/ItalicFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/LiFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/LinkFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/MarkFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/PreFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/StrikethroughFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/SubscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/SuperscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/TextListFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Formatters/Implementations/UnderlineFormatter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/Assets.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBar.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarDelegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InNodeConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/In/InNodesConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/Converters/Out/HTMLSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Attribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/AttributeType.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CSSAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CSSAttributeType.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/CommentNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Element.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/ElementNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/Node.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Data/TextNode.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/BoldCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/CSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Libxml2/DOM/Logic/CSS/UnderlineCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Attributes/HTMLRepresentation.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Attributes/UnsupportedHTML.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/Base/AttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/CommentAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/HTMLAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/ImageAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/LineAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/VideoAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttributedStringParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/HTMLConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/NSAttributedString/Conversions/ParagraphPropertyConverters/Base/ParagraphPropertyConverter.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/Plugin.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginInputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginManager.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Plugin/PluginOutputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/HTMLProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/HTMLTreeProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/PipelineProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/Processor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/RegexProcessor.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttributeParser.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Processor/ShortcodeAttributeSerializer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Renderers/CommentAttachmentRenderer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/Renderers/HTMLAttachmentRenderer.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ColorProvider.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/CommentAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/Configuration.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/FontProvider.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/HTMLStorage.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ImageAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LayoutManager.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/LineAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/MediaAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Blockquote.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Figcaption.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/Header.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/ParagraphStyle.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/RenderableAttachment.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextStorage.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift /Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/VideoAttachment.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.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/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Aztec -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-watchos/Aztec.build/Objects-normal/armv7k/Aztec.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
	EmitSwiftModule normal arm64_32 (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
	EmitSwiftModule normal arm64 (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
	Building workspace spi-builder-workspace with scheme WordPress-AztecEditor-iOS-Package
(6 failures)
BUILD FAILURE 6.0 watchOS