The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwifterUI, reference 2.1.0-beta.2 (5bf2b1), with Swift 6.1 for watchOS using Xcode 16.3 on 19 Apr 2026 00:14:53 UTC.

Build Command

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

Build Log

public extension UIDatePicker {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:11:30: error: cannot find type 'UIImageView' in scope
public typealias ImageView = UIImageView
                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:14:18: error: cannot find type 'UIImageView' in scope
public extension UIImageView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift:11:18: error: cannot find type 'UIInputView' in scope
public extension UIInputView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:15:26: error: method does not override any method from its superclass
    public override func drawText(in rect: CGRect) {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:20:25: error: property does not override any property from its superclass
    public override var intrinsicContentSize: CGSize {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:12:27: error: cannot find type 'UILabel' in scope
public final class Label: UILabel {
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:30:18: error: cannot find type 'UILabel' in scope
public extension UILabel {
                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift:12:18: error: cannot find type 'UIPageControl' in scope
public extension UIPageControl {
                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:11:18: error: cannot find type 'UIPickerView' in scope
public extension UIPickerView {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift:11:18: error: cannot find type 'UIRefreshControl' in scope
public extension UIRefreshControl {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:18: error: cannot find type 'UIScrollView' in scope
public extension UIScrollView {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:282:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:282:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:299:25: error: property does not override any property from its superclass
    override public var contentOffset: CGPoint {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:308:26: error: method does not override any method from its superclass
    override public func setContentOffset(_ contentOffset: CGPoint, animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:280:33: error: cannot find type 'UIScrollView' in scope
public final class HScrollView: UIScrollView {
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:317:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:317:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:335:25: error: property does not override any property from its superclass
    override public var contentOffset: CGPoint {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:345:26: error: method does not override any method from its superclass
    override public func setContentOffset(_ contentOffset: CGPoint, animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:315:33: error: cannot find type 'UIScrollView' in scope
public final class VScrollView: UIScrollView {
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift:12:18: error: cannot find type 'UISearchBar' in scope
public extension UISearchBar {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift:12:18: error: cannot find type 'UISegmentedControl' in scope
public extension UISegmentedControl {
                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift:11:18: error: cannot find type 'UISlider' in scope
public extension UISlider {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:15:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:23:85: error: cannot find type 'UIView' in scope
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:23:51: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:33:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:50:47: error: cannot find type 'UIView' in scope
    convenience init(arrangedSubviews views: [UIView]) {
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:12:32: error: cannot find type 'UIStackView' in scope
public final class VStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:58:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:66:85: error: cannot find type 'UIView' in scope
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:66:51: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:76:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:93:47: error: cannot find type 'UIView' in scope
    convenience init(arrangedSubviews views: [UIView]) {
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:55:32: error: cannot find type 'UIStackView' in scope
public final class HStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:102:18: error: cannot find type 'UIStackView' in scope
public extension UIStackView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:198:18: error: cannot find type 'UIStackView' in scope
public extension UIStackView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:250:19: error: cannot find type 'UIStackView' in scope
private extension UIStackView {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:296:25: error: cannot find type 'UIStackView' in scope
    weak var stackView: UIStackView?
                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:297:26: error: cannot find type 'UIView' in scope
    var separatorViews: [UIView] = []
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift:11:18: error: cannot find type 'UIStepper' in scope
public extension UIStepper {
                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:11:18: error: cannot find type 'UISwitch' in scope
public extension UISwitch {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:18: error: cannot find type 'UITableViewCell' in scope
public extension UITableViewCell {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:12:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:24:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:425:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:488:23: error: cannot find type 'UITextField' in scope
fileprivate extension UITextField {
                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:637:19: error: cannot find type 'UITextField' in scope
private extension UITextField {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:12:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:23:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:396:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:458:19: error: cannot find type 'UITextView' in scope
private extension UITextView {
                  ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:12:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:48:25: error: cannot find type 'NSLayoutConstraint' in scope
    public init(_ axis: NSLayoutConstraint.Axis) {
                        ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:53:23: error: cannot find type 'NSLayoutConstraint' in scope
    public init(axis: NSLayoutConstraint.Axis) {
                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:60:31: error: cannot find type 'NSLayoutConstraint' in scope
    private func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:105:22: error: initializer does not override a designated initializer from its superclass
    private override init(frame: CGRect) {
            ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:30: error: cannot find type 'UIView' in scope
public final class UISpacer: UIView {
                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:117:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:637:32: error: cannot find type 'UIView' in scope
public final class ZStackView: UIView {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:653:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:909:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1618:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2216:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2491:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3033:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3325:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3905:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4357:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4422:20: error: cannot find type 'NSLayoutConstraint' in scope
    var attribute: NSLayoutConstraint.Attribute {
                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5252:37: error: cannot find type 'GestureType' in scope
        public static func == (lhs: GestureType, rhs: GestureType) -> Bool {
                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5252:55: error: cannot find type 'GestureType' in scope
        public static func == (lhs: GestureType, rhs: GestureType) -> Bool {
                                                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4460:19: error: cannot find type 'NSLayoutConstraint' in scope
    let relation: NSLayoutConstraint.Relation
                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4461:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let XAxisAnchor: NSLayoutXAxisAnchor?
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4462:22: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let YAxisAnchor: NSLayoutYAxisAnchor?
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4463:20: error: cannot find type 'NSLayoutDimension' in scope
    let Dimension: NSLayoutDimension?
                   ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:118: error: cannot find type 'NSLayoutConstraint' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                     ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:169: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:210: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                                                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:249: error: cannot find type 'NSLayoutDimension' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4481:33: error: cannot find type 'NSLayoutConstraint' in scope
    static func from(attribute: NSLayoutConstraint.Attribute) -> ConstraintType? {
                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4498:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4520:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5085:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5324:40: error: cannot find type 'UIGestureRecognizer' in scope
private class GestureClosureWrapper<T: UIGestureRecognizer>: NSObject {
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5356:63: error: cannot find type 'UIGestureRecognizer' in scope
private class GestureHandler<T: AnyObject, GestureRecognizer: UIGestureRecognizer>: NSObject {
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5366:34: error: cannot find type 'UIGestureRecognizer' in scope
    @objc func invoke(_ gesture: UIGestureRecognizer) {
                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5377:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:11:18: error: cannot find type 'UIVisualEffectView' in scope
public extension UIVisualEffectView {
                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:10:18: error: cannot find type 'CAGradientLayer' in scope
public extension CAGradientLayer {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:22:33: error: cannot find type 'UIView' in scope
    public var swiftlyUIViews: [UIView] {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:30:26: error: cannot find type 'UIView' in scope
    var swiftlyUIViews: [UIView] { get }
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:11: error: cannot find type 'UIView' in scope
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:38:33: error: cannot find type 'UIView' in scope
    public var swiftlyUIViews: [UIView] {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:51: error: cannot find type 'UIViewController' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:22:47: error: cannot find type 'Context' in scope
    public func makeUIViewController(context: Context) -> Controller {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:26:81: error: cannot find type 'Context' in scope
    public func updateUIViewController(_ uiViewController: Controller, context: Context) {}
                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:70: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:35: error: cannot find type 'UIView' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:37:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> View {
                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:41:55: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: View, context: Context) {}
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:44: error: cannot find type 'UIViewRepresentable' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:66: error: cannot find type 'UIView' in scope
    public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:50: error: cannot find type 'UIView' in scope
    public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:14:41: error: cannot find type 'UIView' in scope
    public static func buildBlock() -> [UIView] { [] }
                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:66: error: cannot find type 'UIView' in scope
    public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:52: error: cannot find type 'UIView' in scope
    public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:65: error: cannot find type 'UIView' in scope
    public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
                                                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:51: error: cannot find type 'UIView' in scope
    public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
                                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:57: error: cannot find type 'UIView' in scope
    public static func buildEither(first: [UIView]) -> [UIView] { first }
                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:44: error: cannot find type 'UIView' in scope
    public static func buildEither(first: [UIView]) -> [UIView] { first }
                                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:58: error: cannot find type 'UIView' in scope
    public static func buildEither(second: [UIView]) -> [UIView] { second }
                                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:45: error: cannot find type 'UIView' in scope
    public static func buildEither(second: [UIView]) -> [UIView] { second }
                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:63: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:50: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:85: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:56: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:72: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:66: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:54: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:22:95: error: cannot find type 'UIView' in scope
    public static func buildExpression<T: SwiftlyUIViewBuildingProtocol>(_ expression: T) -> [UIView] { expression.swiftlyUIViews }
                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:109:18: error: cannot find type 'UIView' in scope
    let options: UIView.AnimationOptions
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:212:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:219:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:262:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:298:11: error: cannot find type 'UIView' in scope
extension UIView.GestureType {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:313:11: error: cannot find type 'UIGestureRecognizer' in scope
extension UIGestureRecognizer {
          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:340:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:349:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
Failed frontend command:
/Applications/Xcode-16.3.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/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.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/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftlyUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.abi.json
EmitSwiftModule normal arm64_32 (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift:12:18: error: cannot find type 'UIActivityIndicatorView' in scope
public extension UIActivityIndicatorView {
                 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:14:18: error: cannot find type 'UIBackgroundConfiguration' in scope
public extension UIBackgroundConfiguration {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift:12:18: error: cannot find type 'UIBarItem' in scope
public extension UIBarItem {
                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift:78:18: error: cannot find type 'UIBarButtonItem' in scope
public extension UIBarButtonItem {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:12:18: error: cannot find type 'UIButton' in scope
public extension UIButton {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:148:18: error: cannot find type 'UIButton' in scope
public extension UIButton {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:239:18: error: cannot find type 'UIButton' in scope
public extension UIButton {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:274:18: error: cannot find type 'UIButton' in scope
public extension UIButton.Configuration {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:540:19: error: cannot find type 'UIButton' in scope
private extension UIButton.Configuration {
                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:566:19: error: cannot find type 'UIButton' in scope
private extension UIButton {
                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:18: error: cannot find type 'UICollectionViewCell' in scope
public extension UICollectionViewCell {
                 ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift:11:18: error: cannot find type 'UICollectionViewFlowLayout' in scope
public extension UICollectionViewFlowLayout {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:18: error: cannot find type 'UIDatePicker' in scope
public extension UIDatePicker {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:11:30: error: cannot find type 'UIImageView' in scope
public typealias ImageView = UIImageView
                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:14:18: error: cannot find type 'UIImageView' in scope
public extension UIImageView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift:11:18: error: cannot find type 'UIInputView' in scope
public extension UIInputView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:15:26: error: method does not override any method from its superclass
    public override func drawText(in rect: CGRect) {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:20:25: error: property does not override any property from its superclass
    public override var intrinsicContentSize: CGSize {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:12:27: error: cannot find type 'UILabel' in scope
public final class Label: UILabel {
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:30:18: error: cannot find type 'UILabel' in scope
public extension UILabel {
                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift:12:18: error: cannot find type 'UIPageControl' in scope
public extension UIPageControl {
                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:11:18: error: cannot find type 'UIPickerView' in scope
public extension UIPickerView {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift:11:18: error: cannot find type 'UIRefreshControl' in scope
public extension UIRefreshControl {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:18: error: cannot find type 'UIScrollView' in scope
public extension UIScrollView {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:282:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:282:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:299:25: error: property does not override any property from its superclass
    override public var contentOffset: CGPoint {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:308:26: error: method does not override any method from its superclass
    override public func setContentOffset(_ contentOffset: CGPoint, animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:280:33: error: cannot find type 'UIScrollView' in scope
public final class HScrollView: UIScrollView {
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:317:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:317:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:335:25: error: property does not override any property from its superclass
    override public var contentOffset: CGPoint {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:345:26: error: method does not override any method from its superclass
    override public func setContentOffset(_ contentOffset: CGPoint, animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:315:33: error: cannot find type 'UIScrollView' in scope
public final class VScrollView: UIScrollView {
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift:12:18: error: cannot find type 'UISearchBar' in scope
public extension UISearchBar {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift:12:18: error: cannot find type 'UISegmentedControl' in scope
public extension UISegmentedControl {
                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift:11:18: error: cannot find type 'UISlider' in scope
public extension UISlider {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:15:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:23:85: error: cannot find type 'UIView' in scope
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:23:51: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:33:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:50:47: error: cannot find type 'UIView' in scope
    convenience init(arrangedSubviews views: [UIView]) {
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:12:32: error: cannot find type 'UIStackView' in scope
public final class VStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:58:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:66:85: error: cannot find type 'UIView' in scope
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:66:51: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:76:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:93:47: error: cannot find type 'UIView' in scope
    convenience init(arrangedSubviews views: [UIView]) {
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:55:32: error: cannot find type 'UIStackView' in scope
public final class HStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:102:18: error: cannot find type 'UIStackView' in scope
public extension UIStackView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:198:18: error: cannot find type 'UIStackView' in scope
public extension UIStackView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:250:19: error: cannot find type 'UIStackView' in scope
private extension UIStackView {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:296:25: error: cannot find type 'UIStackView' in scope
    weak var stackView: UIStackView?
                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:297:26: error: cannot find type 'UIView' in scope
    var separatorViews: [UIView] = []
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift:11:18: error: cannot find type 'UIStepper' in scope
public extension UIStepper {
                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:11:18: error: cannot find type 'UISwitch' in scope
public extension UISwitch {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:18: error: cannot find type 'UITableViewCell' in scope
public extension UITableViewCell {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:12:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:24:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:425:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:488:23: error: cannot find type 'UITextField' in scope
fileprivate extension UITextField {
                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:637:19: error: cannot find type 'UITextField' in scope
private extension UITextField {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:12:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:23:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:396:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:458:19: error: cannot find type 'UITextView' in scope
private extension UITextView {
                  ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:12:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:48:25: error: cannot find type 'NSLayoutConstraint' in scope
    public init(_ axis: NSLayoutConstraint.Axis) {
                        ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:53:23: error: cannot find type 'NSLayoutConstraint' in scope
    public init(axis: NSLayoutConstraint.Axis) {
                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:60:31: error: cannot find type 'NSLayoutConstraint' in scope
    private func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:105:22: error: initializer does not override a designated initializer from its superclass
    private override init(frame: CGRect) {
            ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:30: error: cannot find type 'UIView' in scope
public final class UISpacer: UIView {
                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:117:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:637:32: error: cannot find type 'UIView' in scope
public final class ZStackView: UIView {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:653:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:909:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1618:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2216:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2491:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3033:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3325:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3905:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4357:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4422:20: error: cannot find type 'NSLayoutConstraint' in scope
    var attribute: NSLayoutConstraint.Attribute {
                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5252:37: error: cannot find type 'GestureType' in scope
        public static func == (lhs: GestureType, rhs: GestureType) -> Bool {
                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5252:55: error: cannot find type 'GestureType' in scope
        public static func == (lhs: GestureType, rhs: GestureType) -> Bool {
                                                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4460:19: error: cannot find type 'NSLayoutConstraint' in scope
    let relation: NSLayoutConstraint.Relation
                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4461:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let XAxisAnchor: NSLayoutXAxisAnchor?
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4462:22: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let YAxisAnchor: NSLayoutYAxisAnchor?
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4463:20: error: cannot find type 'NSLayoutDimension' in scope
    let Dimension: NSLayoutDimension?
                   ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:118: error: cannot find type 'NSLayoutConstraint' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                     ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:169: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:210: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                                                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:249: error: cannot find type 'NSLayoutDimension' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4481:33: error: cannot find type 'NSLayoutConstraint' in scope
    static func from(attribute: NSLayoutConstraint.Attribute) -> ConstraintType? {
                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4498:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4520:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5085:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5324:40: error: cannot find type 'UIGestureRecognizer' in scope
private class GestureClosureWrapper<T: UIGestureRecognizer>: NSObject {
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5356:63: error: cannot find type 'UIGestureRecognizer' in scope
private class GestureHandler<T: AnyObject, GestureRecognizer: UIGestureRecognizer>: NSObject {
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5366:34: error: cannot find type 'UIGestureRecognizer' in scope
    @objc func invoke(_ gesture: UIGestureRecognizer) {
                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5377:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:11:18: error: cannot find type 'UIVisualEffectView' in scope
public extension UIVisualEffectView {
                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:10:18: error: cannot find type 'CAGradientLayer' in scope
public extension CAGradientLayer {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:22:33: error: cannot find type 'UIView' in scope
    public var swiftlyUIViews: [UIView] {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:30:26: error: cannot find type 'UIView' in scope
    var swiftlyUIViews: [UIView] { get }
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:11: error: cannot find type 'UIView' in scope
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:38:33: error: cannot find type 'UIView' in scope
    public var swiftlyUIViews: [UIView] {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:51: error: cannot find type 'UIViewController' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:22:47: error: cannot find type 'Context' in scope
    public func makeUIViewController(context: Context) -> Controller {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:26:81: error: cannot find type 'Context' in scope
    public func updateUIViewController(_ uiViewController: Controller, context: Context) {}
                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:70: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:35: error: cannot find type 'UIView' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:37:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> View {
                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:41:55: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: View, context: Context) {}
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:44: error: cannot find type 'UIViewRepresentable' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:66: error: cannot find type 'UIView' in scope
    public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:50: error: cannot find type 'UIView' in scope
    public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:14:41: error: cannot find type 'UIView' in scope
    public static func buildBlock() -> [UIView] { [] }
                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:66: error: cannot find type 'UIView' in scope
    public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:52: error: cannot find type 'UIView' in scope
    public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:65: error: cannot find type 'UIView' in scope
    public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
                                                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:51: error: cannot find type 'UIView' in scope
    public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
                                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:57: error: cannot find type 'UIView' in scope
    public static func buildEither(first: [UIView]) -> [UIView] { first }
                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:44: error: cannot find type 'UIView' in scope
    public static func buildEither(first: [UIView]) -> [UIView] { first }
                                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:58: error: cannot find type 'UIView' in scope
    public static func buildEither(second: [UIView]) -> [UIView] { second }
                                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:45: error: cannot find type 'UIView' in scope
    public static func buildEither(second: [UIView]) -> [UIView] { second }
                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:63: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:50: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:85: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:56: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:72: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:66: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:54: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:22:95: error: cannot find type 'UIView' in scope
    public static func buildExpression<T: SwiftlyUIViewBuildingProtocol>(_ expression: T) -> [UIView] { expression.swiftlyUIViews }
                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:109:18: error: cannot find type 'UIView' in scope
    let options: UIView.AnimationOptions
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:212:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:219:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:262:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:298:11: error: cannot find type 'UIView' in scope
extension UIView.GestureType {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:313:11: error: cannot find type 'UIGestureRecognizer' in scope
extension UIGestureRecognizer {
          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:340:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:349:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
	EmitSwiftModule normal armv7k (in target 'SwiftlyUI' from project 'SwifterUI')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
	EmitSwiftModule normal arm64_32 (in target 'SwiftlyUI' from project 'SwifterUI')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
	Building workspace spi-builder-workspace with scheme SwifterUI
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwifterUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwifterUI
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwifterUI",
  "name" : "SwifterUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftlyUI",
      "targets" : [
        "SwiftlyUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlyUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlyUI",
      "path" : "SwiftlyUI",
      "product_memberships" : [
        "SwiftlyUI"
      ],
      "sources" : [
        "Source/Core/UIActivityIndicatorView+SwiftlyUI.swift",
        "Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift",
        "Source/Core/UIBarButtonItem+SwiftlyUI.swift",
        "Source/Core/UIButton+SwiftlyUI.swift",
        "Source/Core/UICollectionView+SwiftlyUI.swift",
        "Source/Core/UICollectionViewCell+SwiftlyUI.swift",
        "Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift",
        "Source/Core/UIColor+SwiftlyUI.swift",
        "Source/Core/UIControl+SwiftlyUI.swift",
        "Source/Core/UIDatePicker+SwiftlyUI.swift",
        "Source/Core/UIFont+SwiftlyUI.swift",
        "Source/Core/UIImage+SwiftlyUI.swift",
        "Source/Core/UIImageView+SwiftlyUI.swift",
        "Source/Core/UIInputView+SwiftlyUI.swift",
        "Source/Core/UILabel+SwiftlyUI.swift",
        "Source/Core/UIPageControl+SwiftlyUI.swift",
        "Source/Core/UIPickerView+SwiftlyUI.swift",
        "Source/Core/UIRefreshControl+SwiftlyUI.swift",
        "Source/Core/UIScrollView+SwiftlyUI.swift",
        "Source/Core/UISearchBar+SwiftlyUI.swift",
        "Source/Core/UISegmentedControl+SwiftlyUI.swift",
        "Source/Core/UISlider+SwiftlyUI.swift",
        "Source/Core/UIStackView+SwiftlyUI.swift",
        "Source/Core/UIStepper+SwiftlyUI.swift",
        "Source/Core/UISwitch+SwiftlyUI.swift",
        "Source/Core/UITableView+SwiftlyUI.swift",
        "Source/Core/UITableViewCell+SwiftlyUI.swift",
        "Source/Core/UITextField+SwiftlyUI.swift",
        "Source/Core/UITextView+SwiftlyUI.swift",
        "Source/Core/UIView+SwiftlyUI.swift",
        "Source/Core/UIVisualEffectView+SwiftlyUI.swift",
        "Source/Extension/CAGradientLayer-SwiftlyUI.swift",
        "Source/Extension/ForEach-SwiftlyUI.swift",
        "Source/Extension/UIImage-SwiftlyUI.swift",
        "Source/Extension/UIKitPreviewable-SwiftlyUI.swift",
        "Source/Extension/UIView-SwiftlyUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwifterUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwifterUI -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwifterUI -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SwifterUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftlyUI' in project 'SwifterUI'
        ➜ Explicit dependency on target 'SwiftlyUI' in project 'SwifterUI'
    Target 'SwiftlyUI' in project 'SwifterUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 98761bc4717427518c59aa3fd38e37b1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/98761bc4717427518c59aa3fd38e37b1.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver SwiftlyUI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftlyUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftlyUI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftlyUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/armv7k/SwiftlyUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/armv7k/SwiftlyUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/armv7k/SwiftlyUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/armv7k/SwiftlyUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/armv7k/SwiftlyUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftlyUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftlyUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
EmitSwiftModule normal arm64_32 (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift:12:18: error: cannot find type 'UIActivityIndicatorView' in scope
public extension UIActivityIndicatorView {
                 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:14:18: error: cannot find type 'UIBackgroundConfiguration' in scope
public extension UIBackgroundConfiguration {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift:12:18: error: cannot find type 'UIBarItem' in scope
public extension UIBarItem {
                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift:78:18: error: cannot find type 'UIBarButtonItem' in scope
public extension UIBarButtonItem {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:12:18: error: cannot find type 'UIButton' in scope
public extension UIButton {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:148:18: error: cannot find type 'UIButton' in scope
public extension UIButton {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:239:18: error: cannot find type 'UIButton' in scope
public extension UIButton {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:274:18: error: cannot find type 'UIButton' in scope
public extension UIButton.Configuration {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:540:19: error: cannot find type 'UIButton' in scope
private extension UIButton.Configuration {
                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:566:19: error: cannot find type 'UIButton' in scope
private extension UIButton {
                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:18: error: cannot find type 'UICollectionViewCell' in scope
public extension UICollectionViewCell {
                 ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift:11:18: error: cannot find type 'UICollectionViewFlowLayout' in scope
public extension UICollectionViewFlowLayout {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:18: error: cannot find type 'UIDatePicker' in scope
public extension UIDatePicker {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:11:30: error: cannot find type 'UIImageView' in scope
public typealias ImageView = UIImageView
                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:14:18: error: cannot find type 'UIImageView' in scope
public extension UIImageView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift:11:18: error: cannot find type 'UIInputView' in scope
public extension UIInputView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:15:26: error: method does not override any method from its superclass
    public override func drawText(in rect: CGRect) {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:20:25: error: property does not override any property from its superclass
    public override var intrinsicContentSize: CGSize {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:12:27: error: cannot find type 'UILabel' in scope
public final class Label: UILabel {
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift:30:18: error: cannot find type 'UILabel' in scope
public extension UILabel {
                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift:12:18: error: cannot find type 'UIPageControl' in scope
public extension UIPageControl {
                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:11:18: error: cannot find type 'UIPickerView' in scope
public extension UIPickerView {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift:11:18: error: cannot find type 'UIRefreshControl' in scope
public extension UIRefreshControl {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:18: error: cannot find type 'UIScrollView' in scope
public extension UIScrollView {
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:282:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:282:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:299:25: error: property does not override any property from its superclass
    override public var contentOffset: CGPoint {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:308:26: error: method does not override any method from its superclass
    override public func setContentOffset(_ contentOffset: CGPoint, animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:280:33: error: cannot find type 'UIScrollView' in scope
public final class HScrollView: UIScrollView {
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:317:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:317:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:335:25: error: property does not override any property from its superclass
    override public var contentOffset: CGPoint {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:345:26: error: method does not override any method from its superclass
    override public func setContentOffset(_ contentOffset: CGPoint, animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:315:33: error: cannot find type 'UIScrollView' in scope
public final class VScrollView: UIScrollView {
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift:12:18: error: cannot find type 'UISearchBar' in scope
public extension UISearchBar {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift:12:18: error: cannot find type 'UISegmentedControl' in scope
public extension UISegmentedControl {
                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift:11:18: error: cannot find type 'UISlider' in scope
public extension UISlider {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:15:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:23:85: error: cannot find type 'UIView' in scope
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:23:51: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:33:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:50:47: error: cannot find type 'UIView' in scope
    convenience init(arrangedSubviews views: [UIView]) {
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:12:32: error: cannot find type 'UIStackView' in scope
public final class VStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:58:31: error: cannot find type 'NSLayoutConstraint' in scope
    public override var axis: NSLayoutConstraint.Axis {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:66:85: error: cannot find type 'UIView' in scope
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:66:51: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(spacing: CGFloat = 0, @SwiftlyUIBuilder content: () -> [UIView]) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:76:14: error: initializer does not override a designated initializer from its superclass
    override init(frame: CGRect) {
    ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:93:47: error: cannot find type 'UIView' in scope
    convenience init(arrangedSubviews views: [UIView]) {
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:55:32: error: cannot find type 'UIStackView' in scope
public final class HStackView: UIStackView {
                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:102:18: error: cannot find type 'UIStackView' in scope
public extension UIStackView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:198:18: error: cannot find type 'UIStackView' in scope
public extension UIStackView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:250:19: error: cannot find type 'UIStackView' in scope
private extension UIStackView {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:296:25: error: cannot find type 'UIStackView' in scope
    weak var stackView: UIStackView?
                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift:297:26: error: cannot find type 'UIView' in scope
    var separatorViews: [UIView] = []
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift:11:18: error: cannot find type 'UIStepper' in scope
public extension UIStepper {
                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:11:18: error: cannot find type 'UISwitch' in scope
public extension UISwitch {
                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:18: error: cannot find type 'UITableViewCell' in scope
public extension UITableViewCell {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:12:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:24:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:425:18: error: cannot find type 'UITextField' in scope
public extension UITextField {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:488:23: error: cannot find type 'UITextField' in scope
fileprivate extension UITextField {
                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:637:19: error: cannot find type 'UITextField' in scope
private extension UITextField {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:12:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:23:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:396:18: error: cannot find type 'UITextView' in scope
public extension UITextView {
                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:458:19: error: cannot find type 'UITextView' in scope
private extension UITextView {
                  ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:12:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:48:25: error: cannot find type 'NSLayoutConstraint' in scope
    public init(_ axis: NSLayoutConstraint.Axis) {
                        ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:53:23: error: cannot find type 'NSLayoutConstraint' in scope
    public init(axis: NSLayoutConstraint.Axis) {
                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:60:31: error: cannot find type 'NSLayoutConstraint' in scope
    private func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:105:22: error: initializer does not override a designated initializer from its superclass
    private override init(frame: CGRect) {
            ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:30: error: cannot find type 'UIView' in scope
public final class UISpacer: UIView {
                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:117:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:63: error: cannot find type 'UIView' in scope
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:29: error: result builder attribute 'SwiftlyUIBuilder' can only be applied to a parameter of function type
    public convenience init(@SwiftlyUIBuilder content: () -> [UIView]) {
                            ^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:637:32: error: cannot find type 'UIView' in scope
public final class ZStackView: UIView {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:653:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:909:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1618:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2216:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2491:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3033:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3325:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3905:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4357:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4422:20: error: cannot find type 'NSLayoutConstraint' in scope
    var attribute: NSLayoutConstraint.Attribute {
                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5252:37: error: cannot find type 'GestureType' in scope
        public static func == (lhs: GestureType, rhs: GestureType) -> Bool {
                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5252:55: error: cannot find type 'GestureType' in scope
        public static func == (lhs: GestureType, rhs: GestureType) -> Bool {
                                                      ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4460:19: error: cannot find type 'NSLayoutConstraint' in scope
    let relation: NSLayoutConstraint.Relation
                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4461:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let XAxisAnchor: NSLayoutXAxisAnchor?
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4462:22: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let YAxisAnchor: NSLayoutYAxisAnchor?
                     ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4463:20: error: cannot find type 'NSLayoutDimension' in scope
    let Dimension: NSLayoutDimension?
                   ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:118: error: cannot find type 'NSLayoutConstraint' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                     ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:169: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:210: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                                                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:249: error: cannot find type 'NSLayoutDimension' in scope
    init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
                                                                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4481:33: error: cannot find type 'NSLayoutConstraint' in scope
    static func from(attribute: NSLayoutConstraint.Attribute) -> ConstraintType? {
                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4498:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4520:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5085:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5324:40: error: cannot find type 'UIGestureRecognizer' in scope
private class GestureClosureWrapper<T: UIGestureRecognizer>: NSObject {
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5356:63: error: cannot find type 'UIGestureRecognizer' in scope
private class GestureHandler<T: AnyObject, GestureRecognizer: UIGestureRecognizer>: NSObject {
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5366:34: error: cannot find type 'UIGestureRecognizer' in scope
    @objc func invoke(_ gesture: UIGestureRecognizer) {
                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5377:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:11:18: error: cannot find type 'UIVisualEffectView' in scope
public extension UIVisualEffectView {
                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:10:18: error: cannot find type 'CAGradientLayer' in scope
public extension CAGradientLayer {
                 ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:22:33: error: cannot find type 'UIView' in scope
    public var swiftlyUIViews: [UIView] {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:30:26: error: cannot find type 'UIView' in scope
    var swiftlyUIViews: [UIView] { get }
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:11: error: cannot find type 'UIView' in scope
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:38:33: error: cannot find type 'UIView' in scope
    public var swiftlyUIViews: [UIView] {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:51: error: cannot find type 'UIViewController' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:22:47: error: cannot find type 'Context' in scope
    public func makeUIViewController(context: Context) -> Controller {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:26:81: error: cannot find type 'Context' in scope
    public func updateUIViewController(_ uiViewController: Controller, context: Context) {}
                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:70: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:35: error: cannot find type 'UIView' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:37:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> View {
                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:41:55: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: View, context: Context) {}
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:44: error: cannot find type 'UIViewRepresentable' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:66: error: cannot find type 'UIView' in scope
    public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:50: error: cannot find type 'UIView' in scope
    public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:14:41: error: cannot find type 'UIView' in scope
    public static func buildBlock() -> [UIView] { [] }
                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:66: error: cannot find type 'UIView' in scope
    public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:52: error: cannot find type 'UIView' in scope
    public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:65: error: cannot find type 'UIView' in scope
    public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
                                                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:51: error: cannot find type 'UIView' in scope
    public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
                                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:57: error: cannot find type 'UIView' in scope
    public static func buildEither(first: [UIView]) -> [UIView] { first }
                                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:44: error: cannot find type 'UIView' in scope
    public static func buildEither(first: [UIView]) -> [UIView] { first }
                                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:58: error: cannot find type 'UIView' in scope
    public static func buildEither(second: [UIView]) -> [UIView] { second }
                                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:45: error: cannot find type 'UIView' in scope
    public static func buildEither(second: [UIView]) -> [UIView] { second }
                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:63: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:50: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:85: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:56: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:72: error: cannot find type 'UIView' in scope
    public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
                                                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:66: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
                                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:54: error: cannot find type 'UIView' in scope
    public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:22:95: error: cannot find type 'UIView' in scope
    public static func buildExpression<T: SwiftlyUIViewBuildingProtocol>(_ expression: T) -> [UIView] { expression.swiftlyUIViews }
                                                                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:109:18: error: cannot find type 'UIView' in scope
    let options: UIView.AnimationOptions
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:212:18: error: cannot find type 'UIView' in scope
public extension UIView {
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:219:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:262:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:298:11: error: cannot find type 'UIView' in scope
extension UIView.GestureType {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:313:11: error: cannot find type 'UIGestureRecognizer' in scope
extension UIGestureRecognizer {
          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:340:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:349:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
Failed frontend command:
/Applications/Xcode-16.3.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/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 -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/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.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/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftlyUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-watchos/SwiftlyUI.build/Objects-normal/arm64_32/SwiftlyUI.abi.json
SwiftCompile normal arm64_32 Compiling\ UICollectionView+SwiftlyUI.swift,\ UICollectionViewCell+SwiftlyUI.swift,\ UICollectionViewFlowLayout+SwiftlyUI.swift,\ UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UISegmentedControl+SwiftlyUI.swift,\ UISlider+SwiftlyUI.swift,\ UIStackView+SwiftlyUI.swift,\ UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UISwitch+SwiftlyUI.swift,\ UITableView+SwiftlyUI.swift,\ UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIControl+SwiftlyUI.swift,\ UIDatePicker+SwiftlyUI.swift,\ UIFont+SwiftlyUI.swift,\ UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIActivityIndicatorView+SwiftlyUI.swift,\ UIBackgroundConfiguration+SwiftlyUI.swift,\ UIBarButtonItem+SwiftlyUI.swift,\ UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIPickerView+SwiftlyUI.swift,\ UIRefreshControl+SwiftlyUI.swift,\ UIScrollView+SwiftlyUI.swift,\ UISearchBar+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIImageView+SwiftlyUI.swift,\ UIInputView+SwiftlyUI.swift,\ UILabel+SwiftlyUI.swift,\ UIPageControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UITextField+SwiftlyUI.swift,\ UITextView+SwiftlyUI.swift,\ UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'SwiftlyUI' from project 'SwifterUI')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
	Building workspace spi-builder-workspace with scheme SwifterUI
(4 failures)
BUILD FAILURE 6.1 watchOS