The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Instructions, reference 2.3.0 (54f50e), with Swift 6.2 for watchOS using Xcode 26.3 on 20 Jun 2025 13:45:45 UTC.

Build Command

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

Build Log

                                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:23:26: error: 'UIView' is unavailable in watchOS
    func hide(skipView: (UIView & CoachMarkSkipView), duration: TimeInterval = 0) {
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:37:26: error: 'UIView' is unavailable in watchOS
    func show(skipView: (UIView & CoachMarkSkipView), duration: TimeInterval = 0) {
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:63:28: error: 'UIView' is unavailable in watchOS
    func update(skipView: (UIView & CoachMarkSkipView),
                           ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:64:47: error: 'NSLayoutConstraint' is unavailable in watchOS
                withConstraints constraints: [NSLayoutConstraint]?) {
                                              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:84:52: error: 'UIView' is unavailable in watchOS
    private func defaultConstraints(for skipView: (UIView & CoachMarkSkipView), in parentView: UIView)
                                                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:84:96: error: 'UIView' is unavailable in watchOS
    private func defaultConstraints(for skipView: (UIView & CoachMarkSkipView), in parentView: UIView)
                                                                                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:85:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:27:13: error: 'UIView' is unavailable in watchOS
            UIView.animate(withDuration: duration) { () -> Void in
            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:53:13: error: 'UIView' is unavailable in watchOS
            UIView.animate(withDuration: duration) { () -> Void in
            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:86:28: error: 'NSLayoutConstraint' is unavailable in watchOS
        var constraints = [NSLayoutConstraint]()
                           ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:88:29: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        let trailingAnchor: NSLayoutXAxisAnchor
                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:90:41: error: 'safeAreaLayoutGuide' is unavailable in watchOS
            trailingAnchor = parentView.safeAreaLayoutGuide.trailingAnchor
                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:301:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:99:24: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        let topAnchor: NSLayoutYAxisAnchor
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:104:40: error: 'safeAreaLayoutGuide' is unavailable in watchOS
                topAnchor = parentView.safeAreaLayoutGuide.topAnchor
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:301:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:111:69: error: 'safeAreaInsets' is unavailable in watchOS
               let safeAreaInsets = window.rootViewController?.view.safeAreaInsets {
                                                                    ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:45: note: 'safeAreaInsets' has been explicitly marked unavailable here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:123:40: error: 'safeAreaLayoutGuide' is unavailable in watchOS
                topAnchor = parentView.safeAreaLayoutGuide.topAnchor
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:301:53: note: 'safeAreaLayoutGuide' has been explicitly marked unavailable here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:140:36: error: 'UIApplication' is unavailable in watchOS
            let statusBarManager = UIApplication.shared.activeScene?.statusBarManager
                                   ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:140:70: error: 'statusBarManager' is only available in watchOS 6.0 or newer
            let statusBarManager = UIApplication.shared.activeScene?.statusBarManager
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:140:70: note: add 'if #available' version check
            let statusBarManager = UIApplication.shared.activeScene?.statusBarManager
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:137:10: note: add @available attribute to enclosing instance method
    func updateTopConstant(from original: CGFloat) -> CGFloat {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:7:7: note: add @available attribute to enclosing class
class SkipViewDisplayManager {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:146:17: error: 'UIApplication' is unavailable in watchOS
            if !UIApplication.shared.isStatusBarHidden {
                ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:147:24: error: 'UIApplication' is unavailable in watchOS
                return UIApplication.shared.statusBarFrame.size.height
                       ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift:147:45: error: 'statusBarFrame' is unavailable in watchOS
                return UIApplication.shared.statusBarFrame.size.height
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:131:38: note: 'statusBarFrame' has been explicitly marked unavailable here
@property(nonatomic,readonly) CGRect statusBarFrame API_DEPRECATED("Use the statusBarManager property of the window scene instead.", ios(2.0, 13.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(visionos, watchos); // returns CGRectZero if the status bar is hidden
                                     ^
SwiftCompile normal arm64 Compiling\ CoachMarksViewController.swift,\ CoachMark.swift,\ CoachMarksController.swift,\ CoachMarksController+Proxy.swift,\ CoachMarkArrowDefaultView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMark.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkArrowDefaultView.swift (in target 'Instructions' from project 'Instructions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:21:52: error: 'UIViewController' is unavailable in watchOS
    private weak var viewControllerDisplayedUnder: UIViewController?
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:38:31: error: 'UIStatusBarStyle' is unavailable in watchOS
    var customStatusBarStyle: UIStatusBarStyle?
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:41:20: error: 'UIView' is unavailable in watchOS
    var skipView: (UIView & CoachMarkSkipView)? {
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:59:20: error: 'init()' is unavailable in watchOS
        let view = InstructionsRootView()
                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:68:43: error: 'UIStatusBarStyle' is unavailable in watchOS
    override var preferredStatusBarStyle: UIStatusBarStyle {
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:78:18: error: cannot override 'shouldAutorotate' which has been marked unavailable
    override var shouldAutorotate: Bool {
                 ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:369:37: note: 'shouldAutorotate' has been explicitly marked unavailable here
@property(nonatomic, readonly) BOOL shouldAutorotate API_DEPRECATED("Update supported interface orientations and call setNeedsUpdateOfSupportedInterfaceOrientations to indicate a change.", ios(6.0, 16.0), visionos(1.0, 1.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:78:18: note: remove 'override' modifier to declare a new 'shouldAutorotate'
    override var shouldAutorotate: Bool {
    ~~~~~~~~~    ^

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:94:50: error: 'UIInterfaceOrientationMask' is unavailable in watchOS
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOrientation.h:49:32: note: 'UIInterfaceOrientationMask' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIInterfaceOrientationMask) {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:122:71: error: 'UITraitCollection' is unavailable in watchOS
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:122:19: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                  ^
UIKit.UIViewController.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:122:19: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:134:28: error: 'UIWindow' is unavailable in watchOS
    func attach(to window: UIWindow, over viewController: UIViewController,
                           ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:134:59: error: 'UIViewController' is unavailable in watchOS
    func attach(to window: UIWindow, over viewController: UIViewController,
                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:135:33: error: 'UIWindow' is unavailable in watchOS
                at windowLevel: UIWindow.Level? = nil) {
                                ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:163:44: error: 'UIViewController' is unavailable in watchOS
    func attachToWindow(of viewController: UIViewController) {
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:188:36: error: 'UIViewController' is unavailable in watchOS
    func attach(to viewController: UIViewController) {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:204:33: error: 'UIWindow' is unavailable in watchOS
    func addRootView(to window: UIWindow) {
                                ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:10:33: error: 'UIViewController' is unavailable in watchOS
class CoachMarksViewController: UIViewController {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:320:56: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
                                     with coordinator: UIViewControllerTransitionCoordinator) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:80:43: error: 'shouldAutorotate' is unavailable in watchOS
        case .systemDefined: return super.shouldAutorotate
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:369:37: note: 'shouldAutorotate' has been explicitly marked unavailable here
@property(nonatomic, readonly) BOOL shouldAutorotate API_DEPRECATED("Update supported interface orientations and call setNeedsUpdateOfSupportedInterfaceOrientations to indicate a change.", ios(6.0, 16.0), visionos(1.0, 1.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:120:39: error: 'init()' is unavailable in watchOS
    override func loadView() { view = PassthroughView() }
                                      ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:123:15: error: 'traitCollectionDidChange' is unavailable in watchOS
        super.traitCollectionDidChange(previousTraitCollection)
              ^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIViewController.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:138:40: error: 'UIWindow' is unavailable in watchOS
               windowLevel.rawValue >= UIWindow.Level.statusBar.rawValue {
                                       ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:138:55: error: 'statusBar' is unavailable in watchOS
               windowLevel.rawValue >= UIWindow.Level.statusBar.rawValue {
                                                      ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:108:34: note: 'statusBar' has been explicitly marked unavailable here
UIKIT_EXTERN const UIWindowLevel UIWindowLevelStatusBar API_UNAVAILABLE(tvos, watchos);
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:144:67: error: binary operator '+' cannot be applied to operands of type 'UIWindow.Level' and 'Int'
        window.windowLevel = windowLevel ?? UIWindow.Level.normal + 1
                                            ~~~~~~~~~~~~~~~~~~~~~ ^ ~
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:379:38: error: 'UIApplication' is unavailable in watchOS
                               name: UIApplication.willChangeStatusBarFrameNotification, object: nil)
                                     ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:379:52: error: 'willChangeStatusBarFrameNotification' is unavailable in watchOS
                               name: UIApplication.willChangeStatusBarFrameNotification, object: nil)
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:562:39: note: 'willChangeStatusBarFrameNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIApplicationWillChangeStatusBarFrameNotification API_DEPRECATED("Use viewWillTransitionToSize:withTransitionCoordinator: instead.", ios(2.0, 13.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(visionos, watchos) NS_SWIFT_NONISOLATED;       // userInfo contains NSValue with new frame
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:381:38: error: 'UIApplication' is unavailable in watchOS
                               name: UIApplication.didChangeStatusBarFrameNotification, object: nil)
                                     ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:381:52: error: 'didChangeStatusBarFrameNotification' is unavailable in watchOS
                               name: UIApplication.didChangeStatusBarFrameNotification, object: nil)
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:563:39: note: 'didChangeStatusBarFrameNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIApplicationDidChangeStatusBarFrameNotification API_DEPRECATED("Use viewWillTransitionToSize:withTransitionCoordinator: instead.", ios(2.0, 13.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(visionos, watchos) NS_SWIFT_NONISOLATED;        // userInfo contains NSValue with old frame
                                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMark.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:12:28: error: 'UIWindow' is unavailable in watchOS
    public var rootWindow: UIWindow?
                           ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:27:32: error: 'UIStatusBarStyle' is unavailable in watchOS
    public var statusBarStyle: UIStatusBarStyle? {
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:80:40: error: 'UIWindow' is unavailable in watchOS
    private weak var controllerWindow: UIWindow?
                                       ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:101:20: error: 'UIView' is unavailable in watchOS
    var skipView: (UIView & CoachMarkSkipView)? {
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:202:24: error: 'UIView' is unavailable in watchOS
    func snapshot() -> UIView? {
                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:237:30: error: 'UIWindow' is unavailable in watchOS
    func buildNewWindow() -> UIWindow {
                             ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:240:34: error: 'UIApplication' is unavailable in watchOS
            if let windowScene = UIApplication.shared.activeScene {
                                 ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:7:14: error: cannot override 'init' which has been marked unavailable
    override init(frame: CGRect) {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:27:1: note: 'init(frame:)' has been explicitly marked unavailable here
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER API_DEPRECATED("Use init(windowScene:) instead.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:7:14: note: remove 'override' modifier to declare a new 'init'
    override init(frame: CGRect) {
    ~~~~~~~~~^

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:18:14: error: cannot override 'init' which has been marked unavailable
    override init(windowScene: UIWindowScene) {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:25:1: note: 'init(windowScene:)' has been explicitly marked unavailable here
- (instancetype)initWithWindowScene:(UIWindowScene *)windowScene NS_DESIGNATED_INITIALIZER API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:18:14: note: remove 'override' modifier to declare a new 'init'
    override init(windowScene: UIWindowScene) {
    ~~~~~~~~~^

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:244:53: error: 'UIScreen' is unavailable in watchOS
                window.frame = keyWindow?.bounds ?? UIScreen.main.bounds
                                                    ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:244:62: error: 'main' is unavailable in watchOS
                window.frame = keyWindow?.bounds ?? UIScreen.main.bounds
                                                             ^~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:249:26: error: 'UIApplication' is unavailable in watchOS
            let bounds = UIApplication.shared.keyWindow?.bounds ?? UIScreen.main.bounds
                         ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:249:47: error: 'keyWindow' is unavailable in watchOS
            let bounds = UIApplication.shared.keyWindow?.bounds ?? UIScreen.main.bounds
                                              ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:108:51: note: 'keyWindow' has been explicitly marked unavailable here
@property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)) API_UNAVAILABLE(visionos, watchos);
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:249:68: error: 'UIScreen' is unavailable in watchOS
            let bounds = UIApplication.shared.keyWindow?.bounds ?? UIScreen.main.bounds
                                                                   ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:249:77: error: 'main' is unavailable in watchOS
            let bounds = UIApplication.shared.keyWindow?.bounds ?? UIScreen.main.bounds
                                                                            ^~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:253:42: error: 'UIScreen' is unavailable in watchOS
        return InstructionsWindow(frame: UIScreen.main.bounds)
                                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift:253:51: error: 'main' is unavailable in watchOS
        return InstructionsWindow(frame: UIScreen.main.bounds)
                                                  ^~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: 'main' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:16:23: error: 'UIView' is unavailable in watchOS
        -> (bodyView: UIView & CoachMarkBodyView, arrowView: (UIView & CoachMarkArrowView)?) {
                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:16:63: error: 'UIView' is unavailable in watchOS
        -> (bodyView: UIView & CoachMarkBodyView, arrowView: (UIView & CoachMarkArrowView)?) {
                                                              ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:21:45: error: 'UIView' is unavailable in watchOS
    func constraintsForSkipView(_ skipView: UIView,
                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:22:54: error: 'UIView' is unavailable in watchOS
                                inParent parentView: UIView)
                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:23:13: error: 'NSLayoutConstraint' is unavailable in watchOS
        -> [NSLayoutConstraint]? {
            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:31:48: error: 'UIView' is unavailable in watchOS
    func configureOrnaments(ofOverlay overlay: UIView) {
                                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:84:63: error: 'UIView' is unavailable in watchOS
    func fetchAppearanceTransition(OfCoachMark coachMarkView: UIView,
                                                              ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:93:66: error: 'UIView' is unavailable in watchOS
    func fetchDisappearanceTransition(OfCoachMark coachMarkView: UIView,
                                                                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift:102:67: error: 'UIView' is unavailable in watchOS
    func fetchIdleAnimationOfCoachMark(OfCoachMark coachMarkView: UIView,
                                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkArrowDefaultView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkArrowDefaultView.swift:17:35: error: 'CAShapeLayer' is unavailable in watchOS
    private let foregroundLayer = CAShapeLayer()
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkArrowDefaultView.swift:18:35: error: 'CAShapeLayer' is unavailable in watchOS
    private let backgroundLayer = CAShapeLayer()
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkArrowDefaultView.swift:9:41: error: 'UIView' is unavailable in watchOS
public class CoachMarkArrowDefaultView: UIView,
                                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkArrowDefaultView.swift:71:9: error: 'NSLayoutConstraint' is unavailable in watchOS
        NSLayoutConstraint.activate([
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
SwiftCompile normal arm64 Compiling\ CoachMarkBackgroundStyle.swift,\ CoachMarkBodyDefaultView.swift,\ CoachMarkSkipDefaultView.swift,\ CoachMarkBodyBackgroundView.swift,\ CoachMarkComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBodyDefaultView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkSkipDefaultView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkComponent.swift (in target 'Instructions' from project 'Instructions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBackgroundStyle.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBodyDefaultView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:20:29: error: 'UIControl' is unavailable in watchOS
    public var nextControl: UIControl? {
                            ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:24:32: error: 'UILabel' is unavailable in watchOS
    public lazy var nextLabel: UILabel = makeNextLabel()
                               ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:25:32: error: 'UITextView' is unavailable in watchOS
    public lazy var hintLabel: UITextView = makeHintTextView()
                               ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:26:32: error: 'UIView' is unavailable in watchOS
    public lazy var separator: UIView = makeSeparator()
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:39:38: error: 'UIStackView' is unavailable in watchOS
    private lazy var labelStackView: UIStackView = makeStackView()
                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:9:40: error: 'UIControl' is unavailable in watchOS
public class CoachMarkBodyDefaultView: UIControl,
                                       ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:167:32: error: 'UITextView' is unavailable in watchOS
    func makeHintTextView() -> UITextView {
                               ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:201:29: error: 'UILabel' is unavailable in watchOS
    func makeNextLabel() -> UILabel {
                            ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:230:29: error: 'UIView' is unavailable in watchOS
    func makeSeparator() -> UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:240:29: error: 'UIStackView' is unavailable in watchOS
    func makeStackView() -> UIStackView {
                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:113:13: error: 'NSLayoutConstraint' is unavailable in watchOS
            NSLayoutConstraint.activate([
            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:125:13: error: 'NSLayoutConstraint' is unavailable in watchOS
            NSLayoutConstraint.activate([
            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:137:13: error: 'NSLayoutConstraint' is unavailable in watchOS
            NSLayoutConstraint.activate([
            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:149:13: error: 'NSLayoutConstraint' is unavailable in watchOS
            NSLayoutConstraint.activate([
            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:168:24: error: 'UITextView' is unavailable in watchOS
        let textView = UITextView().preparedForAutoLayout()
                       ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:168:24: error: 'init()' is unavailable in watchOS
        let textView = UITextView().preparedForAutoLayout()
                       ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:184:91: error: cannot convert value of type 'Float' to expected argument type 'UILayoutPriority'
            textView.setContentCompressionResistancePriority(UILayoutPriority.defaultHigh - 1,
                                                                                          ^
                                                             UILayoutPriority(rawValue:      ) ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:184:79: error: cannot convert value of type 'UILayoutPriority' to expected argument type 'Float'
            textView.setContentCompressionResistancePriority(UILayoutPriority.defaultHigh - 1,
                                                                              ^
                                                                                         .rawValue
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:187:62: error: 'UILayoutPriority' is unavailable in watchOS
            textView.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:187:79: error: 'required' is unavailable in watchOS
            textView.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                                              ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:191:58: error: 'UILayoutPriority' is unavailable in watchOS
        textView.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:191:75: error: 'required' is unavailable in watchOS
        textView.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                                          ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:193:44: error: 'UILayoutPriority' is unavailable in watchOS
        textView.setContentHuggingPriority(UILayoutPriority.defaultHigh,
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:193:61: error: 'defaultHigh' is unavailable in watchOS
        textView.setContentHuggingPriority(UILayoutPriority.defaultHigh,
                                                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:19:31: note: 'defaultHigh' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultHigh API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 750; // This is the priority level with which a button resists compressing its content.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:195:44: error: 'UILayoutPriority' is unavailable in watchOS
        textView.setContentHuggingPriority(UILayoutPriority.defaultHigh,
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:195:61: error: 'defaultHigh' is unavailable in watchOS
        textView.setContentHuggingPriority(UILayoutPriority.defaultHigh,
                                                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:19:31: note: 'defaultHigh' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultHigh API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 750; // This is the priority level with which a button resists compressing its content.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:202:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel().preparedForAutoLayout()
                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:202:21: error: 'init()' is unavailable in watchOS
        let label = UILabel().preparedForAutoLayout()
                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:211:59: error: 'UILayoutPriority' is unavailable in watchOS
            label.setContentCompressionResistancePriority(UILayoutPriority.defaultHigh,
                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:211:76: error: 'defaultHigh' is unavailable in watchOS
            label.setContentCompressionResistancePriority(UILayoutPriority.defaultHigh,
                                                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:19:31: note: 'defaultHigh' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultHigh API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 750; // This is the priority level with which a button resists compressing its content.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:213:45: error: 'UILayoutPriority' is unavailable in watchOS
            label.setContentHuggingPriority(UILayoutPriority.init(765),
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:216:59: error: 'UILayoutPriority' is unavailable in watchOS
            label.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:216:76: error: 'required' is unavailable in watchOS
            label.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                                           ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:218:45: error: 'UILayoutPriority' is unavailable in watchOS
            label.setContentHuggingPriority(UILayoutPriority.defaultLow,
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:218:62: error: 'defaultLow' is unavailable in watchOS
            label.setContentHuggingPriority(UILayoutPriority.defaultLow,
                                                             ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:23:31: note: 'defaultLow' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultLow API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 250; // This is the priority level at which a button hugs its contents horizontally.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:222:55: error: 'UILayoutPriority' is unavailable in watchOS
        label.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:222:72: error: 'required' is unavailable in watchOS
        label.setContentCompressionResistancePriority(UILayoutPriority.required,
                                                                       ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:224:41: error: 'UILayoutPriority' is unavailable in watchOS
        label.setContentHuggingPriority(UILayoutPriority.defaultLow,
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:224:58: error: 'defaultLow' is unavailable in watchOS
        label.setContentHuggingPriority(UILayoutPriority.defaultLow,
                                                         ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:23:31: note: 'defaultLow' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultLow API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 250; // This is the priority level at which a button hugs its contents horizontally.
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:231:25: error: 'UIView' is unavailable in watchOS
        let separator = UIView().preparedForAutoLayout()
                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:231:25: error: 'init()' is unavailable in watchOS
        let separator = UIView().preparedForAutoLayout()
                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:241:25: error: 'UIStackView' is unavailable in watchOS
        let stackView = UIStackView().preparedForAutoLayout()
                        ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkBodyDefaultView.swift:241:25: error: 'init()' is unavailable in watchOS
        let stackView = UIStackView().preparedForAutoLayout()
                        ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkSkipDefaultView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkSkipDefaultView.swift:10:29: error: 'UIControl' is unavailable in watchOS
    public var skipControl: UIControl? {
                            ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkSkipDefaultView.swift:8:40: error: 'UIButton' is unavailable in watchOS
public class CoachMarkSkipDefaultView: UIButton, CoachMarkSkipView {
                                       ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default Views/CoachMarkSkipDefaultView.swift:50:9: error: 'contentEdgeInsets' is unavailable in watchOS
        contentEdgeInsets = UIEdgeInsets(top: 10.0, left: 15.0, bottom: 10.0, right: 15.0)
        ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:162:35: note: 'contentEdgeInsets' has been explicitly marked unavailable here
@property(nonatomic) UIEdgeInsets contentEdgeInsets API_DEPRECATED("This property is ignored when using UIButtonConfiguration", ios(2.0,15.0), tvos(2.0,15.0), visionos(1.0, 1.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(watchos); // default is UIEdgeInsetsZero. On tvOS 10 or later, default is nonzero except for custom buttons.
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift:13:35: error: 'CAShapeLayer' is unavailable in watchOS
    private let foregroundLayer = CAShapeLayer()
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift:14:35: error: 'CAShapeLayer' is unavailable in watchOS
    private let backgroundLayer = CAShapeLayer()
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift:6:36: error: 'UIView' is unavailable in watchOS
class CoachMarkBodyBackgroundView: UIView,
                                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift:83:9: error: 'NSLayoutConstraint' is unavailable in watchOS
        NSLayoutConstraint.activate([
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkComponent.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CoachMarkCoordinateConverter.swift,\ CoachMarkHelper.swift,\ CoachMarkArrowOrientation.swift,\ CoachMarkNextLabelPosition.swift,\ Instructions.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkCoordinateConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/Enums/CoachMarkArrowOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/Enums/CoachMarkNextLabelPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift (in target 'Instructions' from project 'Instructions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkCoordinateConverter.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkCoordinateConverter.swift:20:55: error: 'UIView' is unavailable in watchOS
    public func convert(rect: CGRect, from superview: UIView?) -> CGRect {
                                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkCoordinateConverter.swift:63:57: error: 'UIView' is unavailable in watchOS
    public func convert(point: CGPoint, from superview: UIView?) -> CGPoint {
                                                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift:104:19: error: 'UIView' is unavailable in watchOS
        for view: UIView? = nil,
                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift:138:23: error: 'UIView' is unavailable in watchOS
        in superview: UIView?,
                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift:164:23: error: 'UIView' is unavailable in watchOS
        in superview: UIView?
                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift:199:23: error: 'UIView' is unavailable in watchOS
        in superview: UIView?,
                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift:229:56: error: 'UIView' is unavailable in watchOS
    public func updateCurrentCoachMark(usingView view: UIView? = nil,
                                                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift:280:20: error: 'UIView' is unavailable in watchOS
        superview: UIView? = nil,
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/Enums/CoachMarkArrowOrientation.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/Enums/CoachMarkNextLabelPosition.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:16:20: error: 'init(dynamicProvider:)' is unavailable in watchOS
            return UIColor { (traits) -> UIColor in
                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:144:1: note: 'init(dynamicProvider:)' has been explicitly marked unavailable here
- (UIColor *)initWithDynamicProvider:(UIColor * (^)(UITraitCollection *traitCollection))dynamicProvider API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:17:27: error: 'userInterfaceStyle' is unavailable in watchOS
                if traits.userInterfaceStyle == .dark {
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:42:54: note: 'userInterfaceStyle' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIUserInterfaceStyle userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // unspecified: UIUserInterfaceStyleUnspecified
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:30:20: error: 'init(dynamicProvider:)' is unavailable in watchOS
            return UIColor { (traits) -> UIColor in
                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:144:1: note: 'init(dynamicProvider:)' has been explicitly marked unavailable here
- (UIColor *)initWithDynamicProvider:(UIColor * (^)(UITraitCollection *traitCollection))dynamicProvider API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:31:27: error: 'userInterfaceStyle' is unavailable in watchOS
                if traits.userInterfaceStyle == .dark {
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:42:54: note: 'userInterfaceStyle' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIUserInterfaceStyle userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // unspecified: UIUserInterfaceStyleUnspecified
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:32:39: error: 'UITraitCollection' is unavailable in watchOS
                    let lightTraits = UITraitCollection(userInterfaceStyle: .light)
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:32:39: error: 'init(userInterfaceStyle:)' is unavailable in watchOS
                    let lightTraits = UITraitCollection(userInterfaceStyle: .light)
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:41:1: note: 'init(userInterfaceStyle:)' has been explicitly marked unavailable here
+ (UITraitCollection *)traitCollectionWithUserInterfaceStyle:(UIUserInterfaceStyle)userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:33:36: error: 'systemGray4' is unavailable in watchOS
                    return UIColor.systemGray4.resolvedColor(with: lightTraits)
                                   ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:150:49: note: 'systemGray4' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray4Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:33:48: error: 'resolvedColor(with:)' is unavailable in watchOS
                    return UIColor.systemGray4.resolvedColor(with: lightTraits)
                                               ^~~~~~~~~~~~~
UIKit.UIColor.resolvedColor:3:13: note: 'resolvedColor(with:)' has been explicitly marked unavailable here
  open func resolvedColor(with traitCollection: UITraitCollection) -> UIColor}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:47:20: error: 'init(dynamicProvider:)' is unavailable in watchOS
            return UIColor { (traits) -> UIColor in
                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:144:1: note: 'init(dynamicProvider:)' has been explicitly marked unavailable here
- (UIColor *)initWithDynamicProvider:(UIColor * (^)(UITraitCollection *traitCollection))dynamicProvider API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:48:27: error: 'userInterfaceStyle' is unavailable in watchOS
                if traits.userInterfaceStyle == .dark {
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:42:54: note: 'userInterfaceStyle' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIUserInterfaceStyle userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // unspecified: UIUserInterfaceStyleUnspecified
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:49:39: error: 'UITraitCollection' is unavailable in watchOS
                    let lightTraits = UITraitCollection(userInterfaceStyle: .light)
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:49:39: error: 'init(userInterfaceStyle:)' is unavailable in watchOS
                    let lightTraits = UITraitCollection(userInterfaceStyle: .light)
                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:41:1: note: 'init(userInterfaceStyle:)' has been explicitly marked unavailable here
+ (UITraitCollection *)traitCollectionWithUserInterfaceStyle:(UIUserInterfaceStyle)userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:50:36: error: 'systemGray2' is unavailable in watchOS
                    return UIColor.systemGray2.resolvedColor(with: lightTraits)
                                   ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:148:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:50:48: error: 'resolvedColor(with:)' is unavailable in watchOS
                    return UIColor.systemGray2.resolvedColor(with: lightTraits)
                                               ^~~~~~~~~~~~~
UIKit.UIColor.resolvedColor:3:13: note: 'resolvedColor(with:)' has been explicitly marked unavailable here
  open func resolvedColor(with traitCollection: UITraitCollection) -> UIColor}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:64:20: error: 'init(dynamicProvider:)' is unavailable in watchOS
            return UIColor { (traits) -> UIColor in
                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:144:1: note: 'init(dynamicProvider:)' has been explicitly marked unavailable here
- (UIColor *)initWithDynamicProvider:(UIColor * (^)(UITraitCollection *traitCollection))dynamicProvider API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:65:27: error: 'userInterfaceStyle' is unavailable in watchOS
                if traits.userInterfaceStyle == .dark {
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:42:54: note: 'userInterfaceStyle' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIUserInterfaceStyle userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // unspecified: UIUserInterfaceStyleUnspecified
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:66:29: error: 'systemGray' is unavailable in watchOS
                    return .systemGray
                            ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:80:20: error: 'init(dynamicProvider:)' is unavailable in watchOS
            return UIColor { (traits) -> UIColor in
                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:144:1: note: 'init(dynamicProvider:)' has been explicitly marked unavailable here
- (UIColor *)initWithDynamicProvider:(UIColor * (^)(UITraitCollection *traitCollection))dynamicProvider API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift:81:27: error: 'userInterfaceStyle' is unavailable in watchOS
                if traits.userInterfaceStyle == .dark {
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:42:54: note: 'userInterfaceStyle' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIUserInterfaceStyle userInterfaceStyle API_AVAILABLE(tvos(10.0)) API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(watchos); // unspecified: UIUserInterfaceStyleUnspecified
                                                     ^
SwiftCompile normal arm64 Compiling\ FlowManager.swift,\ OverlayManager.swift,\ CoachMarkViewControllerDelegate.swift,\ CoachMarkArrowView.swift,\ CoachMarkBodyHighlightArrowDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/FlowManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Internal/CoachMarkViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkArrowView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyHighlightArrowDelegate.swift (in target 'Instructions' from project 'Instructions')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMark.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkArrowDefaultView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBodyDefaultView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkSkipDefaultView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/AccessibilityIdentifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/CoachMarkInnerLayoutHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/CoachMarkLayoutHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/Enums/CoachMarkPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/ErrorMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/Extensions/UIApplication+WindowScene.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/Extensions/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMark\ Animation/CoachMarkAnimationManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMark\ Animation/CoachMarkAnimationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMark\ Animation/CoachMarkTransitionManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkCoordinateConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/Enums/CoachMarkArrowOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/Enums/CoachMarkNextLabelPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/CoachMarkDisplayManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/OverlayStyleManager/BlurringOverlayStyleManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/OverlayStyleManager/OverlayStyleManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/OverlayStyleManager/TranslucentOverlayStyleManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/FlowManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Internal/CoachMarkViewControllerDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkArrowView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyHighlightArrowDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkSkipView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarksControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ConfigurationChange.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PauseStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PresentationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ViewControllerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/supplementaryOutputs-20 -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/Instructions-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/Instructions_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Instructions -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/FlowManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/OverlayManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/CoachMarkViewControllerDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/CoachMarkArrowView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/CoachMarkBodyHighlightArrowDelegate.o -index-unit-output-path /Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/FlowManager.o -index-unit-output-path /Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/OverlayManager.o -index-unit-output-path /Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/CoachMarkViewControllerDelegate.o -index-unit-output-path /Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/CoachMarkArrowView.o -index-unit-output-path /Instructions.build/Debug-watchos/Instructions.build/Objects-normal/arm64/CoachMarkBodyHighlightArrowDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/FlowManager.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/FlowManager.swift:107:13: error: 'UIView' is unavailable in watchOS
            UIView.animate(withDuration: coachMarksViewController.overlayManager
            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:24:33: error: 'UIBlurEffect' is unavailable in watchOS
    public var blurEffectStyle: UIBlurEffect.Style? {
                                ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:72:34: error: 'UIStatusBarStyle' is unavailable in watchOS
    internal var statusBarStyle: UIStatusBarStyle {
                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:102:50: error: 'UITapGestureRecognizer' is unavailable in watchOS
    private lazy var singleTapGestureRecognizer: UITapGestureRecognizer = {
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:103:33: error: 'UITapGestureRecognizer' is unavailable in watchOS
        let gestureRecognizer = UITapGestureRecognizer(target: self,
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:165:44: error: 'UITraitCollection' is unavailable in watchOS
    func updateStyle(with traitCollection: UITraitCollection) {
                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:141:13: error: 'UIView' is unavailable in watchOS
            UIView.animate(withDuration: fadeAnimationDuration, animations: {
            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:146:13: error: 'UIView' is unavailable in watchOS
            UIView.animate(withDuration: fadeAnimationDuration, animations: {
            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift:179:58: error: 'isReduceTransparencyEnabled' is unavailable in watchOS
        if let style = blurEffectStyle, !UIAccessibility.isReduceTransparencyEnabled {
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIAccessibility.isReduceTransparencyEnabled:3:32: note: 'isReduceTransparencyEnabled' has been explicitly marked unavailable here
  @MainActor public static var isReduceTransparencyEnabled: Bool { get }}
                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Internal/CoachMarkViewControllerDelegate.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkArrowView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyHighlightArrowDelegate.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MaskView.swift,\ OverlaySnapshotView.swift,\ OverlayView.swift,\ PassthroughViews.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift (in target 'Instructions' from project 'Instructions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift:12:21: error: 'CAShapeLayer' is unavailable in watchOS
    var shapeLayer: CAShapeLayer {
                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift:6:17: error: 'UIView' is unavailable in watchOS
class MaskView: UIView {
                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift:9:16: error: 'CAShapeLayer' is unavailable in watchOS
        return CAShapeLayer.self
               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift:14:26: error: 'CAShapeLayer' is unavailable in watchOS
        return layer as! CAShapeLayer
                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift:7:27: error: 'UIVisualEffectView' is unavailable in watchOS
    var visualEffectView: UIVisualEffectView! {
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift:19:25: error: 'UIView' is unavailable in watchOS
    var backgroundView: UIView! {
                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift:32:57: error: 'UIEvent' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift:32:70: error: 'UIView' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift:6:28: error: 'UIView' is unavailable in watchOS
class OverlaySnapshotView: UIView {
                           ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:13:17: error: 'UIView' is unavailable in watchOS
    let holder: UIView
                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:14:20: error: 'UIView' is unavailable in watchOS
    let ornaments: UIView
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:48:64: error: 'UIEvent' is unavailable in watchOS
    override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                               ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:48:77: error: 'UIView' is unavailable in watchOS
    override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:8:20: error: 'UIView' is unavailable in watchOS
class OverlayView: UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:22:18: error: 'UIView' is unavailable in watchOS
        holder = UIView()
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:22:18: error: 'init()' is unavailable in watchOS
        holder = UIView()
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:23:21: error: 'UIView' is unavailable in watchOS
        ornaments = UIView()
                    ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift:23:21: error: 'init()' is unavailable in watchOS
        ornaments = UIView()
                    ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:7:14: error: cannot override 'init' which has been marked unavailable
    override init(frame: CGRect) {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:27:1: note: 'init(frame:)' has been explicitly marked unavailable here
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER API_DEPRECATED("Use init(windowScene:) instead.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:7:14: note: remove 'override' modifier to declare a new 'init'
    override init(frame: CGRect) {
    ~~~~~~~~~^

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:18:14: error: cannot override 'init' which has been marked unavailable
    override init(windowScene: UIWindowScene) {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:25:1: note: 'init(windowScene:)' has been explicitly marked unavailable here
- (instancetype)initWithWindowScene:(UIWindowScene *)windowScene NS_DESIGNATED_INITIALIZER API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:18:14: note: remove 'override' modifier to declare a new 'init'
    override init(windowScene: UIWindowScene) {
    ~~~~~~~~~^

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:18:32: error: 'UIWindowScene' is unavailable in watchOS
    override init(windowScene: UIWindowScene) {
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:21:12: note: 'UIWindowScene' has been explicitly marked unavailable here
@interface UIWindowScene : UIScene
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:23:57: error: 'UIEvent' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:23:70: error: 'UIView' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:38:33: error: 'UIView' is unavailable in watchOS
    var insertedViewsToIgnore: [UIView] {
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:42:37: error: 'UIView' is unavailable in watchOS
    func recursiveSubviews(of view: UIView) -> [UIView] {
                                    ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:42:49: error: 'UIView' is unavailable in watchOS
    func recursiveSubviews(of view: UIView) -> [UIView] {
                                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:6:27: error: 'UIWindow' is unavailable in watchOS
class InstructionsWindow: UIWindow {
                          ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:61:57: error: 'UIEvent' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:61:70: error: 'UIView' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:60:24: error: 'UIView' is unavailable in watchOS
class PassthroughView: UIView {
                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:77:57: error: 'UIEvent' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:77:70: error: 'UIView' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:73:29: error: 'UIView' is unavailable in watchOS
class InstructionsRootView: UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:8:15: error: 'init(frame:)' is unavailable in watchOS
        super.init(frame: frame)
              ^~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:27:1: note: 'init(frame:)' has been explicitly marked unavailable here
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER API_DEPRECATED("Use init(windowScene:) instead.", ios(2.0, 26.0), tvos(9.0, 26.0), visionos(1.0, 26.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift:19:15: error: 'init(windowScene:)' is unavailable in watchOS
        super.init(windowScene: windowScene)
              ^~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:25:1: note: 'init(windowScene:)' has been explicitly marked unavailable here
- (instancetype)initWithWindowScene:(UIWindowScene *)windowScene NS_DESIGNATED_INITIALIZER API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
^
SwiftCompile normal arm64 Compiling\ ConfigurationChange.swift,\ PauseStyle.swift,\ PresentationContext.swift,\ ViewControllerConfiguration.swift,\ CoachMarkView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ConfigurationChange.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PauseStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PresentationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ViewControllerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift (in target 'Instructions' from project 'Instructions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ConfigurationChange.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PauseStyle.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PresentationContext.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Enums/PresentationContext.swift:9:26: error: 'UIViewController' is unavailable in watchOS
    case newWindow(over: UIViewController, at: UIWindow.Level?)
                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Enums/PresentationContext.swift:9:48: error: 'UIWindow' is unavailable in watchOS
    case newWindow(over: UIViewController, at: UIWindow.Level?)
                                               ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Enums/PresentationContext.swift:10:28: error: 'UIViewController' is unavailable in watchOS
    case currentWindow(of: UIViewController)
                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Enums/PresentationContext.swift:11:28: error: 'UIViewController' is unavailable in watchOS
    case viewController(_: UIViewController)
                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Enums/PresentationContext.swift:13:37: error: 'UIViewController' is unavailable in watchOS
    public static func window(over: UIViewController) -> PresentationContext {
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ViewControllerConfiguration.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Enums/ViewControllerConfiguration.swift:23:26: error: 'UIInterfaceOrientationMask' is unavailable in watchOS
    case userDefined(as: UIInterfaceOrientationMask)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOrientation.h:49:32: note: 'UIInterfaceOrientationMask' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIInterfaceOrientationMask) {
                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:26:22: error: 'UIControl' is unavailable in watchOS
    var nextControl: UIControl? {
                     ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:31:29: error: 'UIView' is unavailable in watchOS
    private var bodyUIView: UIView { return bodyView as! UIView }
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:32:30: error: 'UIView' is unavailable in watchOS
    private var arrowUIView: UIView? { return arrowView as? UIView }
                             ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:47:20: error: 'UIView' is unavailable in watchOS
    init(bodyView: UIView & CoachMarkBodyView,
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:48:22: error: 'UIView' is unavailable in watchOS
         arrowView: (UIView & CoachMarkArrowView)? = nil,
                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:9:22: error: 'UIView' is unavailable in watchOS
class CoachMarkView: UIView {
                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:135:25: error: 'NSLayoutConstraint' is unavailable in watchOS
    var arrowXposition: NSLayoutConstraint?
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:138:28: error: 'NSLayoutConstraint' is unavailable in watchOS
    var bodyStickToParent: NSLayoutConstraint?
                           ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:31:58: error: 'UIView' is unavailable in watchOS
    private var bodyUIView: UIView { return bodyView as! UIView }
                                                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift:32:61: error: 'UIView' is unavailable in watchOS
    private var arrowUIView: UIView? { return arrowView as? UIView }
                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 Compiling\ CoachMarkBodyView.swift,\ CoachMarkSkipView.swift,\ CoachMarksControllerDataSource.swift,\ CoachMarksControllerAnimationDelegate.swift,\ CoachMarksControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkSkipView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarksControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerDelegate.swift (in target 'Instructions' from project 'Instructions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarkBodyView.swift:10:22: error: 'UIControl' is unavailable in watchOS
    var nextControl: UIControl? { get }
                     ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkSkipView.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarkSkipView.swift:9:22: error: 'UIControl' is unavailable in watchOS
    var skipControl: UIControl? { get }
                     ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarkSkipView.swift:10:17: error: 'UIView' is unavailable in watchOS
    var asView: UIView? { get }
                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarkSkipView.swift:14:22: error: 'UIControl' is unavailable in watchOS
    var skipControl: UIControl? {
                     ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarkSkipView.swift:20:17: error: 'UIView' is unavailable in watchOS
    var asView: UIView? {
                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarkSkipView.swift:19:48: error: 'UIView' is unavailable in watchOS
public extension CoachMarkSkipView where Self: UIView {
                                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarksControllerDataSource.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:45:20: error: 'UIView' is unavailable in watchOS
    -> (bodyView: (UIView & CoachMarkBodyView), arrowView: (UIView & CoachMarkArrowView)?)
                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:45:61: error: 'UIView' is unavailable in watchOS
    -> (bodyView: (UIView & CoachMarkBodyView), arrowView: (UIView & CoachMarkArrowView)?)
                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:57:64: error: 'UIView' is unavailable in watchOS
                              constraintsForSkipView skipView: UIView,
                                                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:58:52: error: 'UIView' is unavailable in watchOS
                              inParent parentView: UIView) -> [NSLayoutConstraint]?
                                                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:58:64: error: 'NSLayoutConstraint' is unavailable in watchOS
                              inParent parentView: UIView) -> [NSLayoutConstraint]?
                                                               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:63:64: error: 'UIView' is unavailable in watchOS
                              constraintsForSkipView skipView: UIView,
                                                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:64:52: error: 'UIView' is unavailable in watchOS
                              inParent parentView: UIView) -> [NSLayoutConstraint]? {
                                                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:64:64: error: 'NSLayoutConstraint' is unavailable in watchOS
                              inParent parentView: UIView) -> [NSLayoutConstraint]? {
                                                               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:97:23: error: 'UIView' is unavailable in watchOS
        -> (bodyView: UIView & CoachMarkBodyView, arrowView: (UIView & CoachMarkArrowView)?)
                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:97:63: error: 'UIView' is unavailable in watchOS
        -> (bodyView: UIView & CoachMarkBodyView, arrowView: (UIView & CoachMarkArrowView)?)
                                                              ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:106:45: error: 'UIView' is unavailable in watchOS
    func constraintsForSkipView(_ skipView: UIView,
                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:107:54: error: 'UIView' is unavailable in watchOS
                                inParent parentView: UIView) -> [NSLayoutConstraint]?
                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/CoachMarksControllerDataSource.swift:107:66: error: 'NSLayoutConstraint' is unavailable in watchOS
                                inParent parentView: UIView) -> [NSLayoutConstraint]?
                                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:9:83: error: 'UIView' is unavailable in watchOS
                              fetchAppearanceTransitionOfCoachMark coachMarkView: UIView,
                                                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:14:86: error: 'UIView' is unavailable in watchOS
                              fetchDisappearanceTransitionOfCoachMark coachMarkView: UIView,
                                                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:19:76: error: 'UIView' is unavailable in watchOS
                              fetchIdleAnimationOfCoachMark coachMarkView: UIView,
                                                                           ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:26:83: error: 'UIView' is unavailable in watchOS
                              fetchAppearanceTransitionOfCoachMark coachMarkView: UIView,
                                                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:31:86: error: 'UIView' is unavailable in watchOS
                              fetchDisappearanceTransitionOfCoachMark coachMarkView: UIView,
                                                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:36:76: error: 'UIView' is unavailable in watchOS
                              fetchIdleAnimationOfCoachMark coachMarkView: UIView,
                                                                           ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:42:63: error: 'UIView' is unavailable in watchOS
    func fetchAppearanceTransition(OfCoachMark coachMarkView: UIView,
                                                              ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:46:66: error: 'UIView' is unavailable in watchOS
    func fetchDisappearanceTransition(OfCoachMark coachMarkView: UIView,
                                                                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift:50:67: error: 'UIView' is unavailable in watchOS
    func fetchIdleAnimationOfCoachMark(OfCoachMark coachMarkView: UIView,
                                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerDelegate.swift (in target 'Instructions' from project 'Instructions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerDelegate.swift:9:68: error: 'UIView' is unavailable in watchOS
                              configureOrnamentsOfOverlay overlay: UIView)
                                                                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerDelegate.swift:44:68: error: 'UIView' is unavailable in watchOS
                              configureOrnamentsOfOverlay overlay: UIView) { }
                                                                   ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols and Enums/Public/Delegates/CoachMarksControllerDelegate.swift:92:40: error: 'UIView' is unavailable in watchOS
    func configureOrnaments(ofOverlay: UIView)
                                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Instructions (in target 'Instructions' from project 'Instructions')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/CoachMarkInnerLayoutHelper.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/CoachMarkLayoutHelper.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/Enums/CoachMarkPosition.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/Extensions/UIApplication+WindowScene.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Internal/Extensions/UIView+Layout.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMark\ Animation/CoachMarkAnimationManagement.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/CoachMarkDisplayManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/OverlayStyleManager/BlurringOverlayStyleManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/OverlayStyleManager/OverlayStyleManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/OverlayStyleManager/TranslucentOverlayStyleManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Internal/SkipViewDisplayManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/CoachMarksController.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Core/Public/Extensions/CoachMarksController+Proxy.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkArrowDefaultView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkBodyDefaultView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Default\ Views/CoachMarkSkipDefaultView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Extra/Internal/CoachMarkBodyBackgroundView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkCoordinateConverter.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Helpers/Public/CoachMarkHelper.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Instructions.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 Compiling\ FlowManager.swift,\ OverlayManager.swift,\ CoachMarkViewControllerDelegate.swift,\ CoachMarkArrowView.swift,\ CoachMarkBodyHighlightArrowDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/FlowManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Internal/CoachMarkViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkArrowView.swift /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyHighlightArrowDelegate.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/FlowManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Managers/Public/OverlayManager.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/MaskView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlaySnapshotView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/OverlayView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/PassthroughViews.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/PresentationContext.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Enums/ViewControllerConfiguration.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Views/CoachMarkView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkBodyView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarkSkipView.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/CoachMarksControllerDataSource.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerAnimationDelegate.swift (in target 'Instructions' from project 'Instructions')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instructions/Protocols\ and\ Enums/Public/Delegates/CoachMarksControllerDelegate.swift (in target 'Instructions' from project 'Instructions')
	Building workspace spi-builder-workspace with scheme Instructions
(37 failures)
BUILD FAILURE 6.2 watchOS