The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DynamicOverlay, reference 1.0.2 (e4e7fa), with Swift 6.2 for watchOS using Xcode 26.3 on 4 Dec 2025 16:17:22 UTC.

Build Command

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

Build Log

@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:46:92: error: 'UIViewController' is unavailable in watchOS
                                             willEndDraggingOverlay overlayViewController: UIViewController,
                                                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:59:85: error: 'UIViewController' is unavailable in watchOS
                                             willMoveOverlay overlayViewController: UIViewController,
                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:68:84: error: 'UIViewController' is unavailable in watchOS
                                             didMoveOverlay overlayViewController: UIViewController,
                                                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:80:90: error: 'UIViewController' is unavailable in watchOS
                                             willTranslateOverlay overlayViewController: UIViewController,
                                                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:17:52: error: 'UIPresentationController' is unavailable in watchOS
open class OverlayContainerPresentationController: UIPresentationController {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:12:51: error: 'UIView' is unavailable in watchOS
public protocol OverlayContainerSheetDimmingView: UIView {
                                                  ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:37:57: error: 'UIView' is unavailable in watchOS
open class TransparentOverlayContainerSheetDimmingView: UIView, OverlayContainerSheetDimmingView {
                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:30:64: error: 'UITapGestureRecognizer' is unavailable in watchOS
    open private(set) lazy var dismissingTapGestureRecognizer: UITapGestureRecognizer = self.makeTapGestureRecognizer()
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:34:48: error: 'UIView' is unavailable in watchOS
    private lazy var tapGestureRecognizerView: UIView = self.makeTapGestureRecognizerView()
                                               ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:48:42: error: 'UIViewController' is unavailable in watchOS
                presentedViewController: UIViewController,
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:49:29: error: 'UIViewController' is unavailable in watchOS
                presenting: UIViewController?) {
                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:47:66: error: 'init()' is unavailable in watchOS
    public init(dimmingView: OverlayContainerSheetDimmingView? = TransparentOverlayContainerSheetDimmingView(),
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:60:99: error: 'UIViewController' is unavailable in watchOS
                                                      willTranslateOverlay overlayViewController: UIViewController,
                                                                                                  ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:96:51: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc private func tapGestureAction(_ sender: UITapGestureRecognizer) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:139:52: error: 'UIView' is unavailable in watchOS
    private func makeTapGestureRecognizerView() -> UIView {
                                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:143:48: error: 'UITapGestureRecognizer' is unavailable in watchOS
    private func makeTapGestureRecognizer() -> UITapGestureRecognizer {
                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:83:45: error: 'init()' is unavailable in watchOS
    private lazy var overlayContainerView = OverlayContainerView()
                                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:84:47: error: 'init()' is unavailable in watchOS
    private lazy var overlayTranslationView = OverlayTranslationView()
                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:85:56: error: 'init()' is unavailable in watchOS
    private lazy var overlayTranslationContainerView = OverlayTranslationContainerView()
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:86:35: error: 'init()' is unavailable in watchOS
    private lazy var groundView = GroundView()
                                  ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:46:32: error: 'UIViewController' is unavailable in watchOS
    open var viewControllers: [UIViewController] = [] {
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:56:33: error: 'UIViewController' is unavailable in watchOS
    open var topViewController: UIViewController? {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:60:47: error: 'UIViewController' is unavailable in watchOS
    open override var childForStatusBarStyle: UIViewController? {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:65:38: error: 'UIScrollView' is unavailable in watchOS
    weak open var drivingScrollView: UIScrollView? {
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:88:54: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var overlayContainerViewStyleConstraint: NSLayoutConstraint?
                                                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:89:46: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var translationHeightConstraint: NSLayoutConstraint?
                                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:18:44: error: 'UIViewController' is unavailable in watchOS
open class OverlayContainerViewController: UIViewController {
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:411:92: error: 'UIViewController' is unavailable in watchOS
    func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController? {
                                                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:89: error: 'UIViewController' is unavailable in watchOS
                                        scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:110: error: 'UIScrollView' is unavailable in watchOS
                                        scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
                                                                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:64:91: error: 'UIViewController' is unavailable in watchOS
                                        shouldStartDraggingOverlay overlayViewController: UIViewController,
                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:73:89: error: 'UIViewController' is unavailable in watchOS
                                        willStartDraggingOverlay overlayViewController: UIViewController)
                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:81:87: error: 'UIViewController' is unavailable in watchOS
                                        willEndDraggingOverlay overlayViewController: UIViewController,
                                                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:94:80: error: 'UIViewController' is unavailable in watchOS
                                        willMoveOverlay overlayViewController: UIViewController,
                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:103:79: error: 'UIViewController' is unavailable in watchOS
                                        didMoveOverlay overlayViewController: UIViewController,
                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:122:85: error: 'UIViewController' is unavailable in watchOS
                                        willTranslateOverlay overlayViewController: UIViewController,
                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:134:101: error: 'UIViewController' is unavailable in watchOS
                                        overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction?
                                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:143:96: error: 'UIViewController' is unavailable in watchOS
                                        transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate?
                                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:154:75: error: 'UIViewController' is unavailable in watchOS
                                        forOverlay overlayViewController: UIViewController) -> Bool
                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:15:32: error: 'UIViewController' is unavailable in watchOS
    var overlayViewController: UIViewController { get }
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:23:32: error: 'UIViewController' is unavailable in watchOS
    var overlayViewController: UIViewController { get }
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:35:62: error: 'UIViewController' is unavailable in watchOS
    func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy?
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:37:57: error: 'UIViewController' is unavailable in watchOS
    func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning?
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:55:88: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:60:62: error: 'UIViewController' is unavailable in watchOS
    func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy? {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:64:57: error: 'UIViewController' is unavailable in watchOS
    func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning? {
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift:17:62: error: 'UIEvent' is unavailable in watchOS
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift:17:75: error: 'UIView' is unavailable in watchOS
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift:13:29: error: 'UIView' is unavailable in watchOS
open class PassThroughView: UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:44:95: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    public func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating {
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:64:11: error: 'UISpringTimingParameters' is unavailable in watchOS
extension UISpringTimingParameters {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h:32:12: note: 'UISpringTimingParameters' has been explicitly marked unavailable here
@interface UISpringTimingParameters : NSObject  <UITimingCurveProvider>
           ^
SwiftCompile normal armv7k Compiling\ OverlayScrollViewDelegateProxy.swift,\ OverlayTranslationController.swift,\ OverlayTranslationDriver.swift,\ OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ OverlayContainerSheetDismissalPolicy.swift,\ OverlayContainerSheetPresentationController.swift,\ OverlayContainerSheetPresentationControllerDelegate.swift,\ OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+Constraints.swift,\ UIView+Subviews.swift,\ UIViewController+Children.swift,\ HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
2025-12-04 11:17:13.110 xcodebuild[822:4546] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
	EmitSwiftModule normal armv7k (in target 'OverlayContainer' from project 'OverlayContainer')
	Building workspace spi-builder-workspace with scheme DynamicOverlay
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DynamicOverlay: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick @ 4.0.0
  OverlayContainer: https://github.com/applidium/OverlayContainer.git @ 3.5.3
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
resolved source packages: DynamicOverlay, Quick, OverlayContainer, CwlPreconditionTesting, CwlCatchException, Nimble
2025-12-04 11:17:19.084 xcodebuild[1015:5309] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "overlaycontainer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/applidium/OverlayContainer.git"
    }
  ],
  "manifest_display_name" : "DynamicOverlay",
  "name" : "DynamicOverlay",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicOverlay",
      "targets" : [
        "DynamicOverlay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicOverlayTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlayTests",
      "path" : "Tests/DynamicOverlayTests",
      "sources" : [
        "DragHandleViewModifierTests.swift",
        "DrivingScrollViewModifierTests.swift",
        "MagneticNotchOverlayBehaviorValueTests.swift",
        "NotchBindingDynamicOverlayTests.swift",
        "NotchDimensionDynamicOverlayTests.swift",
        "NotchTranslationDynamicOverlayTests.swift",
        "OverlayContainerRepresentableAdaptorTests.swift",
        "OverlayNotchIndexMapperTests.swift",
        "Utils/ValuePublisher.swift",
        "Utils/View+Measure.swift",
        "Utils/ViewInspector.swift",
        "Utils/ViewRenderer.swift"
      ],
      "target_dependencies" : [
        "DynamicOverlay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicOverlay",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlay",
      "path" : "Source",
      "product_dependencies" : [
        "OverlayContainer"
      ],
      "product_memberships" : [
        "DynamicOverlay"
      ],
      "sources" : [
        "Internal/DynamicOverlayBehaviorValue.swift",
        "Internal/DynamicOverlayNotchTransition+DynamicOverlayBehavior.swift",
        "Internal/Handle/ActivatedOverlayArea.swift",
        "Internal/Handle/ActiveOverlayAreaViewModifier.swift",
        "Internal/Handle/Drag/DynamicOverlayDragArea.swift",
        "Internal/Handle/Drag/OnDragAreaChangeViewModifier.swift",
        "Internal/Handle/DrivingScrollView/DynamicOverlayScrollViewProxy.swift",
        "Internal/Handle/DrivingScrollView/OnDrivingScrollViewChangeViewModifier.swift",
        "Internal/Handle/OverlayContainerCoordinateSpace.swift",
        "Internal/MagneticNotchOverlayBehaviorValue.swift",
        "Internal/OverlayContainer/DynamicOverlayContainerAnimationController.swift",
        "Internal/OverlayContainer/OverlayContainerCoordinator.swift",
        "Internal/OverlayContainer/OverlayContainerDynamicOverlayView.swift",
        "Internal/OverlayContainer/OverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContainer/OverlayContainerStateDiffer.swift",
        "Internal/OverlayContainer/SwiftUIOverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContentModifier.swift",
        "Internal/OverlayNotchIndexMapper.swift",
        "Internal/Utils/Binding+CaseIterable.swift",
        "Public/DynamicOverlayBehavior.swift",
        "Public/DynamicOverlayHandle.swift",
        "Public/DynamicOverlayModifier.swift",
        "Public/MagneticNotchOverlayBehavior.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DynamicOverlay"
    ]
  }
}
2025-12-04 11:17:20.227 xcodebuild[1023:5379] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicOverlay -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DynamicOverlay -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  DynamicOverlay: /Users/admin/builder/spi-builder-workspace
  OverlayContainer: https://github.com/applidium/OverlayContainer.git @ 3.5.3
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Quick: https://github.com/Quick/Quick @ 4.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'OverlayContainer' in project 'OverlayContainer'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'OverlayContainer' in project 'OverlayContainer' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
SwiftDriver OverlayContainer normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OverlayContainer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OverlayContainer normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ConcreteOverlayContainerContextTargetNotchPolicy.swift,\ ConcreteOverlayContainerContextTransitioning.swift,\ ConcreteOverlayContainerDimissingPolicyContext.swift,\ ConcreteOverlayTranslationParameters.swift,\ DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PanGestureOverlayTranslationDriver.swift,\ ScrollViewOverlayTranslationDriver.swift,\ GroundView.swift,\ OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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 -suppress-warnings -profile-generate -profile-coverage-mapping -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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name OverlayContainer -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.abi.json
EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:12:32: error: 'UIViewController' is unavailable in watchOS
    let overlayViewController: UIViewController
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift:17:32: error: 'UIViewController' is unavailable in watchOS
    let overlayViewController: UIViewController
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:12:96: error: 'UIViewController' is unavailable in watchOS
                                        transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate? {
                                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:17:89: error: 'UIViewController' is unavailable in watchOS
                                        scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView? {
                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:17:110: error: 'UIScrollView' is unavailable in watchOS
                                        scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView? {
                                                                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:22:91: error: 'UIViewController' is unavailable in watchOS
                                        shouldStartDraggingOverlay overlayViewController: UIViewController,
                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:30:101: error: 'UIViewController' is unavailable in watchOS
                                        overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction? {
                                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:35:80: error: 'UIViewController' is unavailable in watchOS
                                        willMoveOverlay overlayViewController: UIViewController,
                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:39:79: error: 'UIViewController' is unavailable in watchOS
                                        didMoveOverlay overlayViewController: UIViewController,
                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:43:89: error: 'UIViewController' is unavailable in watchOS
                                        willStartDraggingOverlay overlayViewController: UIViewController) {}
                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:46:87: error: 'UIViewController' is unavailable in watchOS
                                        willEndDraggingOverlay overlayViewController: UIViewController,
                                                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:50:85: error: 'UIViewController' is unavailable in watchOS
                                        willTranslateOverlay overlayViewController: UIViewController,
                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:55:75: error: 'UIViewController' is unavailable in watchOS
                                        forOverlay overlayViewController: UIViewController) -> Bool {
                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift:10:11: error: 'UIPanGestureRecognizer' is unavailable in watchOS
extension UIPanGestureRecognizer {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift:10:11: error: 'UIScrollView' is unavailable in watchOS
extension UIScrollView {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift:30:11: error: 'UIScrollView' is unavailable in watchOS
extension UIScrollView {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:11:28: error: 'UIViewController' is unavailable in watchOS
    func addChild(_ child: UIViewController, in containerView: UIView) {
                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:11:64: error: 'UIView' is unavailable in watchOS
    func addChild(_ child: UIViewController, in containerView: UIView) {
                                                               ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:19:31: error: 'UIViewController' is unavailable in watchOS
    func removeChild(_ child: UIViewController) {
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:26:52: error: 'UIPresentationController' is unavailable in watchOS
    func oc_findPresentationController<Controller: UIPresentationController>(_ type: Controller.Type) -> Controller? {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:33:38: error: 'UIViewController' is unavailable in watchOS
    func oc_findChildren<Controller: UIViewController>(_ type: Controller.Type) -> [Controller] {
                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:10:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:23:92: error: 'UIViewController' is unavailable in watchOS
    func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController?
                                                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:44:40: error: 'UIViewController' is unavailable in watchOS
    private var overlayViewController: UIViewController? {
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:48:51: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    private var lastScheduledTranslationAnimator: UIViewImplicitlyAnimating?
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:60:46: error: 'NSLayoutConstraint' is unavailable in watchOS
    private let translationHeightConstraint: NSLayoutConstraint
                                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:65:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    init(translationHeightConstraint: NSLayoutConstraint,
                                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift:12:27: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    private let animator: UIViewImplicitlyAnimating
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift:17:20: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    init(animator: UIViewImplicitlyAnimating, context: OverlayContainerTransitionCoordinatorContext) {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:15:66: error: 'UIViewController' is unavailable in watchOS
    func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool
                                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:16:50: error: 'UIViewController' is unavailable in watchOS
    func animationController(forOverlay overlay: UIViewController) -> OverlayAnimatedTransitioning
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:17:55: error: 'UIViewController' is unavailable in watchOS
    func overlayTargetNotchPolicy(forOverlay overlay: UIViewController) -> OverlayTranslationTargetNotchPolicy
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:19:48: error: 'UIViewController' is unavailable in watchOS
    func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView?
                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:19:69: error: 'UIScrollView' is unavailable in watchOS
    func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView?
                                                                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:21:55: error: 'UIViewController' is unavailable in watchOS
    func shouldStartDraggingOverlay(_ viewController: UIViewController,
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:25:64: error: 'UIViewController' is unavailable in watchOS
                                    for overlayViewController: UIViewController) -> OverlayTranslationFunction
                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:60:52: error: 'UIViewController' is unavailable in watchOS
    func enabledNotchIndexes(for overlayContainer: UIViewController) -> [Int] {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:53:50: error: 'UIViewController' is unavailable in watchOS
    func animationController(forOverlay overlay: UIViewController) -> OverlayAnimatedTransitioning {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:65:55: error: 'UIViewController' is unavailable in watchOS
    func overlayTargetNotchPolicy(forOverlay overlay: UIViewController) -> OverlayTranslationTargetNotchPolicy {
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:76:48: error: 'UIViewController' is unavailable in watchOS
    func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? {
                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:76:69: error: 'UIScrollView' is unavailable in watchOS
    func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? {
                                                                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:81:55: error: 'UIViewController' is unavailable in watchOS
    func shouldStartDraggingOverlay(_ viewController: UIViewController,
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:94:64: error: 'UIViewController' is unavailable in watchOS
                                    for overlayViewController: UIViewController) -> OverlayTranslationFunction {
                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:104:66: error: 'UIViewController' is unavailable in watchOS
    func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool {
                                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:11:59: error: 'UIScrollView' is unavailable in watchOS
    func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView)
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:12:51: error: 'UIScrollView' is unavailable in watchOS
    func overlayScrollViewDidScroll(_ scrollView: UIScrollView)
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:13:42: error: 'UIScrollView' is unavailable in watchOS
    func overlayScrollView(_ scrollView: UIScrollView,
                                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:13:40: error: 'UIScrollViewDelegate' is unavailable in watchOS
    private weak var originalDelegate: UIScrollViewDelegate?
                                       ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:14:34: error: 'UIScrollView' is unavailable in watchOS
    private weak var scrollView: UIScrollView?
                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:44:94: error: 'UIScrollView' is unavailable in watchOS
    func forward(to delegate: OverlayScrollViewDelegate, delegateInvocationsFrom scrollView: UIScrollView) {
                                                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:66:44: error: 'UIScrollView' is unavailable in watchOS
    func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:71:50: error: 'UIScrollView' is unavailable in watchOS
    func scrollViewWillEndDragging(_ scrollView: UIScrollView,
                                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:86:52: error: 'UIScrollView' is unavailable in watchOS
    func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                   ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:10:49: error: 'UIScrollViewDelegate' is unavailable in watchOS
class OverlayScrollViewDelegateProxy: NSObject, UIScrollViewDelegate {
                                                ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:12:33: error: 'UIScrollView' is unavailable in watchOS
    weak var drivingScrollView: UIScrollView?
                                ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:25:47: error: 'UITouch' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                              ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:25:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                    ^~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:30:67: error: 'UIGestureRecognizer' is unavailable in watchOS
    override func shouldRequireFailure(of otherGestureRecognizer: UIGestureRecognizer) -> Bool {
                                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:10:44: error: 'UIPanGestureRecognizer' is unavailable in watchOS
class OverlayTranslationGestureRecognizer: UIPanGestureRecognizer {
                                           ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:36:60: error: 'UIGestureRecognizer' is unavailable in watchOS
    func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:12:43: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
                                          UIGestureRecognizerDelegate {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:91:11: note: 'UIGestureRecognizerDelegate' has been explicitly marked unavailable here
@protocol UIGestureRecognizerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:13:26: error: 'UIScrollView' is unavailable in watchOS
    weak var scrollView: UIScrollView?
                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:25:75: error: 'UIScrollView' is unavailable in watchOS
    init(translationController: OverlayTranslationController, scrollView: UIScrollView) {
                                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:40:59: error: 'UIScrollView' is unavailable in watchOS
    func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:44:51: error: 'UIScrollView' is unavailable in watchOS
    func overlayScrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:63:42: error: 'UIScrollView' is unavailable in watchOS
    func overlayScrollView(_ scrollView: UIScrollView,
                                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:97:58: error: 'UIScrollView' is unavailable in watchOS
    private func shouldDragOverlay(following scrollView: UIScrollView) -> Bool {
                                                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:113:61: error: 'UIScrollView' is unavailable in watchOS
    private func adjustedContentOffset(dragging scrollView: UIScrollView) -> CGPoint {
                                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:38:94: error: 'UIViewController' is unavailable in watchOS
                                             willStartDraggingOverlay overlayViewController: UIViewController) {}
                                                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:46:92: error: 'UIViewController' is unavailable in watchOS
                                             willEndDraggingOverlay overlayViewController: UIViewController,
                                                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:59:85: error: 'UIViewController' is unavailable in watchOS
                                             willMoveOverlay overlayViewController: UIViewController,
                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:68:84: error: 'UIViewController' is unavailable in watchOS
                                             didMoveOverlay overlayViewController: UIViewController,
                                                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:80:90: error: 'UIViewController' is unavailable in watchOS
                                             willTranslateOverlay overlayViewController: UIViewController,
                                                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift:17:52: error: 'UIPresentationController' is unavailable in watchOS
open class OverlayContainerPresentationController: UIPresentationController {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:12:51: error: 'UIView' is unavailable in watchOS
public protocol OverlayContainerSheetDimmingView: UIView {
                                                  ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:37:57: error: 'UIView' is unavailable in watchOS
open class TransparentOverlayContainerSheetDimmingView: UIView, OverlayContainerSheetDimmingView {
                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:30:64: error: 'UITapGestureRecognizer' is unavailable in watchOS
    open private(set) lazy var dismissingTapGestureRecognizer: UITapGestureRecognizer = self.makeTapGestureRecognizer()
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:34:48: error: 'UIView' is unavailable in watchOS
    private lazy var tapGestureRecognizerView: UIView = self.makeTapGestureRecognizerView()
                                               ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:48:42: error: 'UIViewController' is unavailable in watchOS
                presentedViewController: UIViewController,
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:49:29: error: 'UIViewController' is unavailable in watchOS
                presenting: UIViewController?) {
                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:47:66: error: 'init()' is unavailable in watchOS
    public init(dimmingView: OverlayContainerSheetDimmingView? = TransparentOverlayContainerSheetDimmingView(),
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:60:99: error: 'UIViewController' is unavailable in watchOS
                                                      willTranslateOverlay overlayViewController: UIViewController,
                                                                                                  ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:96:51: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc private func tapGestureAction(_ sender: UITapGestureRecognizer) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:139:52: error: 'UIView' is unavailable in watchOS
    private func makeTapGestureRecognizerView() -> UIView {
                                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:143:48: error: 'UITapGestureRecognizer' is unavailable in watchOS
    private func makeTapGestureRecognizer() -> UITapGestureRecognizer {
                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:83:45: error: 'init()' is unavailable in watchOS
    private lazy var overlayContainerView = OverlayContainerView()
                                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:84:47: error: 'init()' is unavailable in watchOS
    private lazy var overlayTranslationView = OverlayTranslationView()
                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:85:56: error: 'init()' is unavailable in watchOS
    private lazy var overlayTranslationContainerView = OverlayTranslationContainerView()
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:86:35: error: 'init()' is unavailable in watchOS
    private lazy var groundView = GroundView()
                                  ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:46:32: error: 'UIViewController' is unavailable in watchOS
    open var viewControllers: [UIViewController] = [] {
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:56:33: error: 'UIViewController' is unavailable in watchOS
    open var topViewController: UIViewController? {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:60:47: error: 'UIViewController' is unavailable in watchOS
    open override var childForStatusBarStyle: UIViewController? {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:65:38: error: 'UIScrollView' is unavailable in watchOS
    weak open var drivingScrollView: UIScrollView? {
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:88:54: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var overlayContainerViewStyleConstraint: NSLayoutConstraint?
                                                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:89:46: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var translationHeightConstraint: NSLayoutConstraint?
                                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:18:44: error: 'UIViewController' is unavailable in watchOS
open class OverlayContainerViewController: UIViewController {
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:411:92: error: 'UIViewController' is unavailable in watchOS
    func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController? {
                                                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:89: error: 'UIViewController' is unavailable in watchOS
                                        scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:110: error: 'UIScrollView' is unavailable in watchOS
                                        scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
                                                                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:64:91: error: 'UIViewController' is unavailable in watchOS
                                        shouldStartDraggingOverlay overlayViewController: UIViewController,
                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:73:89: error: 'UIViewController' is unavailable in watchOS
                                        willStartDraggingOverlay overlayViewController: UIViewController)
                                                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:81:87: error: 'UIViewController' is unavailable in watchOS
                                        willEndDraggingOverlay overlayViewController: UIViewController,
                                                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:94:80: error: 'UIViewController' is unavailable in watchOS
                                        willMoveOverlay overlayViewController: UIViewController,
                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:103:79: error: 'UIViewController' is unavailable in watchOS
                                        didMoveOverlay overlayViewController: UIViewController,
                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:122:85: error: 'UIViewController' is unavailable in watchOS
                                        willTranslateOverlay overlayViewController: UIViewController,
                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:134:101: error: 'UIViewController' is unavailable in watchOS
                                        overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction?
                                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:143:96: error: 'UIViewController' is unavailable in watchOS
                                        transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate?
                                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:154:75: error: 'UIViewController' is unavailable in watchOS
                                        forOverlay overlayViewController: UIViewController) -> Bool
                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:15:32: error: 'UIViewController' is unavailable in watchOS
    var overlayViewController: UIViewController { get }
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:23:32: error: 'UIViewController' is unavailable in watchOS
    var overlayViewController: UIViewController { get }
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:35:62: error: 'UIViewController' is unavailable in watchOS
    func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy?
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:37:57: error: 'UIViewController' is unavailable in watchOS
    func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning?
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:55:88: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:60:62: error: 'UIViewController' is unavailable in watchOS
    func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy? {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift:64:57: error: 'UIViewController' is unavailable in watchOS
    func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning? {
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift:17:62: error: 'UIEvent' is unavailable in watchOS
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Applications/Xcode-26.0.0.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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift:17:75: error: 'UIView' is unavailable in watchOS
    open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift:13:29: error: 'UIView' is unavailable in watchOS
open class PassThroughView: UIView {
                            ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:44:95: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
    public func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating {
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:77:11: note: 'UIViewImplicitlyAnimating' has been explicitly marked unavailable here
@protocol UIViewImplicitlyAnimating <UIViewAnimating>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:64:11: error: 'UISpringTimingParameters' is unavailable in watchOS
extension UISpringTimingParameters {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h:32:12: note: 'UISpringTimingParameters' has been explicitly marked unavailable here
@interface UISpringTimingParameters : NSObject  <UITimingCurveProvider>
           ^
SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Constraints.swift,\ UIView+Subviews.swift,\ UIViewController+Children.swift,\ HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayContainerSheetDismissalPolicy.swift,\ OverlayContainerSheetPresentationController.swift,\ OverlayContainerSheetPresentationControllerDelegate.swift,\ OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayScrollViewDelegateProxy.swift,\ OverlayTranslationController.swift,\ OverlayTranslationDriver.swift,\ OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayTranslationContainerView.swift,\ OverlayTranslationView.swift,\ OverlayContainerPresentationController.swift,\ OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
2025-12-04 11:17:21.211 xcodebuild[1025:5411] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
	EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
	Building workspace spi-builder-workspace with scheme DynamicOverlay
(3 failures)
BUILD FAILURE 6.2 watchOS