The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FloatingPanel, reference master (7efcc7), with Swift 6.1 for visionOS using Xcode 16.3 on 14 Feb 2026 04:00:46 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

                                    ^
/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\ View+floatingPanel.swift,\ View+floatingPanelBehavior.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanel.swift (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/View+floatingPanelBehavior.swift (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Core.swift,\ Extensions.swift,\ GrabberView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/GrabberView.swift (in target 'FloatingPanel' from project 'FloatingPanel')
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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -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
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1347:41: warning: main actor-isolated property 'delegateProxy' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return panGestureRecognizer.delegateProxy?.responds(to: aSelector) == true
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1332:21: note: property declared here
    public weak var delegateProxy: UIGestureRecognizerDelegate? {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1348:37: warning: main actor-isolated property 'delegateOrigin' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            || panGestureRecognizer.delegateOrigin.responds(to: aSelector)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1324:16: note: property declared here
    public var delegateOrigin: UIGestureRecognizerDelegate {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1352:37: warning: main actor-isolated property 'delegateProxy' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if panGestureRecognizer.delegateProxy?.responds(to: aSelector) == true {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1332:21: note: property declared here
    public weak var delegateProxy: UIGestureRecognizerDelegate? {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1353:45: warning: main actor-isolated property 'delegateProxy' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                return panGestureRecognizer.delegateProxy
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1332:21: note: property declared here
    public weak var delegateProxy: UIGestureRecognizerDelegate? {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1355:37: warning: main actor-isolated property 'delegateOrigin' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if panGestureRecognizer.delegateOrigin.responds(to: aSelector) {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1324:16: note: property declared here
    public var delegateOrigin: UIGestureRecognizerDelegate {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1356:45: warning: main actor-isolated property 'delegateOrigin' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                return panGestureRecognizer.delegateOrigin
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core.swift:1324:16: note: property declared here
    public var delegateOrigin: UIGestureRecognizerDelegate {
               ^
/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 }
        ^
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

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

/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 }
        ^
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 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 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)
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\ 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")
                    ^
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\ 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+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+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\ 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\ 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\ State.swift,\ SurfaceView.swift,\ FloatingPanelCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/State.swift /Users/admin/builder/spi-builder-workspace/Sources/SurfaceView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUI/FloatingPanelCoordinator.swift (in target 'FloatingPanel' from project 'FloatingPanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/State.swift (in target 'FloatingPanel' from project 'FloatingPanel')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftEmitModule normal 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

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

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