The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build OverlayContainer, reference 3.5.3 (df49c8), with Swift 6.2 for watchOS using Xcode 26.0 on 5 Dec 2025 08:19:23 UTC.

Build Command

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

Build Log

           ^
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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>
           ^
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-05 03:19:14.458 xcodebuild[792:4438] [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 OverlayContainer
(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:
  OverlayContainer: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick @ 4.0.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
resolved source packages: OverlayContainer, Quick, CwlPreconditionTesting, Nimble, CwlCatchException
2025-12-05 03:19:20.445 xcodebuild[977:5163] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "OverlayContainer",
  "name" : "OverlayContainer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "OverlayContainer",
      "targets" : [
        "OverlayContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "OverlayContainerTests",
      "module_type" : "SwiftTarget",
      "name" : "OverlayContainerTests",
      "path" : "Tests/OverlayContainerTests",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "HeightConstraintOverlayTranslationControllerTests.swift",
        "OverlayContainerSheetDismissalPolicyTest.swift",
        "OverlayInsertionTest.swift",
        "OverlayNotchHeightTest.swift",
        "OverlayScrollViewDelegateTest.swift",
        "PanGestureOverlayTranslationDriverTests.swift",
        "RushingForwardTargetNotchPolicyTests.swift",
        "ScrollViewOverlayTranslationDriverTests.swift",
        "Utils/FakeOverlayTranslationController.swift",
        "Utils/ScrollViewEmulator.swift"
      ],
      "target_dependencies" : [
        "OverlayContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OverlayContainer",
      "module_type" : "SwiftTarget",
      "name" : "OverlayContainer",
      "path" : "Source/OverlayContainer",
      "product_memberships" : [
        "OverlayContainer"
      ],
      "sources" : [
        "Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift",
        "Internal/ConcreteOverlayContainerContextTransitioning.swift",
        "Internal/ConcreteOverlayContainerDimissingPolicyContext.swift",
        "Internal/ConcreteOverlayTranslationParameters.swift",
        "Internal/DraggingOverlayContainerTransitionCoordinator.swift",
        "Internal/Extensions/CGFloat+Round.swift",
        "Internal/Extensions/CGGeometry+Utils.swift",
        "Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift",
        "Internal/Extensions/UIPanGesture+Utils.swift",
        "Internal/Extensions/UIScrollViiew+Utils.swift",
        "Internal/Extensions/UIView+Constraints.swift",
        "Internal/Extensions/UIView+Subviews.swift",
        "Internal/Extensions/UIViewController+Children.swift",
        "Internal/HeightContraintOverlayTranslationController.swift",
        "Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift",
        "Internal/OverlayContainerConfiguration.swift",
        "Internal/OverlayContainerConfigurationImplementation.swift",
        "Internal/OverlayScrollViewDelegate.swift",
        "Internal/OverlayScrollViewDelegateProxy.swift",
        "Internal/OverlayTranslationController.swift",
        "Internal/OverlayTranslationDriver.swift",
        "Internal/OverlayTranslationGestureRecognizer.swift",
        "Internal/PanGestureOverlayTranslationDriver.swift",
        "Internal/ScrollViewOverlayTranslationDriver.swift",
        "Internal/Views/GroundView.swift",
        "Internal/Views/OverlayContainerView.swift",
        "Internal/Views/OverlayTranslationContainerView.swift",
        "Internal/Views/OverlayTranslationView.swift",
        "OverlayContainerPresentationController.swift",
        "OverlayContainerSheetDimmingView.swift",
        "OverlayContainerSheetDismissalPolicy.swift",
        "OverlayContainerSheetPresentationController.swift",
        "OverlayContainerSheetPresentationControllerDelegate.swift",
        "OverlayContainerTransitionCoordinator.swift",
        "OverlayContainerViewController.swift",
        "OverlayContainerViewControllerDelegate.swift",
        "OverlayTransitioningDelegate.swift",
        "OverlayTranslationFunction.swift",
        "PassThroughView.swift",
        "RubberBandOverlayTranslationFunction.swift",
        "RushingForwardTargetNotchPolicy.swift",
        "SpringOverlayTranslationAnimationController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OverlayContainer"
    ]
  }
}
2025-12-05 03:19:21.514 xcodebuild[985:5235] [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 OverlayContainer -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 OverlayContainer -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Quick: https://github.com/Quick/Quick @ 4.0.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  OverlayContainer: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target '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 -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 -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 -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/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/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/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.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/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.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/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/Internal/Views/OverlayContainerView.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/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/OverlayTranslationFunction.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/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/OverlayContainerSheetDimmingView.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/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/OverlayContainerTransitionCoordinator.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/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/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-1.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 -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/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/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\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/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/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/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/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.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-05 03:19:22.362 xcodebuild[987:5265] [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 OverlayContainer
(3 failures)
BUILD FAILURE 6.2 watchOS