The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FloatingPanel, reference 3.2.2 (7efcc7), with Swift 6.1 for visionOS using Xcode 16.3 on 14 Feb 2026 16:53:53 UTC.

Build Command

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

Build Log

                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:570:64: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.bottomAnchor.constraint(equalTo: layoutGuideProvider.topAnchor,
                                                               ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:570:51: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.bottomAnchor.constraint(equalTo: layoutGuideProvider.topAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:573:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant -= safeAreaInsets.top
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:577:42: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let baseHeight = vc.view.bounds.height
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:577:37: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let baseHeight = vc.view.bounds.height
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:579:64: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.bottomAnchor.constraint(equalTo: layoutGuideProvider.bottomAnchor,
                                                               ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:579:51: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.bottomAnchor.constraint(equalTo: layoutGuideProvider.bottomAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:582:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant += safeAreaInsets.bottom
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:592:63: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.rightAnchor.constraint(equalTo: layoutGuideProvider.leftAnchor,
                                                              ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:592:51: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.rightAnchor.constraint(equalTo: layoutGuideProvider.leftAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:595:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant -= safeAreaInsets.right
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:600:63: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.rightAnchor.constraint(equalTo: layoutGuideProvider.rightAnchor,
                                                              ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:600:51: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.rightAnchor.constraint(equalTo: layoutGuideProvider.rightAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:603:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant += safeAreaInsets.left
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:612:61: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.topAnchor.constraint(equalTo: layoutGuideProvider.topAnchor,
                                                            ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:612:51: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.topAnchor.constraint(equalTo: layoutGuideProvider.topAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:615:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant -= safeAreaInsets.top
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:620:61: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.topAnchor.constraint(equalTo: layoutGuideProvider.bottomAnchor,
                                                            ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:620:51: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.topAnchor.constraint(equalTo: layoutGuideProvider.bottomAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:623:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant += safeAreaInsets.bottom
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:633:62: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.leftAnchor.constraint(equalTo: layoutGuideProvider.leftAnchor,
                                                             ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:633:51: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.leftAnchor.constraint(equalTo: layoutGuideProvider.leftAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:636:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant -= safeAreaInsets.left
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:641:62: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.leftAnchor.constraint(equalTo: layoutGuideProvider.rightAnchor,
                                                             ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:641:51: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                animationConstraint = surfaceView.leftAnchor.constraint(equalTo: layoutGuideProvider.rightAnchor,
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:644:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    animationConstraint.constant += safeAreaInsets.right
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:652:29: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        animationConstraint.priority = .defaultHigh
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:653:29: warning: main actor-isolated property 'identifier' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        animationConstraint.identifier = "FloatingPanel-attraction"
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:196:38: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSString *identifier API_AVAILABLE(macos(10.7), ios(7.0));
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:655:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([animationConstraint])
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:544:10: note: add '@MainActor' to make instance method 'setUpAttraction(to:)' part of global actor 'MainActor'
    func setUpAttraction(to state: FloatingPanelState) -> (NSLayoutConstraint, CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:661:28: warning: call to main actor-isolated static method 'deactivate(constraint:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.deactivate(constraint: attractionConstraint)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:137:17: note: calls to static method 'deactivate(constraint:)' from outside of its actor context are implicitly asynchronous
    static func deactivate(constraint: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:660:18: note: add '@MainActor' to make instance method 'tearDownAttraction()' part of global actor 'MainActor'
    private func tearDownAttraction() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:668:28: warning: call to main actor-isolated class method 'deactivate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.deactivate([staticConstraint, contentBoundingConstraint].compactMap{ $0 })
                           ^
UIKit.NSLayoutConstraint.deactivate:3:30: note: calls to class method 'deactivate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func deactivate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:672:15: warning: main actor-isolated property 'contentMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if vc.contentMode == .fitToBounds {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:271:16: note: property declared here
    public var contentMode: ContentMode = .static {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:673:25: warning: main actor-isolated property 'containerOverflow' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            surfaceView.containerOverflow = 0
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:144:9: note: mutation of this property is only permitted within the actor
    var containerOverflow: CGFloat = 0.0 { // Must not call setNeedsLayout()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:681:63: warning: main actor-isolated property 'intrinsicContentSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            var constant = position.mainDimension(surfaceView.intrinsicContentSize)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:343:25: note: property declared here
    public override var intrinsicContentSize: CGSize {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:685:46: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            staticConstraint = surfaceAnchor.constraint(equalToConstant: constant)
                                             ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:696:60: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    contentBoundingConstraint = baseAnchor.constraint(lessThanOrEqualTo: position.mainDimensionAnchor(boundingLayoutGuide),
                                                           ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:699:60: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    contentBoundingConstraint = baseAnchor.constraint(lessThanOrEqualTo: position.mainDimensionAnchor(boundingLayoutGuide),
                                                           ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:702:50: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                staticConstraint = surfaceAnchor.constraint(lessThanOrEqualTo: baseAnchor, constant: constant)
                                                 ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:704:50: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                staticConstraint = surfaceAnchor.constraint(equalTo: baseAnchor, constant: constant)
                                                 ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:709:50: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                staticConstraint = surfaceAnchor.constraint(equalToConstant: position(for: self.mostCoordinateState))
                                                 ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:711:70: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                let rootViewAnchor = position.mainDimensionAnchor(vc.view)
                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:712:51: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                staticConstraint = rootViewAnchor.constraint(equalTo: surfaceAnchor,
                                                  ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:719:31: warning: main actor-isolated property 'identifier' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            staticConstraint?.identifier = "FloatingPanel-static-height"
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:196:38: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSString *identifier API_AVAILABLE(macos(10.7), ios(7.0));
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:721:31: warning: main actor-isolated property 'identifier' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            staticConstraint?.identifier = "FloatingPanel-static-width"
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:196:38: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSString *identifier API_AVAILABLE(macos(10.7), ios(7.0));
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:724:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([staticConstraint, contentBoundingConstraint].compactMap{ $0 })
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:726:21: warning: main actor-isolated property 'containerOverflow' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        surfaceView.containerOverflow = position.mainDimension(vc.view.bounds.size)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:144:9: note: mutation of this property is only permitted within the actor
    var containerOverflow: CGFloat = 0.0 { // Must not call setNeedsLayout()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:726:72: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        surfaceView.containerOverflow = position.mainDimension(vc.view.bounds.size)
                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:726:67: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        surfaceView.containerOverflow = position.mainDimension(vc.view.bounds.size)
                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:667:10: note: add '@MainActor' to make instance method 'updateStaticConstraint()' part of global actor 'MainActor'
    func updateStaticConstraint() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:739:51: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let base = position.mainDimension(vc.view.bounds.size)
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:729:10: note: add '@MainActor' to make instance method 'updateInteractiveEdgeConstraint(diff:scrollingContent:allowsRubberBanding:)' part of global actor 'MainActor'
    func updateInteractiveEdgeConstraint(diff: CGFloat, scrollingContent: Bool, allowsRubberBanding: (UIRectEdge) -> Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:739:46: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let base = position.mainDimension(vc.view.bounds.size)
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:729:10: note: add '@MainActor' to make instance method 'updateInteractiveEdgeConstraint(diff:scrollingContent:allowsRubberBanding:)' part of global actor 'MainActor'
    func updateInteractiveEdgeConstraint(diff: CGFloat, scrollingContent: Bool, allowsRubberBanding: (UIRectEdge) -> Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:756:32: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        interactionConstraint?.constant = const
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:729:10: note: add '@MainActor' to make instance method 'updateInteractiveEdgeConstraint(diff:scrollingContent:allowsRubberBanding:)' part of global actor 'MainActor'
    func updateInteractiveEdgeConstraint(diff: CGFloat, scrollingContent: Bool, allowsRubberBanding: (UIRectEdge) -> Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:771:130: warning: main actor-isolated property 'presentationFrame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                os_log(msg, log: devLog, type: .debug, "activateLayout for \(state) -- surface.presentation = \(self.surfaceView.presentationFrame) surface.frame = \(self.surfaceView.frame)")
                                                                                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:60:9: note: property declared here
    var presentationFrame: CGRect {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:771:184: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                os_log(msg, log: devLog, type: .debug, "activateLayout for \(state) -- surface.presentation = \(self.surfaceView.presentationFrame) surface.frame = \(self.surfaceView.frame)")
                                                                                                                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:778:28: warning: call to main actor-isolated static method 'deactivate(constraint:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.deactivate(constraint: self.interactionConstraint)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:137:17: note: calls to static method 'deactivate(constraint:)' from outside of its actor context are implicitly asynchronous
    static func deactivate(constraint: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:783:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate(fixedConstraints)
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:785:15: warning: main actor-isolated property 'contentMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if vc.contentMode == .fitToBounds {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:271:16: note: property declared here
    public var contentMode: ContentMode = .static {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:786:32: warning: call to main actor-isolated static method 'activate(constraint:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint.activate(constraint: self.fitToBoundsConstraint)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:133:17: note: calls to static method 'activate(constraint:)' from outside of its actor context are implicitly asynchronous
    static func activate(constraint: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:797:32: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint.activate(offConstraints)
                               ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:800:36: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                NSLayoutConstraint.activate(constraints)
                                   ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:767:10: note: add '@MainActor' to make instance method 'activateLayout(for:forceLayout:)' part of global actor 'MainActor'
    func activateLayout(for state: FloatingPanelState, forceLayout: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:809:27: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard surfaceView.window != nil else { return }
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: note: property declared here
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:807:18: note: add '@MainActor' to make instance method 'layoutSurfaceIfNeeded()' part of global actor 'MainActor'
    private func layoutSurfaceIfNeeded() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:811:32: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        surfaceView.superview?.layoutIfNeeded()
                               ^
UIKit.UIView.layoutIfNeeded:2:22: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:807:18: note: add '@MainActor' to make instance method 'layoutSurfaceIfNeeded()' part of global actor 'MainActor'
    private func layoutSurfaceIfNeeded() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:811:21: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        surfaceView.superview?.layoutIfNeeded()
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:807:18: note: add '@MainActor' to make instance method 'layoutSurfaceIfNeeded()' part of global actor 'MainActor'
    private func layoutSurfaceIfNeeded() {
                 ^
    @MainActor
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

/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:58:71: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.bottomAnchor)
                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:58:59: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.bottomAnchor)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:60:71: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.rightAnchor)
                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:60:59: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.rightAnchor)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:62:71: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.topAnchor)
                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:62:59: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.topAnchor)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:64:71: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.leftAnchor)
                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:64:59: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return layoutConstraints(layoutGuide, for: vc.surfaceView.leftAnchor)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:54:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:72:36: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                return [edgeAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: inset)]
                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:74:54: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let offsetAnchor = layoutGuide.topAnchor.anchorWithOffset(to: edgeAnchor)
                                                     ^
UIKit.NSLayoutYAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutYAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:75:34: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [offsetAnchor.constraint(equalTo:layoutGuide.heightAnchor, multiplier: inset)]
                                 ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:78:50: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                return [layoutGuide.bottomAnchor.constraint(equalTo: edgeAnchor, constant: inset)]
                                                 ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:80:43: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let offsetAnchor = edgeAnchor.anchorWithOffset(to: layoutGuide.bottomAnchor)
                                          ^
UIKit.NSLayoutYAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutYAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:81:34: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [offsetAnchor.constraint(equalTo: layoutGuide.heightAnchor, multiplier: inset)]
                                 ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:68:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutYAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:91:36: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                return [edgeAnchor.constraint(equalTo: layoutGuide.leftAnchor, constant: inset)]
                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:93:55: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let offsetAnchor = layoutGuide.leftAnchor.anchorWithOffset(to: edgeAnchor)
                                                      ^
UIKit.NSLayoutXAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutXAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:94:34: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [offsetAnchor.constraint(equalTo: layoutGuide.widthAnchor, multiplier: inset)]
                                 ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:97:49: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                return [layoutGuide.rightAnchor.constraint(equalTo: edgeAnchor, constant: inset)]
                                                ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:99:43: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let offsetAnchor = edgeAnchor.anchorWithOffset(to: layoutGuide.rightAnchor)
                                          ^
UIKit.NSLayoutXAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutXAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:100:34: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [offsetAnchor.constraint(equalTo: layoutGuide.widthAnchor, multiplier: inset)]
                                 ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:87:18: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    private func layoutConstraints(_ layoutGuide: LayoutGuideProvider, for edgeAnchor: NSLayoutXAxisAnchor) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:146:76: warning: main actor-isolated property 'intrinsicContentSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let surfaceIntrinsicLength = position.mainDimension(vc.surfaceView.intrinsicContentSize)
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:343:25: note: property declared here
    public override var intrinsicContentSize: CGSize {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:146:64: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let surfaceIntrinsicLength = position.mainDimension(vc.surfaceView.intrinsicContentSize)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:151:49: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.bottomAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: constant)]
                                                ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:151:36: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.bottomAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: constant)]
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:151:24: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.bottomAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: constant)]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:153:48: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.rightAnchor.constraint(equalTo: layoutGuide.leftAnchor, constant: constant)]
                                               ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:153:36: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.rightAnchor.constraint(equalTo: layoutGuide.leftAnchor, constant: constant)]
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:153:24: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.rightAnchor.constraint(equalTo: layoutGuide.leftAnchor, constant: constant)]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:155:46: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.topAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -constant)]
                                             ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:155:36: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.topAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -constant)]
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:155:24: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.topAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -constant)]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:157:47: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.leftAnchor.constraint(equalTo: layoutGuide.rightAnchor, constant: -constant)]
                                              ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:157:36: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.leftAnchor.constraint(equalTo: layoutGuide.rightAnchor, constant: -constant)]
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:157:24: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return [vc.surfaceView.leftAnchor.constraint(equalTo: layoutGuide.rightAnchor, constant: -constant)]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:145:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:234:50: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = layoutGuide.topAnchor.anchorWithOffset(to: vc.surfaceView.bottomAnchor)
                                                 ^
UIKit.NSLayoutYAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutYAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:234:86: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = layoutGuide.topAnchor.anchorWithOffset(to: vc.surfaceView.bottomAnchor)
                                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:234:74: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = layoutGuide.topAnchor.anchorWithOffset(to: vc.surfaceView.bottomAnchor)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:236:51: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = layoutGuide.leftAnchor.anchorWithOffset(to: vc.surfaceView.rightAnchor)
                                                  ^
UIKit.NSLayoutXAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutXAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:236:87: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = layoutGuide.leftAnchor.anchorWithOffset(to: vc.surfaceView.rightAnchor)
                                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:236:75: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = layoutGuide.leftAnchor.anchorWithOffset(to: vc.surfaceView.rightAnchor)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:238:53: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = vc.surfaceView.topAnchor.anchorWithOffset(to: layoutGuide.bottomAnchor)
                                                    ^
UIKit.NSLayoutYAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutYAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:238:43: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = vc.surfaceView.topAnchor.anchorWithOffset(to: layoutGuide.bottomAnchor)
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:238:31: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = vc.surfaceView.topAnchor.anchorWithOffset(to: layoutGuide.bottomAnchor)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:240:54: warning: call to main actor-isolated instance method 'anchorWithOffset(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = vc.surfaceView.leftAnchor.anchorWithOffset(to: layoutGuide.rightAnchor)
                                                     ^
UIKit.NSLayoutXAxisAnchor.anchorWithOffset:3:24: note: calls to instance method 'anchorWithOffset(to:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func anchorWithOffset(to otherAnchor: NSLayoutXAxisAnchor) -> NSLayoutDimension}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:240:43: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = vc.surfaceView.leftAnchor.anchorWithOffset(to: layoutGuide.rightAnchor)
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:240:31: warning: main actor-isolated property 'surfaceView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offsetAnchor = vc.surfaceView.leftAnchor.anchorWithOffset(to: layoutGuide.rightAnchor)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:173:16: note: property declared here
    public var surfaceView: SurfaceView {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:243:45: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            offsetConstraint = offsetAnchor.constraint(equalTo: position.mainDimensionAnchor(contentLayoutGuide), constant: -offset)
                                            ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:245:45: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            offsetConstraint = offsetAnchor.constraint(equalTo: position.mainDimensionAnchor(contentLayoutGuide), multiplier: (1 - offset))
                                            ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutAnchoring.swift:226:10: note: add '@MainActor' to make instance method 'layoutConstraints(_:for:)' part of global actor 'MainActor'
    func layoutConstraints(_ vc: FloatingPanelController, for position: FloatingPanelPosition) -> [NSLayoutConstraint] {
         ^
    @MainActor
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

/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:40:28: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return vc.view.safeAreaLayoutGuide
                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:37:10: note: add '@MainActor' to make instance method 'layoutGuide(vc:)' part of global actor 'MainActor'
    func layoutGuide(vc: UIViewController) -> LayoutGuideProvider {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:40:23: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return vc.view.safeAreaLayoutGuide
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:37:10: note: add '@MainActor' to make instance method 'layoutGuide(vc:)' part of global actor 'MainActor'
    func layoutGuide(vc: UIViewController) -> LayoutGuideProvider {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:42:23: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return vc.view
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:37:10: note: add '@MainActor' to make instance method 'layoutGuide(vc:)' part of global actor 'MainActor'
    func layoutGuide(vc: UIViewController) -> LayoutGuideProvider {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:58:24: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:55:10: note: add '@MainActor' to make instance method 'layoutGuide' part of global actor 'MainActor'
    func layoutGuide(_ fpc: FloatingPanelController) -> LayoutGuideProvider? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:60:29: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.safeAreaLayoutGuide
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:55:10: note: add '@MainActor' to make instance method 'layoutGuide' part of global actor 'MainActor'
    func layoutGuide(_ fpc: FloatingPanelController) -> LayoutGuideProvider? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:60:24: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.safeAreaLayoutGuide
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:55:10: note: add '@MainActor' to make instance method 'layoutGuide' part of global actor 'MainActor'
    func layoutGuide(_ fpc: FloatingPanelController) -> LayoutGuideProvider? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:68:29: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.bounds
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:65:10: note: add '@MainActor' to make instance method 'maxBounds' part of global actor 'MainActor'
    func maxBounds(_ fpc: FloatingPanelController) -> CGRect? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:68:24: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.bounds
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:65:10: note: add '@MainActor' to make instance method 'maxBounds' part of global actor 'MainActor'
    func maxBounds(_ fpc: FloatingPanelController) -> CGRect? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:70:29: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.bounds.inset(by: fpc.fp_safeAreaInsets)
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:65:10: note: add '@MainActor' to make instance method 'maxBounds' part of global actor 'MainActor'
    func maxBounds(_ fpc: FloatingPanelController) -> CGRect? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:70:24: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.bounds.inset(by: fpc.fp_safeAreaInsets)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:65:10: note: add '@MainActor' to make instance method 'maxBounds' part of global actor 'MainActor'
    func maxBounds(_ fpc: FloatingPanelController) -> CGRect? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:70:50: warning: main actor-isolated property 'fp_safeAreaInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fpc.view.bounds.inset(by: fpc.fp_safeAreaInsets)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:54:15: note: property declared here
    @objc var fp_safeAreaInsets: UIEdgeInsets {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutProperties.swift:65:10: note: add '@MainActor' to make instance method 'maxBounds' part of global actor 'MainActor'
    func maxBounds(_ fpc: FloatingPanelController) -> CGRect? {
         ^
    @MainActor
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

/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: warning: var 'originalDismissImp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var originalDismissImp: IMP?
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: note: convert 'originalDismissImp' to a 'let' constant to make 'Sendable' shared state immutable
private var originalDismissImp: IMP?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: note: add '@MainActor' to make var 'originalDismissImp' part of global actor 'MainActor'
private var originalDismissImp: IMP?
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var originalDismissImp: IMP?
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:330:21: warning: 'storyboard' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        assert(self.storyboard == nil, "Storyboard isn't supported")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:500:65: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            guard let self = self, change.oldValue != self.view.safeAreaInsets else { return }
                                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:500:60: warning: main actor-isolated property 'view' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            guard let self = self, change.oldValue != self.view.safeAreaInsets else { return }
                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:505:29: warning: main actor-isolated property 'bounds' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            guard self.view.bounds.height > 0 && self.view.bounds.width > 0 else { return }
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:505:24: warning: main actor-isolated property 'view' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            guard self.view.bounds.height > 0 && self.view.bounds.width > 0 else { return }
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:505:60: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            guard self.view.bounds.height > 0 && self.view.bounds.width > 0 else { return }
                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:505:55: warning: main actor-isolated property 'view' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            guard self.view.bounds.height > 0 && self.view.bounds.width > 0 else { return }
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:507:18: warning: call to main actor-isolated instance method 'update(safeAreaInsets:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.update(safeAreaInsets: self.view.safeAreaInsets)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:423:18: note: calls to instance method 'update(safeAreaInsets:)' from outside of its actor context are implicitly asynchronous
    private func update(safeAreaInsets: UIEdgeInsets) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:423:18: note: main actor isolation inferred from inheritance from class 'UIViewController'
    private func update(safeAreaInsets: UIEdgeInsets) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:507:51: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            self.update(safeAreaInsets: self.view.safeAreaInsets)
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:507:46: warning: main actor-isolated property 'view' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            self.update(safeAreaInsets: self.view.safeAreaInsets)
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
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

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

/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: warning: var 'originalDismissImp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var originalDismissImp: IMP?
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: note: convert 'originalDismissImp' to a 'let' constant to make 'Sendable' shared state immutable
private var originalDismissImp: IMP?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: note: add '@MainActor' to make var 'originalDismissImp' part of global actor 'MainActor'
private var originalDismissImp: IMP?
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:773:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var originalDismissImp: IMP?
            ^
nonisolated(unsafe)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:47:26: note: add '@preconcurrency' to the 'LayoutGuideProvider' conformance to defer isolation checking to run time
extension UILayoutGuide: LayoutGuideProvider {}
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:40:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:41:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:42:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:43:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:44:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:53:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:45:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:48:19: note: add '@preconcurrency' to the 'LayoutGuideProvider' conformance to defer isolation checking to run time
extension UIView: LayoutGuideProvider {}
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:40:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:41:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:42:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:43:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:44:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuideProvider'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:45:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Layout.swift:69:25: warning: main actor-isolated property 'position' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            surfaceView.position = position
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift:153:9: note: mutation of this property is only permitted within the actor
    var position: FloatingPanelPosition = .bottom {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:41:35: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'FloatingPanelState' may have shared mutable state; this is an error in the Swift 6 language mode
    @objc(Full) public static let full: FloatingPanelState = FloatingPanelState(rawValue: "full", order: 1000)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:7:12: note: class 'FloatingPanelState' does not conform to the 'Sendable' protocol
open class FloatingPanelState: NSObject, NSCopying, RawRepresentable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:41:35: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
    @objc(Full) public static let full: FloatingPanelState = FloatingPanelState(rawValue: "full", order: 1000)
                                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:41:35: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    @objc(Full) public static let full: FloatingPanelState = FloatingPanelState(rawValue: "full", order: 1000)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:43:35: warning: static property 'half' is not concurrency-safe because non-'Sendable' type 'FloatingPanelState' may have shared mutable state; this is an error in the Swift 6 language mode
    @objc(Half) public static let half: FloatingPanelState = FloatingPanelState(rawValue: "half", order: 500)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:7:12: note: class 'FloatingPanelState' does not conform to the 'Sendable' protocol
open class FloatingPanelState: NSObject, NSCopying, RawRepresentable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:43:35: note: add '@MainActor' to make static property 'half' part of global actor 'MainActor'
    @objc(Half) public static let half: FloatingPanelState = FloatingPanelState(rawValue: "half", order: 500)
                                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:43:35: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    @objc(Half) public static let half: FloatingPanelState = FloatingPanelState(rawValue: "half", order: 500)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:45:34: warning: static property 'tip' is not concurrency-safe because non-'Sendable' type 'FloatingPanelState' may have shared mutable state; this is an error in the Swift 6 language mode
    @objc(Tip) public static let tip: FloatingPanelState = FloatingPanelState(rawValue: "tip", order: 100)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:7:12: note: class 'FloatingPanelState' does not conform to the 'Sendable' protocol
open class FloatingPanelState: NSObject, NSCopying, RawRepresentable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:45:34: note: add '@MainActor' to make static property 'tip' part of global actor 'MainActor'
    @objc(Tip) public static let tip: FloatingPanelState = FloatingPanelState(rawValue: "tip", order: 100)
                                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:45:34: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    @objc(Tip) public static let tip: FloatingPanelState = FloatingPanelState(rawValue: "tip", order: 100)
                                 ^
               nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:47:37: warning: static property 'hidden' is not concurrency-safe because non-'Sendable' type 'FloatingPanelState' may have shared mutable state; this is an error in the Swift 6 language mode
    @objc(Hidden) public static let hidden: FloatingPanelState = FloatingPanelState(rawValue: "hidden", order: 0)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:7:12: note: class 'FloatingPanelState' does not conform to the 'Sendable' protocol
open class FloatingPanelState: NSObject, NSCopying, RawRepresentable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:47:37: note: add '@MainActor' to make static property 'hidden' part of global actor 'MainActor'
    @objc(Hidden) public static let hidden: FloatingPanelState = FloatingPanelState(rawValue: "hidden", order: 0)
                                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/State.swift:47:37: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    @objc(Hidden) public static let hidden: FloatingPanelState = FloatingPanelState(rawValue: "hidden", order: 0)
                                    ^
                  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:9:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: FloatingPanelBehavior = FloatingPanelDefaultBehavior()
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:9:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: FloatingPanelBehavior = FloatingPanelDefaultBehavior()
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:9:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: FloatingPanelBehavior = FloatingPanelDefaultBehavior()
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: FloatingPanelBehavior = FloatingPanelDefaultBehavior()
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:9:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: FloatingPanelController.ContentInsetAdjustmentBehavior = .always
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:9:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: FloatingPanelController.ContentInsetAdjustmentBehavior = .always
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:9:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: FloatingPanelController.ContentInsetAdjustmentBehavior = .always
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: FloatingPanelController.ContentInsetAdjustmentBehavior = .always
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:18:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: FloatingPanelController.ContentMode = .static
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:18:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: FloatingPanelController.ContentMode = .static
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:18:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: FloatingPanelController.ContentMode = .static
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelConfiguration.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: FloatingPanelController.ContentMode = .static
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:9:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: FloatingPanelLayout = FloatingPanelBottomLayout()
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:9:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: FloatingPanelLayout = FloatingPanelBottomLayout()
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:9:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: FloatingPanelLayout = FloatingPanelBottomLayout()
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelLayout.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: FloatingPanelLayout = FloatingPanelBottomLayout()
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:9:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: Binding<FloatingPanelState?> = .constant(nil)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:9:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: Binding<FloatingPanelState?> = .constant(nil)
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:9:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: Binding<FloatingPanelState?> = .constant(nil)
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelState.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: Binding<FloatingPanelState?> = .constant(nil)
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:9:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue = SurfaceAppearance()
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:9:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue = SurfaceAppearance()
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:9:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue = SurfaceAppearance()
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue = SurfaceAppearance()
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:18:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: CGFloat = 6.0
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:18:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: CGFloat = 6.0
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:18:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: CGFloat = 6.0
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelSurface.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: CGFloat = 6.0
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 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 arm64 /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 arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transitioning.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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingPanel -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/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-xros/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-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/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-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift, PassthroughView.swift, Position.swift (in target 'FloatingPanel' from project 'FloatingPanel')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core.swift (in target 'FloatingPanel' from project 'FloatingPanel')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift (in target 'FloatingPanel' from project 'FloatingPanel')
	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')
	Building workspace spi-builder-workspace with scheme FloatingPanel
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.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
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FloatingPanel -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.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=xrOS
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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2a4a2f906fb92b7e9a5384911ff3c35d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2a4a2f906fb92b7e9a5384911ff3c35d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingPanel -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/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-xros/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-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/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-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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\ 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

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\ 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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingPanel -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/Core.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/GrabberView.o -index-unit-output-path /FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/Core.o -index-unit-output-path /FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/Extensions.o -index-unit-output-path /FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/GrabberView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core.swift (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:325:17: error: 'UIScreenEdgePanGestureRecognizer' is unavailable in visionOS
             is UIScreenEdgePanGestureRecognizer,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h:16:12: note: 'UIScreenEdgePanGestureRecognizer' has been explicitly marked unavailable here
@interface UIScreenEdgePanGestureRecognizer : UIPanGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:325:17: error: 'UIScreenEdgePanGestureRecognizer' is unavailable in visionOS
             is UIScreenEdgePanGestureRecognizer,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h:16:12: note: 'UIScreenEdgePanGestureRecognizer' has been explicitly marked unavailable here
@interface UIScreenEdgePanGestureRecognizer : UIPanGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:403:17: error: 'UIScreenEdgePanGestureRecognizer' is unavailable in visionOS
             is UIScreenEdgePanGestureRecognizer,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h:16:12: note: 'UIScreenEdgePanGestureRecognizer' has been explicitly marked unavailable here
@interface UIScreenEdgePanGestureRecognizer : UIPanGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:403:17: error: 'UIScreenEdgePanGestureRecognizer' is unavailable in visionOS
             is UIScreenEdgePanGestureRecognizer,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h:16:12: note: 'UIScreenEdgePanGestureRecognizer' has been explicitly marked unavailable here
@interface UIScreenEdgePanGestureRecognizer : UIPanGestureRecognizer
           ^
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

/Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift:72:20: error: 'UIScreen' is unavailable in visionOS
            return UIScreen.main.scale
                   ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
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+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\ 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\ 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

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\ 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

/Users/admin/builder/spi-builder-workspace/Sources/Controller.swift:330:21: warning: 'storyboard' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        assert(self.storyboard == nil, "Storyboard isn't supported")
                    ^
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

SwiftCompile normal arm64 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 arm64 /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 arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transitioning.swift (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift, PassthroughView.swift, Position.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftDriverJobDiscovery normal arm64 Emitting module for FloatingPanel (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingPanel -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/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-xros/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-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/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-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FloatingPanel-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FloatingPanel-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftmodule (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftdoc (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.abi.json (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftsourceinfo (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingPanel.build/Debug-xros/FloatingPanel.build/Objects-normal/arm64/FloatingPanel.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FloatingPanel.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling BackdropView.swift, Behavior.swift, Controller.swift (in target 'FloatingPanel' from project 'FloatingPanel')
** BUILD FAILED **
The following build commands failed:
	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')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift (in target 'FloatingPanel' from project 'FloatingPanel')
	Building workspace spi-builder-workspace with scheme FloatingPanel
(4 failures)
BUILD FAILURE 6.1 visionOS