The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build FlyHUD, reference 1.5.12 (638925), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 18:57:35 UTC.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:87:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:89:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:97:62: error: cannot find type 'UIControl' in scope
    open override func setTitle(_ title: String?, for state: UIControl.State) {
                                                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:106:68: error: cannot find type 'UIControl' in scope
    open override func setTitleColor(_ color: UIColor?, for state: UIControl.State) {
                                                                   ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:114:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:13: error: cannot find 'backgroundColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:47: error: cannot find 'titleColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:64: error: cannot infer contextual base in reference to member 'selected'
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                                              ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:22:20: error: cannot find type 'UIButton' in scope
open class Button: UIButton {
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: error: cannot find type 'UIProgressView' in scope
        case progress(UIProgressView.Style = .default)
                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: error: cannot find type 'UIView' in scope
        case custom(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/Sources/HUD/Views/ContentView.swift:17:17: error: type 'ContentView.Mode' does not conform to protocol 'Equatable'
    public enum Mode: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:21:24: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case progress(UIProgressView.Style = .default)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case custom(UIView)
                    ^
Swift.==:1:24: note: candidate would match if 'ContentView.Mode' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:17:17: note: add stubs for conformance
    public enum Mode: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ContentView.Mode, ContentView.Mode) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:72:43: error: cannot find type 'UIStackView' in scope
        fileprivate var valueOfStackView: UIStackView.Alignment {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:142:41: error: cannot find type 'UILabel' in scope
    public private(set) lazy var label: UILabel = Label(fontSize: 16.0, numberOfLines: 1, textColor: contentColor)
                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:144:48: error: cannot find type 'UILabel' in scope
    public private(set) lazy var detailsLabel: UILabel = Label(fontSize: 12.0, numberOfLines: 0, textColor: contentColor)
                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:35: error: cannot find 'UIStackView' in scope
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:35: error: cannot find 'UIStackView' in scope
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:92: error: cannot infer contextual base in reference to member 'vertical'
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                                                                          ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:75: error: cannot infer contextual base in reference to member 'horizontal'
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                                                         ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:392:27: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:392:39: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:282:28: error: cannot find type 'UIView' in scope
    private var indicator: 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/Sources/HUD/Views/ContentView.swift:283:43: error: cannot find type 'UIView' in scope
    private func setIndicator(_ newValue: 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/Sources/HUD/Views/ContentView.swift:317:25: error: property does not override any property from its superclass
    public override var isHidden: Bool {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:345:36: error: cannot find type 'UIMotionEffectGroup' in scope
    private var motionEffectGroup: UIMotionEffectGroup?
                                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:389:36: error: cannot find type 'NSLayoutConstraint' in scope
        let width, height, square: NSLayoutConstraint
                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:390:19: error: cannot find type 'EdgeConstraint' in scope
        let edge: EdgeConstraint
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:415:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:39:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:47:23: error: property does not override any property from its superclass
    open override var text: String? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:49:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:54:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:56:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:15:19: error: cannot find type 'UILabel' in scope
open class Label: UILabel {
                  ^~~~~~~
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/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift -target arm64_32-apple-watchos5.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlyHUD -package-name spi_builder_workspace -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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
EmitSwiftModule normal armv7k (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift:14: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/Sources/HUD/Extensions/HUDExtended.swift:60:28: error: type 'UIColor' has no member 'label'
            return UIColor.label.withAlphaComponent(0.7)
                   ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:30:73: error: cannot find 'bounds' in scope
    public private(set) lazy var backgroundView = BackgroundView(frame: bounds)
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:97:42: error: cannot find 'UIView' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                         ^~~~~~
/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/Sources/HUD/HUD.swift:97:56: error: cannot find 'bounds' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:109:40: error: cannot find type 'UIView' in scope
    public convenience init(with view: 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/Sources/HUD/HUD.swift:98:29: error: cannot find type 'EdgeConstraint' in scope
    private var constraint: EdgeConstraint?
                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:143:23: error: property does not override any property from its superclass
    open override var isHidden: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:153:36: error: cannot find type 'UIView' in scope
    open class func huds(for view: UIView) -> [HUD] {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:166:39: error: cannot find type 'UIView' in scope
    open class func lastHUD(for view: UIView) -> HUD? {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:191:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:225:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:257:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/Views/ContentView.swift:21:24: error: cannot find type 'UIActivityIndicatorView' in scope
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:286:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:314:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:328:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:344:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:358:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:613:24: error: method does not override any method from its superclass
    open override func didMoveToSuperview() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:637:75: error: cannot find type 'UIView' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Sources/HUD/HUD.swift:637:62: error: cannot find type 'UIEvent' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DisplayLink' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DisplayLink()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:24:14: note: class 'DisplayLink' does not conform to the 'Sendable' protocol
public class DisplayLink {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:26:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DisplayLink()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DisplayLink()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:63:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:48:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView: ActivityIndicatorViewable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:55:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView.Style: HUDExtended {}
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:56:46: error: cannot find type 'UIActivityIndicatorView' in scope
extension HUDExtension where ExtendedType == UIActivityIndicatorView.Style {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:58:30: error: cannot find type 'UIActivityIndicatorView' in scope
    public static var large: UIActivityIndicatorView.Style {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:39:11: error: cannot find type 'UIProgressView' in scope
extension UIProgressView: ProgressViewable {}
          ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:41:26: error: cannot find type 'UIProgressView' in scope
class iOSUIProgressView: UIProgressView {
                         ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:42:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift:15:55: error: cannot find type 'UIView' in scope
public protocol RotateViewable: AnyObject where Self: 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/Sources/HUD/Views/BackgroundView.swift:19:19: error: cannot find type 'UIBlurEffect' in scope
        case blur(UIBlurEffect.Style = {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: error: type 'BackgroundView.Style' does not conform to protocol 'Equatable'
    public enum Style: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:19:19: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'BackgroundView.Style' to 'Equatable'
        case blur(UIBlurEffect.Style = {
                  ^
Swift.==:1:24: note: candidate would match if 'BackgroundView.Style' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: note: add stubs for conformance
    public enum Style: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(BackgroundView.Style, BackgroundView.Style) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:39:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:55:44: error: cannot find 'backgroundColor' in scope
            color.h.notEqual(oldValue, do: backgroundColor = color)
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:59:29: error: cannot find type 'UIVisualEffectView' in scope
    private var effectView: UIVisualEffectView?
                            ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:72:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:83:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:16:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:15:22: error: cannot find type 'UIView' in scope
open class BaseView: 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/Sources/HUD/Views/Button.swift:26:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:32:50: error: cannot find 'layer' in scope
            borderWidth.h.notEqual(oldValue, do: layer.borderWidth = borderWidth)
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:51:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:66:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:77:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:87:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:89:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:97:62: error: cannot find type 'UIControl' in scope
    open override func setTitle(_ title: String?, for state: UIControl.State) {
                                                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:106:68: error: cannot find type 'UIControl' in scope
    open override func setTitleColor(_ color: UIColor?, for state: UIControl.State) {
                                                                   ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:114:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:13: error: cannot find 'backgroundColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:47: error: cannot find 'titleColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:64: error: cannot infer contextual base in reference to member 'selected'
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                                              ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:22:20: error: cannot find type 'UIButton' in scope
open class Button: UIButton {
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: error: cannot find type 'UIProgressView' in scope
        case progress(UIProgressView.Style = .default)
                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: error: cannot find type 'UIView' in scope
        case custom(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/Sources/HUD/Views/ContentView.swift:17:17: error: type 'ContentView.Mode' does not conform to protocol 'Equatable'
    public enum Mode: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:21:24: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case progress(UIProgressView.Style = .default)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case custom(UIView)
                    ^
Swift.==:1:24: note: candidate would match if 'ContentView.Mode' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:17:17: note: add stubs for conformance
    public enum Mode: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ContentView.Mode, ContentView.Mode) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:72:43: error: cannot find type 'UIStackView' in scope
        fileprivate var valueOfStackView: UIStackView.Alignment {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:142:41: error: cannot find type 'UILabel' in scope
    public private(set) lazy var label: UILabel = Label(fontSize: 16.0, numberOfLines: 1, textColor: contentColor)
                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:144:48: error: cannot find type 'UILabel' in scope
    public private(set) lazy var detailsLabel: UILabel = Label(fontSize: 12.0, numberOfLines: 0, textColor: contentColor)
                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:35: error: cannot find 'UIStackView' in scope
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:35: error: cannot find 'UIStackView' in scope
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:92: error: cannot infer contextual base in reference to member 'vertical'
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                                                                          ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:75: error: cannot infer contextual base in reference to member 'horizontal'
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                                                         ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:392:27: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:392:39: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:282:28: error: cannot find type 'UIView' in scope
    private var indicator: 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/Sources/HUD/Views/ContentView.swift:283:43: error: cannot find type 'UIView' in scope
    private func setIndicator(_ newValue: 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/Sources/HUD/Views/ContentView.swift:317:25: error: property does not override any property from its superclass
    public override var isHidden: Bool {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:345:36: error: cannot find type 'UIMotionEffectGroup' in scope
    private var motionEffectGroup: UIMotionEffectGroup?
                                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:389:36: error: cannot find type 'NSLayoutConstraint' in scope
        let width, height, square: NSLayoutConstraint
                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:390:19: error: cannot find type 'EdgeConstraint' in scope
        let edge: EdgeConstraint
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:415:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:39:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:47:23: error: property does not override any property from its superclass
    open override var text: String? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:49:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:54:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:56:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:15:19: error: cannot find type 'UILabel' in scope
open class Label: UILabel {
                  ^~~~~~~
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/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift -target armv7k-apple-watchos5.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlyHUD -package-name spi_builder_workspace -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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
EmitSwiftModule normal arm64 (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift:14: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/Sources/HUD/Extensions/HUDExtended.swift:60:28: error: type 'UIColor' has no member 'label'
            return UIColor.label.withAlphaComponent(0.7)
                   ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:30:73: error: cannot find 'bounds' in scope
    public private(set) lazy var backgroundView = BackgroundView(frame: bounds)
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:97:42: error: cannot find 'UIView' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                         ^~~~~~
/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/Sources/HUD/HUD.swift:97:56: error: cannot find 'bounds' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:109:40: error: cannot find type 'UIView' in scope
    public convenience init(with view: 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/Sources/HUD/HUD.swift:98:29: error: cannot find type 'EdgeConstraint' in scope
    private var constraint: EdgeConstraint?
                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:143:23: error: property does not override any property from its superclass
    open override var isHidden: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:153:36: error: cannot find type 'UIView' in scope
    open class func huds(for view: UIView) -> [HUD] {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:166:39: error: cannot find type 'UIView' in scope
    open class func lastHUD(for view: UIView) -> HUD? {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:191:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:225:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:257:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/Views/ContentView.swift:21:24: error: cannot find type 'UIActivityIndicatorView' in scope
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:286:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:314:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:328:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:344:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:358:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:613:24: error: method does not override any method from its superclass
    open override func didMoveToSuperview() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:637:75: error: cannot find type 'UIView' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Sources/HUD/HUD.swift:637:62: error: cannot find type 'UIEvent' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DisplayLink' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DisplayLink()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:24:14: note: class 'DisplayLink' does not conform to the 'Sendable' protocol
public class DisplayLink {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:26:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DisplayLink()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DisplayLink()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:63:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:48:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView: ActivityIndicatorViewable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:55:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView.Style: HUDExtended {}
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:56:46: error: cannot find type 'UIActivityIndicatorView' in scope
extension HUDExtension where ExtendedType == UIActivityIndicatorView.Style {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:58:30: error: cannot find type 'UIActivityIndicatorView' in scope
    public static var large: UIActivityIndicatorView.Style {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:39:11: error: cannot find type 'UIProgressView' in scope
extension UIProgressView: ProgressViewable {}
          ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:41:26: error: cannot find type 'UIProgressView' in scope
class iOSUIProgressView: UIProgressView {
                         ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:42:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift:15:55: error: cannot find type 'UIView' in scope
public protocol RotateViewable: AnyObject where Self: 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/Sources/HUD/Views/BackgroundView.swift:19:19: error: cannot find type 'UIBlurEffect' in scope
        case blur(UIBlurEffect.Style = {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: error: type 'BackgroundView.Style' does not conform to protocol 'Equatable'
    public enum Style: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:19:19: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'BackgroundView.Style' to 'Equatable'
        case blur(UIBlurEffect.Style = {
                  ^
Swift.==:1:24: note: candidate would match if 'BackgroundView.Style' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: note: add stubs for conformance
    public enum Style: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(BackgroundView.Style, BackgroundView.Style) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:39:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:55:44: error: cannot find 'backgroundColor' in scope
            color.h.notEqual(oldValue, do: backgroundColor = color)
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:59:29: error: cannot find type 'UIVisualEffectView' in scope
    private var effectView: UIVisualEffectView?
                            ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:72:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:83:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:16:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:15:22: error: cannot find type 'UIView' in scope
open class BaseView: 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/Sources/HUD/Views/Button.swift:26:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:32:50: error: cannot find 'layer' in scope
            borderWidth.h.notEqual(oldValue, do: layer.borderWidth = borderWidth)
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:51:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:66:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:77:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:87:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:89:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:97:62: error: cannot find type 'UIControl' in scope
    open override func setTitle(_ title: String?, for state: UIControl.State) {
                                                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:106:68: error: cannot find type 'UIControl' in scope
    open override func setTitleColor(_ color: UIColor?, for state: UIControl.State) {
                                                                   ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:114:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:13: error: cannot find 'backgroundColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:47: error: cannot find 'titleColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:64: error: cannot infer contextual base in reference to member 'selected'
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                                              ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:22:20: error: cannot find type 'UIButton' in scope
open class Button: UIButton {
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: error: cannot find type 'UIProgressView' in scope
        case progress(UIProgressView.Style = .default)
                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: error: cannot find type 'UIView' in scope
        case custom(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/Sources/HUD/Views/ContentView.swift:17:17: error: type 'ContentView.Mode' does not conform to protocol 'Equatable'
    public enum Mode: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:21:24: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case progress(UIProgressView.Style = .default)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case custom(UIView)
                    ^
Swift.==:1:24: note: candidate would match if 'ContentView.Mode' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:17:17: note: add stubs for conformance
    public enum Mode: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ContentView.Mode, ContentView.Mode) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:72:43: error: cannot find type 'UIStackView' in scope
        fileprivate var valueOfStackView: UIStackView.Alignment {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:142:41: error: cannot find type 'UILabel' in scope
    public private(set) lazy var label: UILabel = Label(fontSize: 16.0, numberOfLines: 1, textColor: contentColor)
                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:144:48: error: cannot find type 'UILabel' in scope
    public private(set) lazy var detailsLabel: UILabel = Label(fontSize: 12.0, numberOfLines: 0, textColor: contentColor)
                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:35: error: cannot find 'UIStackView' in scope
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:35: error: cannot find 'UIStackView' in scope
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:92: error: cannot infer contextual base in reference to member 'vertical'
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                                                                          ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:75: error: cannot infer contextual base in reference to member 'horizontal'
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                                                         ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:392:27: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:392:39: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:282:28: error: cannot find type 'UIView' in scope
    private var indicator: 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/Sources/HUD/Views/ContentView.swift:283:43: error: cannot find type 'UIView' in scope
    private func setIndicator(_ newValue: 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/Sources/HUD/Views/ContentView.swift:317:25: error: property does not override any property from its superclass
    public override var isHidden: Bool {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:345:36: error: cannot find type 'UIMotionEffectGroup' in scope
    private var motionEffectGroup: UIMotionEffectGroup?
                                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:389:36: error: cannot find type 'NSLayoutConstraint' in scope
        let width, height, square: NSLayoutConstraint
                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:390:19: error: cannot find type 'EdgeConstraint' in scope
        let edge: EdgeConstraint
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:415:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:39:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:47:23: error: property does not override any property from its superclass
    open override var text: String? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:49:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:54:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:56:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:15:19: error: cannot find type 'UILabel' in scope
open class Label: UILabel {
                  ^~~~~~~
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/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlyHUD -package-name spi_builder_workspace -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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD.abi.json
SwiftCompile normal arm64_32 Compiling\ Model.swift,\ DisplayLink.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Model.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ProgressViewable.swift,\ RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Button.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Label.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ HUDExtended.swift,\ HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ HUDExtended.swift,\ HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ProgressViewable.swift,\ RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'FlyHUD' from project 'FlyHUD')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
	EmitSwiftModule normal armv7k (in target 'FlyHUD' from project 'FlyHUD')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
	EmitSwiftModule normal arm64 (in target 'FlyHUD' from project 'FlyHUD')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
	SwiftCompile normal armv7k Compiling\ ProgressViewable.swift,\ RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
	Building workspace spi-builder-workspace with scheme FlyHUD-Package
(8 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:
  FlyHUD: /Users/admin/builder/spi-builder-workspace
resolved source packages: FlyHUD
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlyHUD",
  "name" : "FlyHUD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FlyHUD",
      "targets" : [
        "FlyHUD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlyIndicatorHUD",
      "targets" : [
        "FlyIndicatorHUD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlyProgressHUD",
      "targets" : [
        "FlyProgressHUD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlyProgressHUD",
      "module_type" : "SwiftTarget",
      "name" : "FlyProgressHUD",
      "path" : "Sources/ProgressHUD",
      "product_memberships" : [
        "FlyProgressHUD"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ProgressHUD/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HUD+ProgressView.swift",
        "ProgressAnimation.swift",
        "ProgressView.swift"
      ],
      "target_dependencies" : [
        "FlyHUD"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlyIndicatorHUD",
      "module_type" : "SwiftTarget",
      "name" : "FlyIndicatorHUD",
      "path" : "Sources/IndicatorHUD",
      "product_memberships" : [
        "FlyIndicatorHUD"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/IndicatorHUD/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ActivityIndicatorAnimation.swift",
        "ActivityIndicatorView.swift",
        "HUD+ActivityIndicatorView.swift",
        "ShapeBuilder.swift"
      ],
      "target_dependencies" : [
        "FlyHUD"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlyHUD",
      "module_type" : "SwiftTarget",
      "name" : "FlyHUD",
      "path" : "Sources/HUD",
      "product_memberships" : [
        "FlyHUD",
        "FlyIndicatorHUD",
        "FlyProgressHUD"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HUD/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Extensions.swift",
        "Extensions/HUDExtended.swift",
        "HUD.swift",
        "Model.swift",
        "Observables/DisplayLink.swift",
        "Observables/KeyboardObserver.swift",
        "Protocols/ActivityIndicatorViewable.swift",
        "Protocols/ProgressViewable.swift",
        "Protocols/RotateViewable.swift",
        "Views/BackgroundView.swift",
        "Views/BaseView.swift",
        "Views/Button.swift",
        "Views/ContentView.swift",
        "Views/Label.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FlyHUD",
      "FlyHUD-Package",
      "FlyIndicatorHUD",
      "FlyProgressHUD"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlyHUD-Package -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 FlyHUD-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  FlyHUD: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'FlyProgressHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyProgressHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD_FlyProgressHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD' in project 'FlyHUD'
    Target 'FlyProgressHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD_FlyProgressHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD' in project 'FlyHUD'
    Target 'FlyHUD_FlyProgressHUD' in project 'FlyHUD' (no dependencies)
    Target 'FlyIndicatorHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyIndicatorHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD_FlyIndicatorHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD' in project 'FlyHUD'
    Target 'FlyIndicatorHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD_FlyIndicatorHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD' in project 'FlyHUD'
    Target 'FlyHUD_FlyIndicatorHUD' in project 'FlyHUD' (no dependencies)
    Target 'FlyHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD_FlyHUD' in project 'FlyHUD'
    Target 'FlyHUD' in project 'FlyHUD'
        ➜ Explicit dependency on target 'FlyHUD_FlyHUD' in project 'FlyHUD'
    Target 'FlyHUD_FlyHUD' in project 'FlyHUD' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: 1641b407e83adefffa8d254c236d9280
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1641b407e83adefffa8d254c236d9280.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
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FlyHUD_FlyProgressHUD.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD_FlyProgressHUD.build/empty-FlyHUD_FlyProgressHUD.plist (in target 'FlyHUD_FlyProgressHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD_FlyProgressHUD.build/empty-FlyHUD_FlyProgressHUD.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FlyHUD_FlyProgressHUD.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FlyHUD_FlyIndicatorHUD.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD_FlyIndicatorHUD.build/empty-FlyHUD_FlyIndicatorHUD.plist (in target 'FlyHUD_FlyIndicatorHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD_FlyIndicatorHUD.build/empty-FlyHUD_FlyIndicatorHUD.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FlyHUD_FlyIndicatorHUD.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FlyHUD_FlyHUD.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD_FlyHUD.build/empty-FlyHUD_FlyHUD.plist (in target 'FlyHUD_FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD_FlyHUD.build/empty-FlyHUD_FlyHUD.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FlyHUD_FlyHUD.bundle/Info.plist
SwiftDriver FlyHUD normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FlyHUD' from project 'FlyHUD')
    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 FlyHUD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.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-watchos5.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FlyHUD normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FlyHUD' from project 'FlyHUD')
    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 FlyHUD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD.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-watchos5.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD-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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/armv7k/FlyHUD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FlyHUD normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyHUD' from project 'FlyHUD')
    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 FlyHUD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD.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-watchos5.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD-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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64/FlyHUD-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\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
EmitSwiftModule normal arm64_32 (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift:14: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/Sources/HUD/Extensions/HUDExtended.swift:60:28: error: type 'UIColor' has no member 'label'
            return UIColor.label.withAlphaComponent(0.7)
                   ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:30:73: error: cannot find 'bounds' in scope
    public private(set) lazy var backgroundView = BackgroundView(frame: bounds)
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:97:42: error: cannot find 'UIView' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                         ^~~~~~
/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/Sources/HUD/HUD.swift:97:56: error: cannot find 'bounds' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:109:40: error: cannot find type 'UIView' in scope
    public convenience init(with view: 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/Sources/HUD/HUD.swift:98:29: error: cannot find type 'EdgeConstraint' in scope
    private var constraint: EdgeConstraint?
                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:143:23: error: property does not override any property from its superclass
    open override var isHidden: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:153:36: error: cannot find type 'UIView' in scope
    open class func huds(for view: UIView) -> [HUD] {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:166:39: error: cannot find type 'UIView' in scope
    open class func lastHUD(for view: UIView) -> HUD? {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:191:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:225:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:257:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/Views/ContentView.swift:21:24: error: cannot find type 'UIActivityIndicatorView' in scope
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:286:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:314:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:328:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:344:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:358:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:613:24: error: method does not override any method from its superclass
    open override func didMoveToSuperview() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:637:75: error: cannot find type 'UIView' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Sources/HUD/HUD.swift:637:62: error: cannot find type 'UIEvent' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:63:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:48:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView: ActivityIndicatorViewable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:55:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView.Style: HUDExtended {}
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:56:46: error: cannot find type 'UIActivityIndicatorView' in scope
extension HUDExtension where ExtendedType == UIActivityIndicatorView.Style {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:58:30: error: cannot find type 'UIActivityIndicatorView' in scope
    public static var large: UIActivityIndicatorView.Style {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:39:11: error: cannot find type 'UIProgressView' in scope
extension UIProgressView: ProgressViewable {}
          ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:41:26: error: cannot find type 'UIProgressView' in scope
class iOSUIProgressView: UIProgressView {
                         ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:42:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift:15:55: error: cannot find type 'UIView' in scope
public protocol RotateViewable: AnyObject where Self: 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/Sources/HUD/Views/BackgroundView.swift:19:19: error: cannot find type 'UIBlurEffect' in scope
        case blur(UIBlurEffect.Style = {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: error: type 'BackgroundView.Style' does not conform to protocol 'Equatable'
    public enum Style: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:19:19: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'BackgroundView.Style' to 'Equatable'
        case blur(UIBlurEffect.Style = {
                  ^
Swift.==:1:24: note: candidate would match if 'BackgroundView.Style' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: note: add stubs for conformance
    public enum Style: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(BackgroundView.Style, BackgroundView.Style) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:39:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:55:44: error: cannot find 'backgroundColor' in scope
            color.h.notEqual(oldValue, do: backgroundColor = color)
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:59:29: error: cannot find type 'UIVisualEffectView' in scope
    private var effectView: UIVisualEffectView?
                            ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:72:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:83:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:16:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:15:22: error: cannot find type 'UIView' in scope
open class BaseView: 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/Sources/HUD/Views/Button.swift:26:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:32:50: error: cannot find 'layer' in scope
            borderWidth.h.notEqual(oldValue, do: layer.borderWidth = borderWidth)
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:51:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:66:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:77:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:87:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:89:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:97:62: error: cannot find type 'UIControl' in scope
    open override func setTitle(_ title: String?, for state: UIControl.State) {
                                                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:106:68: error: cannot find type 'UIControl' in scope
    open override func setTitleColor(_ color: UIColor?, for state: UIControl.State) {
                                                                   ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:114:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:13: error: cannot find 'backgroundColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:47: error: cannot find 'titleColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:64: error: cannot infer contextual base in reference to member 'selected'
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                                              ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:22:20: error: cannot find type 'UIButton' in scope
open class Button: UIButton {
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: error: cannot find type 'UIProgressView' in scope
        case progress(UIProgressView.Style = .default)
                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: error: cannot find type 'UIView' in scope
        case custom(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/Sources/HUD/Views/ContentView.swift:17:17: error: type 'ContentView.Mode' does not conform to protocol 'Equatable'
    public enum Mode: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:21:24: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case progress(UIProgressView.Style = .default)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case custom(UIView)
                    ^
Swift.==:1:24: note: candidate would match if 'ContentView.Mode' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:17:17: note: add stubs for conformance
    public enum Mode: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ContentView.Mode, ContentView.Mode) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:72:43: error: cannot find type 'UIStackView' in scope
        fileprivate var valueOfStackView: UIStackView.Alignment {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:142:41: error: cannot find type 'UILabel' in scope
    public private(set) lazy var label: UILabel = Label(fontSize: 16.0, numberOfLines: 1, textColor: contentColor)
                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:144:48: error: cannot find type 'UILabel' in scope
    public private(set) lazy var detailsLabel: UILabel = Label(fontSize: 12.0, numberOfLines: 0, textColor: contentColor)
                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:35: error: cannot find 'UIStackView' in scope
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:35: error: cannot find 'UIStackView' in scope
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:92: error: cannot infer contextual base in reference to member 'vertical'
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                                                                          ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:75: error: cannot infer contextual base in reference to member 'horizontal'
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                                                         ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:392:27: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:392:39: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:282:28: error: cannot find type 'UIView' in scope
    private var indicator: 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/Sources/HUD/Views/ContentView.swift:283:43: error: cannot find type 'UIView' in scope
    private func setIndicator(_ newValue: 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/Sources/HUD/Views/ContentView.swift:317:25: error: property does not override any property from its superclass
    public override var isHidden: Bool {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:345:36: error: cannot find type 'UIMotionEffectGroup' in scope
    private var motionEffectGroup: UIMotionEffectGroup?
                                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:389:36: error: cannot find type 'NSLayoutConstraint' in scope
        let width, height, square: NSLayoutConstraint
                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:390:19: error: cannot find type 'EdgeConstraint' in scope
        let edge: EdgeConstraint
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:415:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:39:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:47:23: error: property does not override any property from its superclass
    open override var text: String? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:49:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:54:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:56:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:15:19: error: cannot find type 'UILabel' in scope
open class Label: UILabel {
                  ^~~~~~~
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/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift -target arm64_32-apple-watchos5.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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD_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/FlyHUD.build/Debug-watchos/FlyHUD.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/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlyHUD -package-name spi_builder_workspace -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/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/Objects-normal/arm64_32/FlyHUD.abi.json
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyHUD.build/Debug-watchos/FlyHUD.build/DerivedSources/resource_bundle_accessor.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ HUDExtended.swift,\ HUD.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/HUDExtended.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ KeyboardObserver.swift,\ ActivityIndicatorViewable.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/KeyboardObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/KeyboardObserver.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Button.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Label.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/HUD/Extensions/Extensions.swift:14: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/Sources/HUD/Extensions/HUDExtended.swift:60:28: error: type 'UIColor' has no member 'label'
            return UIColor.label.withAlphaComponent(0.7)
                   ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:30:73: error: cannot find 'bounds' in scope
    public private(set) lazy var backgroundView = BackgroundView(frame: bounds)
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:97:42: error: cannot find 'UIView' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                         ^~~~~~
/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/Sources/HUD/HUD.swift:97:56: error: cannot find 'bounds' in scope
    private lazy var keyboardGuideView = UIView(frame: bounds)
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:109:40: error: cannot find type 'UIView' in scope
    public convenience init(with view: 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/Sources/HUD/HUD.swift:98:29: error: cannot find type 'EdgeConstraint' in scope
    private var constraint: EdgeConstraint?
                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:143:23: error: property does not override any property from its superclass
    open override var isHidden: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:153:36: error: cannot find type 'UIView' in scope
    open class func huds(for view: UIView) -> [HUD] {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:166:39: error: cannot find type 'UIView' in scope
    open class func lastHUD(for view: UIView) -> HUD? {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:191:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:225:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:257:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/Views/ContentView.swift:21:24: error: cannot find type 'UIActivityIndicatorView' in scope
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:286:18: error: cannot find type 'UIView' in scope
        to view: 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/Sources/HUD/HUD.swift:314:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:328:36: error: cannot find type 'UIView' in scope
    open class func hide(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                   ^~~~~~
/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/Sources/HUD/HUD.swift:344:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, animated: Bool = true, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:358:39: error: cannot find type 'UIView' in scope
    open class func hideAll(for view: UIView, using animation: Animation?, afterDelay delay: TimeInterval = 0.0) -> Bool {
                                      ^~~~~~
/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/Sources/HUD/HUD.swift:613:24: error: method does not override any method from its superclass
    open override func didMoveToSuperview() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/HUD.swift:637:75: error: cannot find type 'UIView' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Sources/HUD/HUD.swift:637:62: error: cannot find type 'UIEvent' in scope
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Observables/DisplayLink.swift:63:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:48:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView: ActivityIndicatorViewable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:55:11: error: cannot find type 'UIActivityIndicatorView' in scope
extension UIActivityIndicatorView.Style: HUDExtended {}
          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:56:46: error: cannot find type 'UIActivityIndicatorView' in scope
extension HUDExtension where ExtendedType == UIActivityIndicatorView.Style {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ActivityIndicatorViewable.swift:58:30: error: cannot find type 'UIActivityIndicatorView' in scope
    public static var large: UIActivityIndicatorView.Style {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:39:11: error: cannot find type 'UIProgressView' in scope
extension UIProgressView: ProgressViewable {}
          ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:41:26: error: cannot find type 'UIProgressView' in scope
class iOSUIProgressView: UIProgressView {
                         ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/ProgressViewable.swift:42:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Protocols/RotateViewable.swift:15:55: error: cannot find type 'UIView' in scope
public protocol RotateViewable: AnyObject where Self: 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/Sources/HUD/Views/BackgroundView.swift:19:19: error: cannot find type 'UIBlurEffect' in scope
        case blur(UIBlurEffect.Style = {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: error: type 'BackgroundView.Style' does not conform to protocol 'Equatable'
    public enum Style: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:19:19: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'BackgroundView.Style' to 'Equatable'
        case blur(UIBlurEffect.Style = {
                  ^
Swift.==:1:24: note: candidate would match if 'BackgroundView.Style' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'BackgroundView.Style' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'BackgroundView.Style' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:15:17: note: add stubs for conformance
    public enum Style: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(BackgroundView.Style, BackgroundView.Style) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:39:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:55:44: error: cannot find 'backgroundColor' in scope
            color.h.notEqual(oldValue, do: backgroundColor = color)
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:59:29: error: cannot find type 'UIVisualEffectView' in scope
    private var effectView: UIVisualEffectView?
                            ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:72:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BackgroundView.swift:83:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:16:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift:15:22: error: cannot find type 'UIView' in scope
open class BaseView: 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/Sources/HUD/Views/Button.swift:26:53: error: cannot find 'setNeedsLayout' in scope
            roundedCorners.h.notEqual(oldValue, do: setNeedsLayout())
                                                    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:32:50: error: cannot find 'layer' in scope
            borderWidth.h.notEqual(oldValue, do: layer.borderWidth = borderWidth)
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:51:21: error: initializer does not override a designated initializer from its superclass
    public override init(frame: CGRect) {
           ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:66:24: error: method does not override any method from its superclass
    open override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:77:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:87:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:89:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:97:62: error: cannot find type 'UIControl' in scope
    open override func setTitle(_ title: String?, for state: UIControl.State) {
                                                             ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:106:68: error: cannot find type 'UIControl' in scope
    open override func setTitleColor(_ color: UIColor?, for state: UIControl.State) {
                                                                   ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:114:23: error: property does not override any property from its superclass
    open override var isHighlighted: Bool {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:13: error: cannot find 'backgroundColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:47: error: cannot find 'titleColor' in scope
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:116:64: error: cannot infer contextual base in reference to member 'selected'
            backgroundColor = isHighlighted ? titleColor(for: .selected)?.withAlphaComponent(0.1) : .clear
                                                              ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Button.swift:22:20: error: cannot find type 'UIButton' in scope
open class Button: UIButton {
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: error: cannot find type 'UIProgressView' in scope
        case progress(UIProgressView.Style = .default)
                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: error: cannot find type 'UIView' in scope
        case custom(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/Sources/HUD/Views/ContentView.swift:17:17: error: type 'ContentView.Mode' does not conform to protocol 'Equatable'
    public enum Mode: Equatable, HUDExtended {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:21:24: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case indicator(UIActivityIndicatorView.Style = .h.large)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:23:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case progress(UIProgressView.Style = .default)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:26:21: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ContentView.Mode' to 'Equatable'
        case custom(UIView)
                    ^
Swift.==:1:24: note: candidate would match if 'ContentView.Mode' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ContentView.Mode' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'ContentView.Mode' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:17:17: note: add stubs for conformance
    public enum Mode: Equatable, HUDExtended {
                ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ContentView.Mode, ContentView.Mode) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:72:43: error: cannot find type 'UIStackView' in scope
        fileprivate var valueOfStackView: UIStackView.Alignment {
                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:142:41: error: cannot find type 'UILabel' in scope
    public private(set) lazy var label: UILabel = Label(fontSize: 16.0, numberOfLines: 1, textColor: contentColor)
                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:144:48: error: cannot find type 'UILabel' in scope
    public private(set) lazy var detailsLabel: UILabel = Label(fontSize: 12.0, numberOfLines: 0, textColor: contentColor)
                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:35: error: cannot find 'UIStackView' in scope
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:35: error: cannot find 'UIStackView' in scope
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:206:92: error: cannot infer contextual base in reference to member 'vertical'
    private lazy var vStackView = UIStackView(views: [label, detailsLabel, button], axis: .vertical)
                                                                                          ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:205:75: error: cannot infer contextual base in reference to member 'horizontal'
    private lazy var hStackView = UIStackView(views: [vStackView], axis: .horizontal)
                                                                         ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:392:27: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:392:39: error: cannot find type 'UIView' in scope
        init(_ stackView: UIView, to: 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/Sources/HUD/Views/ContentView.swift:282:28: error: cannot find type 'UIView' in scope
    private var indicator: 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/Sources/HUD/Views/ContentView.swift:283:43: error: cannot find type 'UIView' in scope
    private func setIndicator(_ newValue: 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/Sources/HUD/Views/ContentView.swift:317:25: error: property does not override any property from its superclass
    public override var isHidden: Bool {
           ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:345:36: error: cannot find type 'UIMotionEffectGroup' in scope
    private var motionEffectGroup: UIMotionEffectGroup?
                                   ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:389:36: error: cannot find type 'NSLayoutConstraint' in scope
        let width, height, square: NSLayoutConstraint
                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:390:19: error: cannot find type 'EdgeConstraint' in scope
        let edge: EdgeConstraint
                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift:415:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:39:23: error: property does not override any property from its superclass
    open override var intrinsicContentSize: CGSize {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:47:23: error: property does not override any property from its superclass
    open override var text: String? {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:49:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:54:23: error: property does not override any property from its superclass
    open override var bounds: CGRect {
         ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:56:13: error: cannot find 'isHiddenInStackView' in scope
            isHiddenInStackView = isEmptyOfText
            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift:15:19: error: cannot find type 'UILabel' in scope
open class Label: UILabel {
                  ^~~~~~~
SwiftCompile normal armv7k Compiling\ BaseView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/BaseView.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift (in target 'FlyHUD' from project 'FlyHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/ContentView.swift (in target 'FlyHUD' from project 'FlyHUD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Label.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift (in target 'FlyHUD' from project 'FlyHUD')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'FlyHUD' from project 'FlyHUD')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlyHUD (in target 'FlyHUD' from project 'FlyHUD')
	EmitSwiftModule normal armv7k (in target 'FlyHUD' from project 'FlyHUD')
	SwiftCompile normal armv7k Compiling\ Label.swift /Users/admin/builder/spi-builder-workspace/Sources/HUD/Views/Label.swift (in target 'FlyHUD' from project 'FlyHUD')
	Building workspace spi-builder-workspace with scheme FlyHUD-Package
(5 failures)
BUILD FAILURE 6.1 watchOS