This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SwiftEntryKit with Swift 5.9 for watchOS using Xcode 15.2.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftEntryKit -destination generic/platform=watchos

Build Log

                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:74:13: error: cannot find 'layer' in scope
            layer.backgroundColor = backgroundColor.cgColor
            ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:20: error: cannot find type 'UIView' in scope
class EKStyleView: UIView {
                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:42:40: error: cannot find type 'NSLayoutConstraint' in scope
    private var entranceOutConstraint: NSLayoutConstraint!
                                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:43:36: error: cannot find type 'NSLayoutConstraint' in scope
    private var exitOutConstraint: NSLayoutConstraint!
                                   ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:44:41: error: cannot find type 'NSLayoutConstraint' in scope
    private var swipeDownOutConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:45:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var swipeUpOutConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:46:35: error: cannot find type 'NSLayoutConstraint' in scope
    private var popOutConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:47:31: error: cannot find type 'NSLayoutConstraint' in scope
    private var inConstraint: NSLayoutConstraint!
                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:48:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var resistanceConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:49:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var inKeyboardConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:179:128: error: cannot find type 'NSLayoutConstraint' in scope
    private func setupOutConstraint(animation: EKAttributes.Animation?, messageInAnchor: QLAttribute, priority: QLPriority) -> NSLayoutConstraint {
                                                                                                                               ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:17:22: error: cannot find type 'UIView' in scope
class EKContentView: UIView {
                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:511:20: error: cannot find type 'UIView' in scope
        let curve: UIView.AnimationOptions
                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:611:41: error: cannot find type 'UIPanGestureRecognizer' in scope
    @objc func panGestureRecognized(gr: UIPanGestureRecognizer) {
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:721:60: error: cannot find type 'UIGestureRecognizer' in scope
    private func handleExitDelayIfNeeded(byPanState state: UIGestureRecognizer.State) {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:47: error: cannot find type 'UITouch' in scope
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:69: error: cannot find type 'UIEvent' in scope
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:19: error: method does not override any method from its superclass
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:47: error: cannot find type 'UITouch' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:69: error: cannot find type 'UIEvent' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:19: error: method does not override any method from its superclass
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:51: error: cannot find type 'UITouch' in scope
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:73: error: cannot find type 'UIEvent' in scope
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:19: error: method does not override any method from its superclass
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:38:35: error: cannot find type 'UIView' in scope
    private lazy var contentView: UIView = {
                                  ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:14:29: error: cannot find type 'UIViewController' in scope
        var viewController: UIViewController!
                            ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:15:19: error: cannot find type 'UIView' in scope
        var view: UIView!
                  ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:18:30: error: cannot find type 'UIViewController' in scope
        init(viewController: UIViewController, attributes: EKAttributes) {
                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:24:20: error: cannot find type 'UIView' in scope
        init(view: UIView, attributes: EKAttributes) {
                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:26:28: error: cannot find type 'UIWindow' in scope
        case custom(level: UIWindow.Level)
                           ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:48:14: error: value of type 'EKEntryView' has no member 'addSubview'
        self.addSubview(contentContainerView)
        ~~~~ ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:75:29: error: cannot find type 'UIView' in scope
    func transform(to view: UIView) {
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: error: property does not override any property from its superclass
    override var shouldAutorotate: Bool {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:50: error: cannot find type 'UIInterfaceOrientationMask' in scope
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:18: error: property does not override any property from its superclass
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:78:17: error: cannot find 'UIApplication' in scope
                UIApplication.shared.set(statusBarStyle: statusBar)
                ^~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:43: error: cannot find type 'UIStatusBarStyle' in scope
    override var preferredStatusBarStyle: UIStatusBarStyle {
                                          ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:18: error: property does not override any property from its superclass
    override var preferredStatusBarStyle: UIStatusBarStyle {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:90:18: error: property does not override any property from its superclass
    override var prefersStatusBarHidden: Bool {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:109:26: error: method does not override any method from its superclass
    override public func loadView() {
    ~~~~~~~~             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:116:26: error: method does not override any method from its superclass
    override public func viewWillDisappear(_ animated: Bool) {
    ~~~~~~~~             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:16:29: error: cannot find type 'UIViewController' in scope
class EKRootViewController: UIViewController {
  ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:47: error: cannot find type 'UITouch' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:69: error: cannot find type 'UIEvent' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:19: error: method does not override any method from its superclass
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:12:35: error: cannot find type 'CAShapeLayer' in scope
    private lazy var borderLayer: CAShapeLayer = {
                                  ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:50:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:15:23: error: cannot find type 'UIViewController' in scope
    init(with rootVC: UIViewController) {
                      ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:70: error: cannot find type 'UIView' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:57: error: cannot find type 'UIEvent' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:19: error: method does not override any method from its superclass
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:11:17: error: cannot find type 'UIWindow' in scope
class EKWindow: UIWindow {
                ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:38:42: error: cannot find type 'UIWindow' in scope
    private weak var mainRollbackWindow: UIWindow?
                                         ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:136:29: error: cannot find type 'UIView' in scope
    func transform(to view: UIView) {
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:141:24: error: cannot find type 'UIView' in scope
    func display(view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:147:34: error: cannot find type 'UIViewController' in scope
    func display(viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                                 ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:70: error: cannot find type 'UIView' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:57: error: cannot find type 'UIEvent' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:19: error: method does not override any method from its superclass
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:11:22: error: cannot find type 'UIView' in scope
class EKWrapperView: UIView {
                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:41:29: error: cannot find type 'UIWindow' in scope
        case custom(window: UIWindow)
                            ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:14:49: error: cannot find type 'NSLayoutConstraint' in scope
    private var buttonsBarCompressedConstraint: NSLayoutConstraint!
                                                ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:15:47: error: cannot find type 'NSLayoutConstraint' in scope
    private var buttonsBarExpandedConstraint: NSLayoutConstraint!
                                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:10:35: error: cannot find type 'UIView' in scope
public class EKSimpleMessageView: UIView {
                                  ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:17:30: error: cannot find 'UIScrollView' in scope
    private let scrollView = UIScrollView()
                             ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:10:39: error: cannot find type 'UIView' in scope
final public class EKFormMessageView: UIView {
                                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:15:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:16:33: error: cannot find 'UILabel' in scope
    private let subtitleLabel = UILabel()
                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:19:32: error: cannot find type 'NSLayoutConstraint' in scope
    private var topConstraint: NSLayoutConstraint!
                               ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:20:35: error: cannot find type 'NSLayoutConstraint' in scope
    private var bottomConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:21:41: error: cannot find type 'NSLayoutConstraint' in scope
    private var labelsOffsetConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:63:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:71:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:78:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:11:36: error: cannot find type 'UIView' in scope
public class EKMessageContentView: UIView {
                                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:14:27: error: cannot find type 'UILabel' in scope
    private var auxLabel: UILabel!
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:15:28: error: cannot find type 'UIImageView' in scope
    private var imageView: UIImageView!
                           ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: cannot find 'UILabel' in scope
    private let descriptionLabel = UILabel()
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: cannot find 'UIButton' in scope
    private let actionButton = UIButton()
                               ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:78: error: cann
ot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKPopUpMessageView: UIView {
                                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift:11:41: error: cannot find type 'UIView' in scope
final public class EKRatingMessageView: UIView, EntryAppearanceDescriptor {
                                        ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:13:25: error: cannot find type 'UIImageView' in scope
    var thumbImageView: UIImageView!
                        ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:55:42: error: cannot find type 'NSLayoutConstraint' in scope
    private lazy var expandedConstraint: NSLayoutConstraint = {
                                         ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:22:34: error: cannot find type 'UIView' in scope
    private var separatorViews: [UIView] = []
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:27:31: error: cannot find type 'NSLayoutConstraint' in scope
    private let relativeEdge: NSLayoutConstraint.Attribute
                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:54:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var compressedConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:82:26: error: method does not override any method from its superclass
    public override func layoutSubviews() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:117:49: error: cannot find type 'UIView' in scope
    private func setupSeperatorView(after view: UIView) {
                                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:17:37: error: cannot find type 'UIView' in scope
final public class EKButtonBarView: UIView {
                                    ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: cannot find 'UIButton' in scope
    private let button = UIButton()
                         ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:11:27: error: cannot find type 'UIView' in scope
final class EKButtonView: UIView {
                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: cannot find 'UIButton' in scope
    private let button = UIButton()
                         ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: cannot find 'UIImageView' in scope
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolView: UIView {
                                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift:11:50: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolsContainerView: UIView {
                                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: cannot find 'UIImageView' in scope
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: cannot find 'UITextField' in scope
    private let textField = UITextField()
                            ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: cannot find 'UIView' in scope
    private let separatorView = UIView()
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:11:33: error: cannot find type 'UIView' in scope
final public class EKTextField: UIView {
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: cannot find 'UIView' in scope
    private let contentView = UIView()
                              ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:15:24: error: cannot find type 'UIView' in scope
    var accessoryView: UIView!
                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:10:42: error: cannot find type 'UIView' in scope
public class EKAccessoryNoteMessageView: UIView {
                                         ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: cannot find 'UILabel' in scope
    private let label = UILabel()
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:23:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:31:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:11:33: error: cannot find type 'UIView' in scope
public class EKNoteMessageView: UIView {
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKP
rocessingNoteMessageView.swift:33:75: error: cannot find type 'UIActivityIndicatorView' in scope
    public init(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:14:40: error: cannot find type 'UIActivityIndicatorView' in scope
    private var activityIndicatorView: UIActivityIndicatorView!
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:38:82: error: cannot find type 'UIActivityIndicatorView' in scope
    private func setup(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style, setProcessing: Bool = true) {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: cannot find 'UILabel' in scope
    private let leadingLabel = UILabel()
                               ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: cannot find 'UILabel' in scope
    private let trailingLabel = UILabel()
                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:11:39: error: cannot find type 'UIView' in scope
public class EKXStatusBarMessageView: UIView {
                                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:148:33: error: cannot find type 'UIView' in scope
        public var contentMode: UIView.ContentMode
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:130:59: error: cannot find type 'UIView' in scope
            case animate(duration: TimeInterval, options: UIView.AnimationOptions, transform: CGAffineTransform)
                                                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:53:58: error: cannot find type 'UITraitCollection' in scope
        public func backgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:57:69: error: cannot find type 'UITraitCollection' in scope
        public func highlightedBackgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                                    ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:61:63: error: cannot find type 'UITraitCollection' in scope
        public func highlighedLabelColor(for traitCollection: UITraitCollection) -> UIColor {
                                                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:120:48: error: cannot find type 'UITraitCollection' in scope
        public func color(for traitCollection: UITraitCollection) -> UIColor {
                                               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:166:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:185:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:205:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:225:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:258:52: error: cannot find type 'UITraitCollection' in scope
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:271:35: error: cannot find type 'UITextFieldDelegate' in scope
        public weak var delegate: UITextFieldDelegate?
                                  ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:272:34: error: cannot find type 'UIKeyboardType' in scope
        public var keyboardType: UIKeyboardType
                                 ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:291:31: error: cannot find type 'UITextFieldDelegate' in scope
        public init(delegate: UITextFieldDelegate? = nil,
                              ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:292:35: error: cannot find type 'UIKeyboardType' in scope
                    keyboardType: UIKeyboardType = .default,
                                  ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:313:52: error: cannot find type 'UITraitCollection' in scope
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:317:60: error: cannot find type 'UITraitCollection' in scope
        public func bottomBorderColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:374:57: error: cannot find type 'UITraitCollection' in scope
        public func separatorColor(for traitCollection: UITraitCollection) -> UIColor {
                                                        ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:39:32: error: cannot find type 'UIBlurEffect' in scope
            public init(style: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:32: error: cannot find type 'UIBlurEffect' in scope
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:58: error: cannot find type 'UIBlurEffect' in scope
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                                                         ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:51:70: error: cannot find type 'UIBlurEffect' in scope
                                  mode: EKAttributes.DisplayMode) -> UIBlurEffect.Style {
                                                                     ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:50:47: error: cannot find type 'UITraitCollection' in scope
            public func blurStyle(for traits: UITraitCollection,
                                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: error: type 'EKAttributes.BackgroundStyle.BlurStyle' does not conform to protocol 'Equatable'
        public struct BlurStyle: Equatable {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
            let light: UIBlurEffect.Style
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
            let dark: UIBlurEffect.Style
                ^
Swift.==:1:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'SIMD'
    public st
atic func == (a: Self, b: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: note: do you want to add protocol stubs?
        public struct BlurStyle: Equatable {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift:21:20: error: cannot find type 'UINotificationFeedbackGenerator' in scope
        var value: UINotificationFeedbackGenerator.FeedbackType? {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:17:62: error: cannot find type 'UIStatusBarStyle' in scope
        public typealias Appearance = (visible: Bool, style: UIStatusBarStyle)
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:82:42: error: cannot find type 'UIStatusBarStyle' in scope
        private static var currentStyle: UIStatusBarStyle {
                                         ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:29:27: error: cannot find type 'UIWindow' in scope
        public var value: UIWindow.Level {
                          ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:56:30: error: cannot find type 'UIWindow' in scope
    public class var window: UIWindow? {
                             ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:108:43: error: cannot find type 'UIView' in scope
    public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:123:53: error: cannot find type 'UIViewController' in scope
    public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                                    ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:136:42: error: cannot find type 'UIView' in scope
    public class func transform(to view: UIView) {
                                         ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:27:33: error: cannot find 'CAGradientLayer' in scope
    private let gradientLayer = CAGradientLayer()
                                ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:44:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:11:21: error: cannot find type 'UIView' in scope
class GradientView: UIView {
                    ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageinde
x-builder/spi-builder-workspace/Source/SwiftEntryKit.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/HapticFeedbackGenerator.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftEntryKit -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.abi.json
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:11:32: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLAttribute = NSLayoutConstraint.Attribute
                               ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:12:31: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLRelation = NSLayoutConstraint.Relation
                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:13:27: error: cannot find type 'UIView' in scope
public typealias QLView = UIView
                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:14:31: error: cannot find type 'UILayoutPriority' in scope
public typealias QLPriority = UILayoutPriority
                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:36:23: error: cannot find type 'NSLayoutConstraint' in scope
    public let width: NSLayoutConstraint
                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:37:24: error: cannot find type 'NSLayoutConstraint' in scope
    public let height: NSLayoutConstraint
                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:44:19: error: cannot find type 'NSLayoutConstraint' in scope
    public let x: NSLayoutConstraint
                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:45:19: error: cannot find type 'NSLayoutConstraint' in scope
    public let y: NSLayoutConstraint
                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:52:23: error: cannot find type 'NSLayoutConstraint' in scope
    public let first: NSLayoutConstraint
                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:53:24: error: cannot find type 'NSLayoutConstraint' in scope
    public let second: NSLayoutConstraint
                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:23:52: error: cannot find type 'NSLayoutConstraint' in scope
             priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                   ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:59:55: error: cannot find type 'NSLayoutConstraint' in scope
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:129:66: error: cannot find type 'NSLayoutConstraint' in scope
                           priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:149:55: error: cannot find type 'NSLayoutConstraint' in scope
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift:11:11: error: cannot find type 'UIApplication' in scope
extension UIApplication {
          ^~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:26:11: error: cannot find type 'CALayer' in scope
extension CALayer {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:11:11: error: cannot find type 'UILabel' in scope
extension UILabel {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:39:11: error: cannot find type 'UIButton' in scope
extension UIButton {
          ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:57:11: error: cannot find type 'UIImageView' in scope
extension UIImageView {
          ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:116:11: error: cannot find type 'UITextField' in scope
extension UITextField {
          ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:24:5: error: overriding declaration requires an 'override' keyword
    init() {
    ^
    override 
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:7: note: overridden declaration is here
class EKStyleView: UIView {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:24: error: cannot find type 'UIBlurEffect' in scope
            let light: UIBlurEffect.Style
                       ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:23: error: cannot find type 'UIBlurEffect' in scope
            let dark: UIBlurEffect.Style
                      ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:19:35: error: cannot find type 'UIVisualEffectView' in scope
    private let visualEffectView: UIVisualEffectView
                                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:20:28: error: cannot find type 'UIImageView' in scope
    private let imageView: UIImageView
                           ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:52:35: error: cannot find type 'UIBlurEffect' in scope
            var backgroundEffect: UIBlurEffect?
                                  ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:58:52: error: cannot find 'traitCollection' in scope
                backgroundColor = color.color(for: traitCollection,
                                                   ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKColor.swift:49:35: error: cannot find type 'UITraitCollection' in scope
    public func color(for traits: UITraitCollection,
                                  ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:65:58: error: cannot find 'traitCollection' in scope
                backgroundEffect = value.blurEffect(for: traitCollection,
                                            ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:74:71: error: cannot find type 'UIBlurEffect' in scope
                                   mode: EKAttributes.DisplayMode) -> UIBlurEffect {
                                                                      ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:73:48: error: cannot find type 'UITraitCollection' in scope
            public func blurEffect(for traits: UITraitCollection,
                                               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:74:13: error: cannot find 'layer' in scope
            layer.backgroundColor = backgroundColor.cgColor
            ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:20: error: cannot find type 'UIView' in scope
class EKStyleView: UIView {
                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:42:40: error: cannot find type 'NSLayoutConstraint' in scope
    private var entranceOutConstraint: NSLayoutConstraint!
                                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:43:36: error: cannot find type 'NSLayoutConstraint' in scope
    private var exitOutConstraint: NSLayoutConstraint!
                                   ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:44:41: error: cannot find type 'NSLayoutConstraint' in scope
    private var swipeDownOutConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:45:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var swipeUpOutConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:46:35: error: cannot find type 'NSLayoutConstraint' in scope
    private var popOutConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:47:31: error: cannot find type 'NSLayoutConstraint' in scope
    private var inConstraint: NSLayoutConstraint!
                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:48:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var resistanceConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:49:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var inKeyboardConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:179:128: error: cannot find type 'NSLayoutConstraint' in scope
    private func setupOutConstraint(animation: EKAttributes.Animation?, messageInAnchor: QLAttribute, priority: QLPriority) -> NSLayoutConstraint {
                                                                                                                               ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:17:22: error: cannot find type 'UIView' in scope
class EKContentView: UIView {
                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:511:20: error: cannot find type 'UIView' in scope
        let curve: UIView.AnimationOptions
                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:611:41: error: cannot find type 'UIPanGestureRecognizer' in scope
    @objc func panGestureRecognized(gr: UIPanGestureRecognizer) {
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:721:60: error: cannot find type 'UIGestureRecognizer' in scope
    private func handleExitDelayIfNeeded(byPanState state: UIGestureRecognizer.State) {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:47: error: cannot find type 'UITouch' in scope
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:69: error: cannot find type 'UIEvent' in scope
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:19: error: method does not override any method from its superclass
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:47: error: cannot find type 'UITouch' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:69: error: cannot find type 'UIEvent' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:19: error: method does not override any method from its superclass
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:51: error: cannot find type 'UITouch' in scope
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:73: error: cannot find type 'UIEvent' in scope
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:19: error: method does not override any method from its superclass
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:38:35: error: cannot find type 'UIView' in scope
    private lazy var contentView: UIView = {
                                  ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:14:29: error: cannot find type 'UIViewController' in scope
        var viewController: UIViewController!
                            ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:15:19: error: cannot find type 'UIView' in scope
        var view: UIView!
                  ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:18:30: error: cannot find type 'UIViewController' in scope
        init(viewController: UIViewController, attributes: EKAttributes) {
                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:24:20: error: cannot find type 'UIView' in scope
        init(view: UIView, attributes: EKAttributes) {
                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:26:28: error: cannot find type 'UIWindow' in scope
        case custom(level: UIWindow.Level)
                           ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:48:14: error: value of type 'EKEntryView' has no member 'addSubview'
        self.addSubview(contentContainerView)
        ~~~~ ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:75:29: error: cannot find type 'UIView' in scope
    func transform(to view: UIView) {
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: error: property does not override any property from its superclass
    override var shouldAutorotate: Bool {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:50: error: cannot find type 'UIInterfaceOrientationMask' in scope
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:18: error: property does not override any property from its superclass
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:78:17: error: cannot find 'UIApplication' in scope
                UIApplication.shared.set(statusBarStyle: statusBar)
                ^~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:43: error: cannot find type 'UIStatusBarStyle' in scope
    override var preferredStatusBarStyle: UIStatusBarStyle {
                                          ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:18: error: property does not override any property from its superclass
    override var preferredStatusBarStyle: UIStatusBarStyle {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:90:18: error: property does not override any property from its superclass
    override var prefersStatusBarHidden: Bool {
    ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Inf
ra/EKRootViewController.swift:109:26: error: method does not override any method from its superclass
    override public func loadView() {
    ~~~~~~~~             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:116:26: error: method does not override any method from its superclass
    override public func viewWillDisappear(_ animated: Bool) {
    ~~~~~~~~             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:16:29: error: cannot find type 'UIViewController' in scope
class EKRootViewController: UIViewController {
                            ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:47: error: cannot find type 'UITouch' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:69: error: cannot find type 'UIEvent' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:19: error: method does not override any method from its superclass
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:12:35: error: cannot find type 'CAShapeLayer' in scope
    private lazy var borderLayer: CAShapeLayer = {
                                  ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:50:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:15:23: error: cannot find type 'UIViewController' in scope
    init(with rootVC: UIViewController) {
                      ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:70: error: cannot find type 'UIView' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:57: error: cannot find type 'UIEvent' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:19: error: method does not override any method from its superclass
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift:11:17: error: cannot find type 'UIWindow' in scope
class EKWindow: UIWindow {
                ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:38:42: error: cannot find type 'UIWindow' in scope
    private weak var mainRollbackWindow: UIWindow?
                                         ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:136:29: error: cannot find type 'UIView' in scope
    func transform(to view: UIView) {
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:141:24: error: cannot find type 'UIView' in scope
    func display(view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:147:34: error: cannot find type 'UIViewController' in scope
    func display(viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                                 ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:70: error: cannot find type 'UIView' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:57: error: cannot find type 'UIEvent' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:19: error: method does not override any method from its superclass
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:11:22: error: cannot find type 'UIView' in scope
class EKWrapperView: UIView {
                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:41:29: error: cannot find type 'UIWindow' in scope
        case custom(window: UIWindow)
                            ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:14:49: error: cannot find type 'NSLayoutConstraint' in scope
    private var buttonsBarCompressedConstraint: NSLayoutConstraint!
                                                ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:15:47: error: cannot find type 'NSLayoutConstraint' in scope
    private var buttonsBarExpandedConstraint: NSLayoutConstraint!
                                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:10:35: error: cannot find type 'UIView' in scope
public class EKSimpleMessageView: UIView {
                                  ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:17:30: error: cannot find 'UIScrollView' in scope
    private let scrollView = UIScrollView()
                             ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:10:39: error: cannot find type 'UIView' in scope
final public class EKFormMessageView: UIView {
                                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:15:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:16:33: error: cannot find 'UILabel' in scope
    private let subtitleLabel = UILabel()
                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:19:32: error: cannot find type 'NSLayoutConstraint' in scope
    private var topConstraint: NSLayoutConstraint!
                               ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:20:35: error: cannot find type 'NSLayoutConstraint' in scope
    private var bottomConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:21:41: error: cannot find type 'NSLayoutConstraint' in scope
    private var labelsOffsetConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:63:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:71:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:78:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:11:36: error: cannot find type 'UIView' in scope
public class EKMessageContentView: UIView {
                                   ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:14:27: error: cannot find type 'UILabel' in scope
    private var auxLabel: UILabel!
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:15:28: error: cannot find type 'UIImageView' in scope
    private var imageView: UIImageView!
                           ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: cannot find 'UILabel' in scope
    private let descriptionLabel = UILabel()
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: cannot find 'UIButton' in scope
    private let actionButton = UIButton()
                               ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKPopUpMessageView: UIView {
                                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift:11:41: error: cannot find type 'UIView' in scope
final public class EKRatingMessageView: UIView, EntryAppearanceDescriptor {
                                        ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:13:25: error: cannot find type 'UIImageView' in scope
    var thumbImageView: UIImageView!
                        ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:55:42: error: cannot find type 'NSLayoutConstraint' in scope
    private lazy var expandedConstraint: NSLayoutConstraint = {
                                         ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:22:34: error: cannot find type 'UIView' in scope
    private var separatorViews: [UIView] = []
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:27:31: error: cannot find type 'NSLayoutConstraint' in scope
    private let relativeEdge: NSLayoutConstraint.Attribute
                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:54:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var compressedConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:82:26: error: method does not override any method from its superclass
    public override func layoutSubviews() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:117:49: error: cannot find type 'UIView' in scope
    private func setupSeperatorView(after view: UIView) {
                                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:17:37: error: cannot find type 'UIView' in scope
final public class EKButtonBarView: UIView {
                                    ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: cannot find 'UIButton' in scope
    private let button = UIButton()
                         ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:11:27: error: cannot find type 'UIView' in scope
final class EKButtonView: UIView {
                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: cannot find 'UIButton' in scope
    private let button = UIButton()
                         ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: cannot find 'UIImageView' in scope
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolView: UIView {
                                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift:11:50: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolsContainerView: UIView {
                                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: cannot find 'UIImageView' in scope
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: cannot find 'UITextField' in scope
    private let textField = UITextField()
                            ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: cannot find 'UIView' in scope
    private let separatorView = UIView()
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:26: error: method does not override any method from its superclass
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:11:33: error: cannot find type 'UIView' in scope
final public class EKTextField: UIView {
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: cannot find 'UIView' in scope
    private let contentView = UIView()
                              ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:15:24: error: cannot find type 'UIView' in scope
    var accessoryView: UIView!
                       ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:10:42: error: cannot find type 'UIView' in scope
public class EKAccessoryNoteMessageView: UIView {
                                         ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: cannot find 'UILabel' in scope
    private let label = UILabel()
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:23:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:31:13: error: cannot fin
d 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:11:33: error: cannot find type 'UIView' in scope
public class EKNoteMessageView: UIView {
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:33:75: error: cannot find type 'UIActivityIndicatorView' in scope
    public init(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:14:40: error: cannot find type 'UIActivityIndicatorView' in scope
    private var activityIndicatorView: UIActivityIndicatorView!
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:38:82: error: cannot find type 'UIActivityIndicatorView' in scope
    private func setup(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style, setProcessing: Bool = true) {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: cannot find 'UILabel' in scope
    private let leadingLabel = UILabel()
                               ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: cannot find 'UILabel' in scope
    private let trailingLabel = UILabel()
                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:11:39: error: cannot find type 'UIView' in scope
public class EKXStatusBarMessageView: UIView {
                                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:148:33: error: cannot find type 'UIView' in scope
        public var contentMode: UIView.ContentMode
                                ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:130:59: error: cannot find type 'UIView' in scope
            case animate(duration: TimeInterval, options: UIView.AnimationOptions, transform: CGAffineTransform)
                                                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:53:58: error: cannot find type 'UITraitCollection' in scope
        public func backgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:57:69: error: cannot find type 'UITraitCollection' in scope
        public func highlightedBackgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                                    ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:61:63: error: cannot find type 'UITraitCollection' in scope
        public func highlighedLabelColor(for traitCollection: UITraitCollection) -> UIColor {
                                                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:120:48: error: cannot find type 'UITraitCollection' in scope
        public func color(for traitCollection: UITraitCollection) -> UIColor {
                                               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:166:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:185:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:205:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:225:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:258:52: error: cannot find type 'UITraitCollection' in scope
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:271:35: error: cannot find type 'UITextFieldDelegate' in scope
        public weak var delegate: UITextFieldDelegate?
                                  ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:272:34: error: cannot find type 'UIKeyboardType' in scope
        public var keyboardType: UIKeyboardType
                                 ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:291:31: error: cannot find type 'UITextFieldDelegate' in scope
        public init(delegate: UITextFieldDelegate? = nil,
                              ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:292:35: error: cannot find type 'UIKeyboardType' in scope
                    keyboardType: UIKeyboardType = .default,
                                  ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:313:52: error: cannot find type 'UITraitCollection' in scope
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:317:60: error: cannot find type 'UITraitCollection' in scope
        public func bottomBorderColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift:374:57: error: cannot find type 'UITraitCollection' in scope
        public func separatorColor(for traitCollection: UITraitCollection) -> UIColor {
                                                        ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:39:32: error: cannot find type 'UIBlurEffect' in scope
            public init(style: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:32: error: cannot find type 'UIBlurEffect' in scope
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:58: error: cannot find type 'UIBlurEffect' in scope
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                                                         ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:51:70: error: cannot find type 'UIBlurEffect' in scope
                                  mode: EKAttributes.DisplayMode) -> UIBlurEffect.Style {
                                                                     ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:50:47: error: cannot find type 'UITraitCollection' in scope
            public func blurStyle(for traits: UITraitCollection,
                                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: error: type 'EKAttributes.BackgroundStyle.BlurStyle' does not conform to protocol 'Equatable'
        public struct BlurStyle: Equatable {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
            let light: UIBlurEffect.Style
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
            let dark: UIBlurEffect.Style
                ^
Swift.==:1:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
    @inlinabl
e public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: note: do you want to add protocol stubs?
        public struct BlurStyle: Equatable {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift:21:20: error: cannot find type 'UINotificationFeedbackGenerator' in scope
        var value: UINotificationFeedbackGenerator.FeedbackType? {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:17:62: error: cannot find type 'UIStatusBarStyle' in scope
        public typealias Appearance = (visible: Bool, style: UIStatusBarStyle)
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:82:42: error: cannot find type 'UIStatusBarStyle' in scope
        private static var currentStyle: UIStatusBarStyle {
                                         ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:29:27: error: cannot find type 'UIWindow' in scope
        public var value: UIWindow.Level {
                          ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:56:30: error: cannot find type 'UIWindow' in scope
    public class var window: UIWindow? {
                             ^~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:108:43: error: cannot find type 'UIView' in scope
    public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:123:53: error: cannot find type 'UIViewController' in scope
    public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                                    ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift:136:42: error: cannot find type 'UIView' in scope
    public class func transform(to view: UIView) {
                                         ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:27:33: error: cannot find 'CAGradientLayer' in scope
    private let gradientLayer = CAGradientLayer()
                                ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:44:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:19: error: method does not override any method from its superclass
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift:11:21: error: cannot find type 'UIView' in scope
class GradientView: UIView {
                    ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^

SwiftCompile normal armv7k Compiling\ EKButtonBarView.swift,\ EKButtonView.swift,\ EKRatingSymbolView.swift,\ EKRatingSymbolsContainerView.swift,\ EKTextField.swift,\ EntryAppearanceDescriptor.swift,\ EKAccessoryNoteMessageView.swift,\ EKImageNoteMessageView.swift,\ EKNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.
swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SwiftEntryKit.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/GradientView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/HapticFeedbackGenerator.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift -supplementary-output-file-map /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/supplementaryOutputs-10 -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/SwiftEntryKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftEntryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKButtonBarView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKButtonView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKRatingSymbolView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKRatingSymbolsContainerView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKTextField.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EntryAppearanceDescriptor.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKAccessoryNoteMessageView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKImageNoteMessageView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKNoteMessageView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKButtonBarView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKButtonView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKRatingSymbolView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKRatingSymbolsContainerView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKTextField.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EntryAppearanceDescriptor.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKAccessoryNoteMessageView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKImageNoteMessageView.o -index-unit-output-path /SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/EKNoteMessageView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift -primary-file /Users
BUILD FAILURE 5.9 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.