Build Information
Failed to build FloatingPanel, reference master (7efcc7), with Swift 6.3 for watchOS using Xcode 26.4 on 18 Apr 2026 15:51:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FloatingPanel -destination generic/platform=watchOSBuild Log
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:64:10: error: 'some' return types are only available in watchOS 6.0.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:62:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelState(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:63:18: error: 'Binding' is only available in watchOS 6.0 or newer
_ state: Binding<FloatingPanelState?>
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:62:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelState(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:64:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:62:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelState(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:47:10: error: 'some' return types are only available in watchOS 6.0.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:45:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelSurfaceAppearance(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:47:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:45:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelSurfaceAppearance(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:84:10: error: 'some' return types are only available in watchOS 6.0.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:82:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelGrabberHandlePadding(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:84:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:82:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelGrabberHandlePadding(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:6:54: error: 'UIViewController' is unavailable in watchOS
func animationController(forPresented presented: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:7:42: error: 'UIViewController' is unavailable in watchOS
presenting: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:8:38: error: 'UIViewController' is unavailable in watchOS
source: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:8:59: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
source: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:12:54: error: 'UIViewController' is unavailable in watchOS
func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:12:75: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:57: error: 'UIViewController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:87: error: 'UIViewController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:114: error: 'UIViewController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:135: error: 'UIPresentationController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:5:34: error: 'UIViewControllerTransitioningDelegate' is unavailable in watchOS
class ModalTransition: NSObject, UIViewControllerTransitioningDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:180:11: note: 'UIViewControllerTransitioningDelegate' has been explicitly marked unavailable here
@protocol UIViewControllerTransitioningDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:67:43: error: 'UITapGestureRecognizer' is unavailable in watchOS
@objc func handleBackdrop(tapGesture: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:21:31: error: 'UIPresentationController' is unavailable in watchOS
class PresentationController: UIPresentationController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:84:54: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func transitionDuration(using transitionContext: UIViewControllerContextTransitioning?) -> TimeInterval {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:93:57: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:93:98: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:113:53: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func animateTransition(using transitionContext: UIViewControllerContextTransitioning) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:83:41: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
class ModalPresentTransition: NSObject, UIViewControllerAnimatedTransitioning {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:93:10: error: cannot override 'interruptibleAnimator' which has been marked unavailable
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^
UIKit.UIViewControllerAnimatedTransitioning.interruptibleAnimator:3:17: note: 'interruptibleAnimator(using:)' has been explicitly marked unavailable here
optional func interruptibleAnimator(using transitionContext: any UIViewControllerContextTransitioning) -> any UIViewImplicitlyAnimating}
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:119:54: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func transitionDuration(using transitionContext: UIViewControllerContextTransitioning?) -> TimeInterval {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:128:57: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:128:98: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:145:53: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func animateTransition(using transitionContext: UIViewControllerContextTransitioning) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:118:41: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
class ModalDismissTransition: NSObject, UIViewControllerAnimatedTransitioning {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:128:10: error: cannot override 'interruptibleAnimator' which has been marked unavailable
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^
UIKit.UIViewControllerAnimatedTransitioning.interruptibleAnimator:3:17: note: 'interruptibleAnimator(using:)' has been explicitly marked unavailable here
optional func interruptibleAnimator(using transitionContext: any UIViewControllerContextTransitioning) -> any UIViewImplicitlyAnimating}
^
SwiftCompile normal armv7k Compiling\ View+floatingPanelSurface.swift,\ Transitioning.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift /Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/WatchKit-BP2PB9NS0O0YWS0XU3O12SJB6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-6F98K2RU9CERXOT4R9M47COR6.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-AEO5BILCDFD91YRNCNOK0QG3V.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
EmitSwiftModule normal arm64 (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
2026-04-18 11:50:52.679 xcodebuild[649:3990] [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\ FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
EmitSwiftModule normal armv7k (in target 'FloatingPanel' from project 'FloatingPanel')
Building workspace spi-builder-workspace with scheme FloatingPanel
(3 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
FloatingPanel: /Users/admin/builder/spi-builder-workspace
resolved source packages: FloatingPanel
2026-04-18 11:51:02.176 xcodebuild[842:4722] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "FloatingPanel",
"name" : "FloatingPanel",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FloatingPanel",
"targets" : [
"FloatingPanel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "FloatingPanel",
"module_type" : "SwiftTarget",
"name" : "FloatingPanel",
"path" : "Sources",
"product_memberships" : [
"FloatingPanel"
],
"sources" : [
"BackdropView.swift",
"Behavior.swift",
"Controller.swift",
"Core.swift",
"Extensions.swift",
"GrabberView.swift",
"Layout.swift",
"LayoutAnchoring.swift",
"LayoutProperties.swift",
"Logging.swift",
"PassthroughView.swift",
"Position.swift",
"State.swift",
"SurfaceView.swift",
"SwiftUI/FloatingPanelCoordinator.swift",
"SwiftUI/FloatingPanelProxy.swift",
"SwiftUI/FloatingPanelView.swift",
"SwiftUI/SurfaceAppearance+.swift",
"SwiftUI/View+floatingPanel.swift",
"SwiftUI/View+floatingPanelBehavior.swift",
"SwiftUI/View+floatingPanelConfiguration.swift",
"SwiftUI/View+floatingPanelLayout.swift",
"SwiftUI/View+floatingPanelScrollTracking.swift",
"SwiftUI/View+floatingPanelState.swift",
"SwiftUI/View+floatingPanelSurface.swift",
"Transitioning.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FloatingPanel"
]
}
}
2026-04-18 11:51:03.887 xcodebuild[872:4943] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FloatingPanel -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.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 FloatingPanel -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
FloatingPanel: /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 'FloatingPanel' in project 'FloatingPanel'
➜ Explicit dependency on target 'FloatingPanel' in project 'FloatingPanel'
Target 'FloatingPanel' in project 'FloatingPanel' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver FloatingPanel normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingPanel -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel_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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FloatingPanel normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingPanel -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64_32/FloatingPanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64_32/FloatingPanel-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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64_32/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64_32/FloatingPanel_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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64_32/FloatingPanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FloatingPanel normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingPanel -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/armv7k/FloatingPanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/armv7k/FloatingPanel-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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/armv7k/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/armv7k/FloatingPanel_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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/armv7k/FloatingPanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FloatingPanelProxy.swift,\ FloatingPanelView.swift,\ SurfaceAppearance+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/SurfaceAppearance+.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelProxy.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/SurfaceAppearance+.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
Failed frontend command:
/Applications/Xcode-26.4.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/Sources/BackdropView.swift /Users/admin/builder/spi-builder-workspace/Sources/Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Controller.swift /Users/admin/builder/spi-builder-workspace/Sources/Core.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/GrabberView.swift /Users/admin/builder/spi-builder-workspace/Sources/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/PassthroughView.swift /Users/admin/builder/spi-builder-workspace/Sources/Position.swift /Users/admin/builder/spi-builder-workspace/Sources/State.swift /Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/SurfaceAppearance+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift /Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift -target arm64-apple-watchos5.0 -module-can-import-version Combine 3023 0 -module-can-import-version SwiftUI 7.4.27 7.4.27 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel_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.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name FloatingPanel -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.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/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-watchos/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.abi.json
EmitSwiftModule normal arm64 (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BackdropView.swift:13:53: error: 'UITapGestureRecognizer' is unavailable in watchOS
@objc public var dismissalTapGestureRecognizer: UITapGestureRecognizer
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/BackdropView.swift:7:26: error: 'UIView' is unavailable in watchOS
open class BackdropView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Controller.swift:12:81: error: 'UITraitCollection' is unavailable in watchOS
func floatingPanel(_ fpc: FloatingPanelController, layoutFor newCollection: UITraitCollection) -> FloatingPanelLayout
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:22:110: error: 'UIViewPropertyAnimator' is unavailable in watchOS
func floatingPanel(_ fpc: FloatingPanelController, animatorForPresentingTo state: FloatingPanelState) -> UIViewPropertyAnimator
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:28:105: error: 'UIViewPropertyAnimator' is unavailable in watchOS
func floatingPanel(_ fpc: FloatingPanelController, animatorForDismissingWith velocity: CGVector) -> UIViewPropertyAnimator
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:39:106: error: 'UIViewPropertyAnimator' is unavailable in watchOS
func floatingPanel(_ fpc: FloatingPanelController, animatorForMovingTo state: FloatingPanelState) -> UIViewPropertyAnimator
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:110:100: error: 'UIScrollView' is unavailable in watchOS
func floatingPanel(_ fpc: FloatingPanelController, contentOffsetForPinning trackingScrollView: UIScrollView) -> CGPoint
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Controller.swift:137:41: error: 'UIScrollView' is unavailable in watchOS
shouldAllowToScroll scrollView: UIScrollView,
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Controller.swift:186:41: error: 'UIScrollView' is unavailable in watchOS
public weak var trackingScrollView: UIScrollView? {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Controller.swift:258:39: error: 'UIViewController' is unavailable in watchOS
public var contentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:278:41: error: 'UIViewController' is unavailable in watchOS
private var _contentViewController: UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:359:78: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:378:57: error: 'UITraitCollection' is unavailable in watchOS
open override func willTransition(to newCollection: UITraitCollection, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:378:94: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func willTransition(to newCollection: UITraitCollection, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:398:47: error: 'UIViewController' is unavailable in watchOS
open override var childForStatusBarStyle: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:402:48: error: 'UIViewController' is unavailable in watchOS
open override var childForStatusBarHidden: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:406:23: error: cannot override 'childForScreenEdgesDeferringSystemGestures' which has been marked unavailable
open override var childForScreenEdgesDeferringSystemGestures: UIViewController? {
^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:655:61: note: 'childForScreenEdgesDeferringSystemGestures' has been explicitly marked unavailable here
@property (nonatomic, readonly, nullable) UIViewController *childViewControllerForScreenEdgesDeferringSystemGestures API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:406:23: note: remove 'override' modifier to declare a new 'childForScreenEdgesDeferringSystemGestures'
open override var childForScreenEdgesDeferringSystemGestures: UIViewController? {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:406:67: error: 'UIViewController' is unavailable in watchOS
open override var childForScreenEdgesDeferringSystemGestures: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:410:23: error: property does not override any property from its superclass
open override var childForHomeIndicatorAutoHidden: UIViewController? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:410:56: error: 'UIViewController' is unavailable in watchOS
open override var childForHomeIndicatorAutoHidden: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:416:52: error: 'UITraitCollection' is unavailable in watchOS
private func shouldUpdateLayout(from previous: UITraitCollection, to new: UITraitCollection) -> Bool {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:416:79: error: 'UITraitCollection' is unavailable in watchOS
private func shouldUpdateLayout(from previous: UITraitCollection, to new: UITraitCollection) -> Bool {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:530:43: error: 'UIViewController' is unavailable in watchOS
public func addPanel(toParent parent: UIViewController, at viewIndex: Int = -1, animated: Bool = false, completion: (() -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:618:44: error: 'UIViewController' is unavailable in watchOS
public func set(contentViewController: UIViewController?) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:644:35: error: 'UIScrollView' is unavailable in watchOS
public func track(scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Controller.swift:672:37: error: 'UIScrollView' is unavailable in watchOS
public func untrack(scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Controller.swift:680:24: error: cannot override 'accessibilityPerformEscape' which has been marked unavailable
open override func accessibilityPerformEscape() -> Bool {
^
UIKit.NSObject.accessibilityPerformEscape:3:24: note: 'accessibilityPerformEscape()' has been explicitly marked unavailable here
@MainActor open func accessibilityPerformEscape() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:680:24: note: remove 'override' modifier to declare a new 'accessibilityPerformEscape'
open override func accessibilityPerformEscape() -> Bool {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:146:37: error: 'UIViewController' is unavailable in watchOS
open class FloatingPanelController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:734:59: error: 'UIViewPropertyAnimator' is unavailable in watchOS
func animatorForPresenting(to: FloatingPanelState) -> UIViewPropertyAnimator {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:741:60: error: 'UIViewPropertyAnimator' is unavailable in watchOS
func animatorForDismissing(with velocity: CGVector) -> UIViewPropertyAnimator {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:748:55: error: 'UIViewPropertyAnimator' is unavailable in watchOS
func animatorForMoving(to: FloatingPanelState) -> UIViewPropertyAnimator? {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:757:75: error: 'UIViewPropertyAnimator' is unavailable in watchOS
public func makeDefaultAnimator(initialVelocity: CGVector = .zero) -> UIViewPropertyAnimator {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:778:33: error: 'UIViewController' is unavailable in watchOS
let aClass: AnyClass! = UIViewController.self //object_getClass(vc)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:786:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:26:26: error: 'UIScrollView' is unavailable in watchOS
weak var scrollView: UIScrollView? {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:57:38: error: 'CurrentValueSubject' is only available in watchOS 6.0 or newer
private(set) var statePublisher: CurrentValueSubject<FloatingPanelState, Never>? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:57:22: note: add '@available' attribute to enclosing property
private(set) var statePublisher: CurrentValueSubject<FloatingPanelState, Never>? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:12:7: note: add '@available' attribute to enclosing class
class Core: NSObject, UIGestureRecognizerDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:68:41: error: 'UIViewPropertyAnimator' is unavailable in watchOS
fileprivate var transitionAnimator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:138:23: error: 'UIViewPropertyAnimator' is unavailable in watchOS
moveAnimator: UIViewPropertyAnimator? = nil,
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:154:23: error: 'UIViewPropertyAnimator' is unavailable in watchOS
moveAnimator: UIViewPropertyAnimator?,
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:312:56: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:313:93: error: 'UIGestureRecognizer' is unavailable in watchOS
shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:340:56: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldBeRequiredToFailBy otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:340:126: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldBeRequiredToFailBy otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:360:56: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRequireFailureOf otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:360:124: error: 'UIGestureRecognizer' is unavailable in watchOS
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRequireFailureOf otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:422:43: error: 'UITapGestureRecognizer' is unavailable in watchOS
@objc func handleBackdrop(tapGesture: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:427:35: error: 'UIPanGestureRecognizer' is unavailable in watchOS
@objc func handle(panGesture: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:626:60: error: 'UIScrollView' is unavailable in watchOS
private func shouldScrollViewHandleTouch(_ scrollView: UIScrollView?, point: CGPoint, velocity: CGFloat) -> Bool {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1200:57: error: 'UIScrollView' is unavailable in watchOS
private func contentOffsetForPinning(of scrollView: UIScrollView) -> CGPoint {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1216:55: error: 'UIScrollView' is unavailable in watchOS
private func allowScrollPanGesture(of scrollView: UIScrollView, condition: (_ offset: CGFloat) -> Bool) -> Bool {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:12:23: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
class Core: NSObject, UIGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1291:54: error: 'UITouch' is unavailable in watchOS
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1291:76: error: 'UIEvent' is unavailable in watchOS
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1303:40: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
public override weak var delegate: UIGestureRecognizerDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1324:32: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
public var delegateOrigin: UIGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1332:36: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
public weak var delegateProxy: UIGestureRecognizerDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1338:43: error: 'UIGestureRecognizerDelegate' is unavailable in watchOS
final class DelegateRouter: NSObject, UIGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1278:49: error: 'UIPanGestureRecognizer' is unavailable in watchOS
public class FloatingPanelPanGestureRecognizer: UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Core.swift:1388:36: error: 'CADisplayLink' is unavailable in watchOS
private lazy var displayLink = CADisplayLink(target: self, selector: #selector(update(_:)))
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1451:32: error: 'CADisplayLink' is unavailable in watchOS
func update(_ displayLink: CADisplayLink) {
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1495:29: error: 'UIViewPropertyAnimator' is unavailable in watchOS
var transitionAnimator: UIViewPropertyAnimator? {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:40:20: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
var topAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:41:21: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
var leftAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:42:23: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
var bottomAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:43:22: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
var rightAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:44:22: error: 'NSLayoutDimension' is unavailable in watchOS
var widthAnchor: NSLayoutDimension { get }
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:45:23: error: 'NSLayoutDimension' is unavailable in watchOS
var heightAnchor: NSLayoutDimension { get }
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:47:11: error: 'UILayoutGuide' is unavailable in watchOS
extension UILayoutGuide: LayoutGuideProvider {}
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:48:11: error: 'UIView' is unavailable in watchOS
extension UIView: LayoutGuideProvider {}
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Extensions.swift:50:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:59:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Extensions.swift:78:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Extensions.swift:111:11: error: 'UIScrollView' is unavailable in watchOS
extension UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Extensions.swift:118:11: error: 'UISpringTimingParameters' is unavailable in watchOS
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h:32:12: note: 'UISpringTimingParameters' has been explicitly marked unavailable here
@interface UISpringTimingParameters : NSObject <UITimingCurveProvider>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:133:38: error: 'NSLayoutConstraint' is unavailable in watchOS
static func activate(constraint: NSLayoutConstraint?) {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:137:40: error: 'NSLayoutConstraint' is unavailable in watchOS
static func deactivate(constraint: NSLayoutConstraint?) {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:132:11: error: 'NSLayoutConstraint' is unavailable in watchOS
extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:220:54: error: 'UIView' is unavailable in watchOS
static func path(roundedRect rect: CGRect, view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/GrabberView.swift:25:64: error: 'UIEvent' is unavailable in watchOS
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/GrabberView.swift:25:77: error: 'UIView' is unavailable in watchOS
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/GrabberView.swift:7:27: error: 'UIView' is unavailable in watchOS
public class GrabberView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Layout.swift:18:52: error: 'UIView' is unavailable in watchOS
@objc optional func prepareLayout(surfaceView: UIView, in view: UIView) -> [NSLayoutConstraint]
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Layout.swift:18:69: error: 'UIView' is unavailable in watchOS
@objc optional func prepareLayout(surfaceView: UIView, in view: UIView) -> [NSLayoutConstraint]
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Layout.swift:18:81: error: 'NSLayoutConstraint' is unavailable in watchOS
@objc optional func prepareLayout(surfaceView: UIView, in view: UIView) -> [NSLayoutConstraint]
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:46:42: error: 'UIView' is unavailable in watchOS
open func prepareLayout(surfaceView: UIView, in view: UIView) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Layout.swift:46:59: error: 'UIView' is unavailable in watchOS
open func prepareLayout(surfaceView: UIView, in view: UIView) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Layout.swift:46:71: error: 'NSLayoutConstraint' is unavailable in watchOS
open func prepareLayout(surfaceView: UIView, in view: UIView) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:85:36: error: 'NSLayoutConstraint' is unavailable in watchOS
private var fixedConstraints: [NSLayoutConstraint] = []
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:87:57: error: 'NSLayoutConstraint' is unavailable in watchOS
private var stateConstraints: [FloatingPanelState: [NSLayoutConstraint]] = [:]
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:88:34: error: 'NSLayoutConstraint' is unavailable in watchOS
private var offConstraints: [NSLayoutConstraint] = []
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:89:40: error: 'NSLayoutConstraint' is unavailable in watchOS
private var fitToBoundsConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:91:45: error: 'NSLayoutConstraint' is unavailable in watchOS
private(set) var interactionConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:92:44: error: 'NSLayoutConstraint' is unavailable in watchOS
private(set) var attractionConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:94:35: error: 'NSLayoutConstraint' is unavailable in watchOS
private var staticConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:97:44: error: 'NSLayoutConstraint' is unavailable in watchOS
private var contentBoundingConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:60: error: 'NSLayoutConstraint' is unavailable in watchOS
func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:8:101: error: 'NSLayoutConstraint' is unavailable in watchOS
func layoutConstraints(_ fpc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint]
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:100: error: 'NSLayoutConstraint' is unavailable in watchOS
func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:88: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:113: error: 'NSLayoutConstraint' is unavailable in watchOS
private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:88: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:113: error: 'NSLayoutConstraint' is unavailable in watchOS
private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:100: error: 'NSLayoutConstraint' is unavailable in watchOS
func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:181:24: error: 'UILayoutGuide' is unavailable in watchOS
contentLayout: UILayoutGuide,
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:208:24: error: 'UILayoutGuide' is unavailable in watchOS
contentLayout: UILayoutGuide,
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:220:29: error: 'UILayoutGuide' is unavailable in watchOS
let contentLayoutGuide: UILayoutGuide
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:100: error: 'NSLayoutConstraint' is unavailable in watchOS
func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:37:26: error: 'UIViewController' is unavailable in watchOS
func layoutGuide(vc: UIViewController) -> LayoutGuideProvider {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/PassthroughView.swift:7:42: error: 'UIView' is unavailable in watchOS
public weak var eventForwardingView: UIView?
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/PassthroughView.swift:8:64: error: 'UIEvent' is unavailable in watchOS
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/PassthroughView.swift:8:77: error: 'UIView' is unavailable in watchOS
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/PassthroughView.swift:6:24: error: 'UIView' is unavailable in watchOS
class PassthroughView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Position.swift:28:69: error: 'NSLayoutDimension' is unavailable in watchOS
func mainDimensionAnchor(_ layoutGuide: LayoutGuideProvider) -> NSLayoutDimension {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:42:28: error: 'systemBackground' is unavailable in watchOS
return UIColor.systemBackground
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:208:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:50:37: error: 'UICornerConfiguration' is unavailable in watchOS
public var cornerConfiguration: UICornerConfiguration? {
^~~~~~~~~~~~~~~~~~~~~
UIKit.UICornerConfiguration:3:15: note: 'UICornerConfiguration' has been explicitly marked unavailable here
public struct UICornerConfiguration : Equatable, Hashable, CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:68:29: error: 'CALayerCornerCurve' is unavailable in watchOS
public var cornerCurve: CALayerCornerCurve {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:24:20: note: 'CALayerCornerCurve' has been explicitly marked unavailable here
typedef NSString * CALayerCornerCurve NS_TYPED_ENUM API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:110:34: error: 'UIView' is unavailable in watchOS
public weak var contentView: UIView?
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SurfaceView.swift:127:54: error: 'CAShapeLayer' is unavailable in watchOS
shadowLayers = appearance.shadows.map { _ in CAShapeLayer() }
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:142:31: error: 'UIView' is unavailable in watchOS
public let containerView: UIView = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SurfaceView.swift:142:40: error: 'UIView' is unavailable in watchOS
public let containerView: UIView = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SurfaceView.swift:142:40: error: 'init()' is unavailable in watchOS
public let containerView: UIView = UIView()
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SurfaceView.swift:156:13: error: 'NSLayoutConstraint' is unavailable in watchOS
NSLayoutConstraint.deactivate([grabberHandleEdgePaddingConstraint,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:182:13: error: 'NSLayoutConstraint' is unavailable in watchOS
NSLayoutConstraint.activate([grabberHandleEdgePaddingConstraint,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:213:43: error: 'NSLayoutConstraint' is unavailable in watchOS
private var contentViewTopConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:215:44: error: 'NSLayoutConstraint' is unavailable in watchOS
private var contentViewLeftConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:217:45: error: 'NSLayoutConstraint' is unavailable in watchOS
private var contentViewRightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:219:46: error: 'NSLayoutConstraint' is unavailable in watchOS
private var contentViewBottomConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:226:32: error: 'CALayer' is unavailable in watchOS
private var shadowLayers: [CALayer] = [] {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:470:27: error: 'UIView' is unavailable in watchOS
func set(contentView: UIView, mode: FloatingPanelController.ContentMode) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SurfaceView.swift:88:27: error: 'UIView' is unavailable in watchOS
public class SurfaceView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SwiftUI/FloatingPanelCoordinator.swift:58:32: error: cannot find type 'UIHostingController' in scope
mainHostingController: UIHostingController<Main>,
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:59:35: error: cannot find type 'UIHostingController' in scope
contentHostingController: UIHostingController<Content>
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:57:35: error: 'View' is only available in watchOS 6.0 or newer
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:57:10: note: add '@available' attribute to enclosing instance method
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:27:17: note: add '@available' attribute to enclosing protocol
public protocol FloatingPanelCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:57:50: error: 'View' is only available in watchOS 6.0 or newer
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:57:10: note: add '@available' attribute to enclosing instance method
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:27:17: note: add '@available' attribute to enclosing protocol
public protocol FloatingPanelCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:69:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
context: UIViewControllerRepresentableContext<Representable>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:70:28: error: cannot find type 'UIViewControllerRepresentable' in scope
) where Representable: UIViewControllerRepresentable
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:110:32: error: cannot find type 'UIHostingController' in scope
mainHostingController: UIHostingController<Main>,
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:111:35: error: cannot find type 'UIHostingController' in scope
contentHostingController: UIHostingController<Content>
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:109:42: error: 'View' is only available in watchOS 6.0 or newer
public func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:109:17: note: add '@available' attribute to enclosing instance method
public func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:92:20: note: add '@available' attribute to enclosing class
public final class FloatingPanelDefaultCoordinator: FloatingPanelCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:109:57: error: 'View' is only available in watchOS 6.0 or newer
public func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:109:17: note: add '@available' attribute to enclosing instance method
public func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:92:20: note: add '@available' attribute to enclosing class
public final class FloatingPanelDefaultCoordinator: FloatingPanelCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:122:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
context: UIViewControllerRepresentableContext<Representable>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift:123:28: error: cannot find type 'UIViewControllerRepresentable' in scope
) where Representable: UIViewControllerRepresentable {}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelProxy.swift:94:35: error: 'UIScrollView' is unavailable in watchOS
public func track(scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SwiftUI/FloatingPanelView.swift:52:6: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:56:6: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:61:24: error: 'Binding' is only available in watchOS 6.0 or newer
private var state: Binding<FloatingPanelState?>
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:60:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.state)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:64:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.layout)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:68:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.behavior)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:72:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.contentInsetAdjustmentBehavior)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:76:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.contentMode)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:80:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.grabberHandlePadding)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:84:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.surfaceAppearance)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:94:52: error: cannot find type 'UIHostingController' in scope
func makeUIViewController(context: Context) -> UIHostingController<MainView> {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:94:40: error: cannot find type 'Context' in scope
func makeUIViewController(context: Context) -> UIHostingController<MainView> {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:110:29: error: cannot find type 'UIHostingController' in scope
_ uiViewController: UIHostingController<MainView>,
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:111:18: error: cannot find type 'Context' in scope
context: Context
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:62: error: cannot find type 'UIViewControllerRepresentable' in scope
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:36: error: 'View' is only available in watchOS 6.0 or newer
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:55: error: 'View' is only available in watchOS 6.0 or newer
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:47:8: note: add '@available' attribute to enclosing generic struct
struct FloatingPanelView<MainView: View, ContentView: View>: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:127:36: error: cannot find type 'Context' in scope
func applyEnvironment(context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:144:46: error: cannot find type 'Context' in scope
func applyAnimatableEnvironment(context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:163:31: error: 'Binding' is only available in watchOS 6.0 or newer
private var stateBinding: Binding<FloatingPanelState?>
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:161:7: note: add '@available' attribute to enclosing class
class FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:168:36: error: 'AnyCancellable' is only available in watchOS 6.0 or newer
private var subscriptions: Set<AnyCancellable> = Set()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:161:7: note: add '@available' attribute to enclosing class
class FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:171:48: error: 'UIViewController' is unavailable in watchOS
private weak var contentHostingController: UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:178:16: error: 'Binding' is only available in watchOS 6.0 or newer
state: Binding<FloatingPanelState?>
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:176:5: note: add '@available' attribute to enclosing initializer
init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:161:7: note: add '@available' attribute to enclosing class
class FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:191:32: error: cannot find type 'UIHostingController' in scope
mainHostingController: UIHostingController<Main>,
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:192:35: error: cannot find type 'UIHostingController' in scope
contentHostingController: UIHostingController<Content>
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:190:35: error: 'View' is only available in watchOS 6.0 or newer
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:190:10: note: add '@available' attribute to enclosing instance method
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:161:7: note: add '@available' attribute to enclosing class
class FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:190:50: error: 'View' is only available in watchOS 6.0 or newer
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:190:10: note: add '@available' attribute to enclosing instance method
func setupFloatingPanel<Main: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:161:7: note: add '@available' attribute to enclosing class
class FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:204:33: error: 'View' is only available in watchOS 6.0 or newer
func updateContent<Content: View>(_ newContent: Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:204:10: note: add '@available' attribute to enclosing instance method
func updateContent<Content: View>(_ newContent: Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:161:7: note: add '@available' attribute to enclosing class
class FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:214:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
context: UIViewControllerRepresentableContext<Representable>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:215:28: error: cannot find type 'UIViewControllerRepresentable' in scope
) where Representable: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:283:70: error: 'Transaction' is only available in watchOS 6.0 or newer
func apply(animatableChanges: @escaping () -> Void, transaction: Transaction) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:283:10: note: add '@available' attribute to enclosing instance method
func apply(animatableChanges: @escaping () -> Void, transaction: Transaction) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelView.swift:279:1: note: add '@available' attribute to enclosing extension
extension FloatingPanelCoordinatorProxy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/SurfaceAppearance+.swift:59:22: error: 'Color' is only available in watchOS 6.0 or newer
borderColor: Color? = nil,
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/SurfaceAppearance+.swift:58:24: note: add '@available' attribute to enclosing static method
public static func transparent(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/SurfaceAppearance+.swift:7:1: note: add '@available' attribute to enclosing extension
extension FloatingPanel.SurfaceAppearance {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:54:70: error: 'View' is only available in watchOS 6.0 or newer
@ViewBuilder content: @escaping (FloatingPanelProxy) -> some View
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:51:17: note: add '@available' attribute to enclosing instance method
public func floatingPanel<T: FloatingPanelCoordinator>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:54:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder content: @escaping (FloatingPanelProxy) -> some View
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:51:17: note: add '@available' attribute to enclosing instance method
public func floatingPanel<T: FloatingPanelCoordinator>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:54:70: error: 'View' is only available in watchOS 6.0 or newer
@ViewBuilder content: @escaping (FloatingPanelProxy) -> some View
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:51:17: note: add '@available' attribute to enclosing instance method
public func floatingPanel<T: FloatingPanelCoordinator>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:55:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:51:17: note: add '@available' attribute to enclosing instance method
public func floatingPanel<T: FloatingPanelCoordinator>(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:7:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:58:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:56:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelBehavior(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:19:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:58:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:56:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelContentMode(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:98:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:96:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelContentInsetAdjustmentBehavior(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:28:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:67:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:65:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelLayout(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:19:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:48:47: error: cannot find type 'UIHostingController' in scope
onScrollViewDetected: ((UIScrollView, UIHostingController<Self>) -> Void)? = nil
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:49:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:46:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelScrollTracking(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:7:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:7:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:57:47: error: cannot find type 'UIHostingController' in scope
let onScrollViewDetected: ((UIScrollView, UIHostingController<Content>) -> Void)?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:58:6: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:55:16: note: add '@available' attribute to enclosing generic struct
private struct ScrollViewRepresentable<Content>: UIViewControllerRepresentable where Content: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:61:40: error: cannot find type 'Context' in scope
func makeUIViewController(context: Context) -> ScrollViewHostingController<Content> {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:73:18: error: cannot find type 'Context' in scope
context: Context
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:78:43: error: cannot find type 'UIHostingController' in scope
class ScrollViewHostingController<V>: UIHostingController<V> where V: View {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:80:51: error: cannot find type 'UIHostingController' in scope
let onScrollViewDetected: ((UIScrollView, UIHostingController<V>) -> Void)?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:82:46: error: 'UIScrollView' is unavailable in watchOS
private weak var detectedScrollView: UIScrollView?
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:87:51: error: cannot find type 'UIHostingController' in scope
onScrollViewDetected: ((UIScrollView, UIHostingController<V>) -> Void)?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:98:23: error: method does not override any method from its superclass
override func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:109:40: error: 'UIView' is unavailable in watchOS
func findUIScrollView(in root: UIView?) -> UIScrollView? {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:109:52: error: 'UIScrollView' is unavailable in watchOS
func findUIScrollView(in root: UIView?) -> UIScrollView? {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:78:75: error: 'View' is only available in watchOS 6.0 or newer
class ScrollViewHostingController<V>: UIHostingController<V> where V: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:78:11: note: add '@available' attribute to enclosing generic class
class ScrollViewHostingController<V>: UIHostingController<V> where V: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:78:11: note: add '@available' attribute to enclosing generic class
class ScrollViewHostingController<V>: UIHostingController<V> where V: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:55:50: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct ScrollViewRepresentable<Content>: UIViewControllerRepresentable where Content: View {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:55:95: error: 'View' is only available in watchOS 6.0 or newer
private struct ScrollViewRepresentable<Content>: UIViewControllerRepresentable where Content: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift:55:16: note: add '@available' attribute to enclosing generic struct
private struct ScrollViewRepresentable<Content>: UIViewControllerRepresentable where Content: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:9:34: error: 'Binding' is only available in watchOS 6.0 or newer
static var defaultValue: Binding<FloatingPanelState?> = .constant(nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:9:20: note: add '@available' attribute to enclosing static property
static var defaultValue: Binding<FloatingPanelState?> = .constant(nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:8:12: note: add '@available' attribute to enclosing struct
struct StateKey: EnvironmentKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:12:16: error: 'Binding' is only available in watchOS 6.0 or newer
var state: Binding<FloatingPanelState?> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:12:9: note: add '@available' attribute to enclosing property
var state: Binding<FloatingPanelState?> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:63:18: error: 'Binding' is only available in watchOS 6.0 or newer
_ state: Binding<FloatingPanelState?>
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:62:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelState(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:64:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:62:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelState(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:19:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:7:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:7:1: note: add '@available' attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:47:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:45:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelSurfaceAppearance(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:84:15: error: 'View' is only available in watchOS 6.0 or newer
) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:82:17: note: add '@available' attribute to enclosing instance method
public func floatingPanelGrabberHandlePadding(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:28:1: note: add '@available' attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:6:54: error: 'UIViewController' is unavailable in watchOS
func animationController(forPresented presented: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:7:42: error: 'UIViewController' is unavailable in watchOS
presenting: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:8:38: error: 'UIViewController' is unavailable in watchOS
source: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:8:59: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
source: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:12:54: error: 'UIViewController' is unavailable in watchOS
func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:12:75: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:57: error: 'UIViewController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:87: error: 'UIViewController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:114: error: 'UIViewController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:16:135: error: 'UIPresentationController' is unavailable in watchOS
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:5:34: error: 'UIViewControllerTransitioningDelegate' is unavailable in watchOS
class ModalTransition: NSObject, UIViewControllerTransitioningDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:180:11: note: 'UIViewControllerTransitioningDelegate' has been explicitly marked unavailable here
@protocol UIViewControllerTransitioningDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:67:43: error: 'UITapGestureRecognizer' is unavailable in watchOS
@objc func handleBackdrop(tapGesture: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:21:31: error: 'UIPresentationController' is unavailable in watchOS
class PresentationController: UIPresentationController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:84:54: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func transitionDuration(using transitionContext: UIViewControllerContextTransitioning?) -> TimeInterval {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:93:57: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:93:98: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:113:53: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func animateTransition(using transitionContext: UIViewControllerContextTransitioning) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:83:41: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
class ModalPresentTransition: NSObject, UIViewControllerAnimatedTransitioning {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:93:10: error: cannot override 'interruptibleAnimator' which has been marked unavailable
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^
UIKit.UIViewControllerAnimatedTransitioning.interruptibleAnimator:3:17: note: 'interruptibleAnimator(using:)' has been explicitly marked unavailable here
optional func interruptibleAnimator(using transitionContext: any UIViewControllerContextTransitioning) -> any UIViewImplicitlyAnimating}
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:119:54: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func transitionDuration(using transitionContext: UIViewControllerContextTransitioning?) -> TimeInterval {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:128:57: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:128:98: error: 'UIViewImplicitlyAnimating' is unavailable in watchOS
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/Transitioning.swift:145:53: error: 'UIViewControllerContextTransitioning' is unavailable in watchOS
func animateTransition(using transitionContext: UIViewControllerContextTransitioning) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:68:11: note: 'UIViewControllerContextTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerContextTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:118:41: error: 'UIViewControllerAnimatedTransitioning' is unavailable in watchOS
class ModalDismissTransition: NSObject, UIViewControllerAnimatedTransitioning {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:137:11: note: 'UIViewControllerAnimatedTransitioning' has been explicitly marked unavailable here
@protocol UIViewControllerAnimatedTransitioning <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift:128:10: error: cannot override 'interruptibleAnimator' which has been marked unavailable
func interruptibleAnimator(using transitionContext: UIViewControllerContextTransitioning) -> UIViewImplicitlyAnimating {
^
UIKit.UIViewControllerAnimatedTransitioning.interruptibleAnimator:3:17: note: 'interruptibleAnimator(using:)' has been explicitly marked unavailable here
optional func interruptibleAnimator(using transitionContext: any UIViewControllerContextTransitioning) -> any UIViewImplicitlyAnimating}
^
SwiftCompile normal arm64 Compiling\ BackdropView.swift,\ Behavior.swift,\ Controller.swift /Users/admin/builder/spi-builder-workspace/Sources/BackdropView.swift /Users/admin/builder/spi-builder-workspace/Sources/Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Controller.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BackdropView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Behavior.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Controller.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logging.swift,\ PassthroughView.swift,\ Position.swift /Users/admin/builder/spi-builder-workspace/Sources/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/PassthroughView.swift /Users/admin/builder/spi-builder-workspace/Sources/Position.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Logging.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PassthroughView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Position.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Layout.swift,\ LayoutAnchoring.swift,\ LayoutProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Layout.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+floatingPanelScrollTracking.swift,\ View+floatingPanelState.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelScrollTracking.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+floatingPanel.swift,\ View+floatingPanelBehavior.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Core.swift,\ Extensions.swift,\ GrabberView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/GrabberView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GrabberView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+floatingPanelConfiguration.swift,\ View+floatingPanelLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ State.swift,\ SurfaceView.swift,\ FloatingPanelCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/State.swift /Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/State.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift (in target 'FloatingPanel' from project 'FloatingPanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
2026-04-18 11:51:05.107 xcodebuild[875:4984] [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\ FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
EmitSwiftModule normal arm64 (in target 'FloatingPanel' from project 'FloatingPanel')
Building workspace spi-builder-workspace with scheme FloatingPanel
(3 failures)
BUILD FAILURE 6.3 watchOS